/* -----------------------------------
standard setting
----------------------------------- */
*{
margin:0;
padding:0;
}

body{
	color:#333;
	font-size: small;
	line-height: 140%;
	background: #F0F0F0 url(../img_cmn/bg.gif) repeat;
	text-align:center;
}

img{
	border:0;
	vertical-align: bottom;
}

.clearboth {
	clear: both;
}

.text-a{
	text-indent:1em;
}
.w350{
	width:350px;
}
.lm10{
	margin-left:10px;
}
/* -----------------------------------
link color
----------------------------------- */
a {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #CC0000;
	
}
a:active {
	color: #CC0000;
}

/* -----------------------------------
wrapper
----------------------------------- */
#wrapper {
	margin:0 auto;
	width:760px;
	background: #FFFFFF;
	text-align: left;
}

/* -----------------------------------
header-text
----------------------------------- */
#header-text{
	background: url(../img_cmn/header_bg.gif) repeat-x;
	font-size: 80%;
	height: 16px;

}
#header-text p {
	margin-left: 5px;
}

/* -----------------------------------
global navigation
----------------------------------- */
#globalnavi {
	height: 54px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#globalnavi li em {
	font-size: 50%;
	visibility: hidden;
}
#globalnavi ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#globalnavi li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#globalnavi a {
	text-decoration: none;
	display: block;
}
.globalnavi01 a {
	background: url(../img_cmn/gnavi01.gif) no-repeat;
	height: 54px;
	width: 122px;
}
.globalnavi01 a:hover {
	background-position: 0px -54px;
}
.globalnavi02 a {
	background: url(../img_cmn/gnavi02.gif) no-repeat;
	height: 54px;
	width: 124px;
}
.globalnavi02 a:hover {
	background-position: 0px -54px;
}
.globalnavi03 a {
	background: url(../img_cmn/gnavi03.gif) no-repeat;
	height: 54px;
	width: 124px;
}
.globalnavi03 a:hover {
	background-position: 0px -54px;
}
.globalnavi04 a {
	background: url(../img_cmn/gnavi04.gif) no-repeat;
	height: 54px;
	width: 124px;
}
.globalnavi04 a:hover {
	background-position: 0px -54px;
}
.globalnavi05 a {
	background: url(../img_cmn/gnavi05.gif) no-repeat;
	height: 54px;
	width: 124px;
}
.globalnavi05 a:hover {
	background-position: 0px -54px;
}
.globalnavi06 a {
	background: url(../img_cmn/gnavi06.gif) no-repeat;
	height: 54px;
	width: 123px;
}
.globalnavi06 a:hover {
	background-position: 0px -54px;
}

/* -----------------------------------
footer
----------------------------------- */
#footer {
	border-top: 4px solid #319EDD;
	margin-top: 10px;
	clear: both;
}
#footer p {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* -----------------------------------
align
----------------------------------- */
.text-align {
	text-align: center;
	margin:0;
	padding:0;
}

/* -----------------------------------
line
----------------------------------- */
hr.line-a{
	padding: 0;
	height: 1px;
	border-top: 1px dotted #A59D7D;
	border-right: 0 dotted #A59D7D;
	border-bottom: 0 dotted #A59D7D;
	border-left: 0 dotted #A59D7D;
	margin-top: 5;
}

