@charset "Shift_JIS";

*{
	margin						:0px;
	padding						:0px;
}
body{
	background					:#ffffff;
	text-align					:center;
	line-height					:140%;
	font-family					:"ＭＳ Ｐゴシック",sans-serif;
	font-size					:90%;
	color						:#444444;
}
img{
	border						:0px;
}
ul,ol{
	list-style					:none;
}
strong,em{
	font-weight					:normal;
	font-style					:normal;
}
td,th{
	color						:#444444;
}
.bold{
	font-weight					:bold;
}
.left{
	float						:left;
}
.right{
	float						:right;
}
.clear{
	clear						:both;
}

/*--- 構造 -----------------------------------------------*/
#container{
	margin						:0 auto 0 auto;
	width						:900px;
	background					:transparent url("/images/bg_main.jpg") top left no-repeat;
	border-left					:solid 1px #aaaaaa;
	border-right				:solid 1px #aaaaaa;
}
#head{
	position					:relative;
	text-align					:left;
}
#main{
	clear						:both;
	float						:right;
	position					:relative;
	width						:670px;
	text-align					:left;
}
#left{
	float						:left;
	width						:224px;
	text-align					:left;
}
#foot{
	clear						:both;
	padding						:10px;
	background					:#ffffff;
	border-top					:solid 8px #999999;
}
#under_m{
	margin						:40px auto 30px auto;
	width						:620px;
}
.m_left{
	clear						:both;
	float						:left;
	background					:#ffffff;
	width						:338px;
	text-align					:left;
	border						:1px solid #996632;
}
.m_right{
	float						:right;
	background					:#ffffff;
	width						:270px;
	text-align					:left;
	border						:1px solid #4e6547;
}

/*--- head -----------------------------------------------*/
#head h1{
	float						:right;
	font-size					:90%;
	font-weight					:normal;
	color						:#ffffff;
}
#head h1 a{
	text-decoration				:none;
	color						:#ffffff;
}
#head img{
	float						:left;
	_margin-left				:-3px;
}
#head ul{
	clear						:both;
	margin-left					:235px;
}
#head li{
	display						:inline;
	line-height					:0;
	font-size					:0;
}
/*--- main -----------------------------------------------*/
#main p{
	padding						:0 5px 12px 5px;
}
.top_cf{
	margin						:55px auto 30px auto;
	background					:#ffffff;
	width						:500px;
}
.top_cf p{
	padding						:15px 10px 15px 120px;
	text-align					:left;
}
.menu_sp{
	margin						:0 0 10px 15px;
	padding						:8px 15px 5px 45px;
	background					:transparent url("/images/menu_sp.gif") top left no-repeat;
	vertical-align				:bottom;
	text-align					:left;
	line-height					:110%;
}
.menu_sp li{
	display						:inline;
}

#main h2{
	position					:relative;
	margin						:20px 10px 5px 15px;
	padding						:25px 10px 40px 90px;
	background					:url("/images/bg_h2.gif") no-repeat;
	line-height					:100%;
	font-size					:130%;
	color						:#474747;
}
#main h2 span{
	position					:absolute;
	top							:30px;
	left						:290px;
	_left						:200px;
	line-height					:100%;
	font-size					:100%;
	color						:#aaaaaa;
}
.sp_body{
	margin						:0 40px 20px 35px;
	width						:595px;
}
.sp_body h3{
	margin						:20px 0 10px 0;
	padding						:6px 5px 15px 20px;
	background					:url("/images/bg_h3.gif") no-repeat;
	font-size					:120%;
}
.h3_p{
	margin						:0 0 0 20px;
	font-size					:70%;
	font-weight					:normal;
	color						:#666666;
}
.sp_body p{
	margin						:10px 0px 5px 15px;
}

/*--- left -----------------------------------------------*/
.topicpath{
	margin						:3px 5px 30px 10px;
	font-size					:85%;
}
.topicpath li{
	display						:inline;
	white-space					:nowrap;
	background					:transparent url("/images/arrow_path.gif") 0 50% no-repeat;
}
.topicpath a{
	padding						:0 2px 0 7px;
	text-decoration				:none;
	color						:#ffffff;
}

.gnavi{
	margin						:30px 10px 20px 12px;
	background					:transparent url("/images/bg_navi_body.gif") top left repeat-y;
	text-align					:left;
}
.gnavi ul{
	padding-bottom				:3px;
	background					:transparent url("/images/bg_navi_foot.gif") bottom left no-repeat;
}
.gnavi li{
	width						:198px;
	line-height					:140%;
}
.gnavi a{
	display						:block;
	padding						:4px 3px 4px 30px;
	_width						:198px;
	background					:transparent url("/images/bg_navi_li.gif") 9px 50% no-repeat;
	text-decoration				:none;
	color						:#ffffff;
}
.gnavi a:hover{
	background					:#ffffff url("/images/bg_navi_lion.gif") 9px 50% no-repeat;
	text-decoration				:none;
	color						:#555a99;
}
/*--- foot -----------------------------------------------*/
#foot p{
	font-size					:90%;
	color						:#999999;
}
#foot ul{
	margin						:10px auto 10px auto;
}
#foot li{
	display						:inline;
	padding						:0 5px 0 9px;
	border-left					:solid 1px #32662d;
}
#foot li a{
	color						:#32662d;
	text-decoration				:none;
}

/* other----------------------------*/
.foot_navi{
	clear						:both;
}
.foot_navi li{
	display						:inline;
}
p.up{
	text-align					:right;
}
p.up a{
	color						:#223388;
}