@charset "Shift_JIS";



*{
	margin:			0;
	padding:		0;
}

.clearfix:after{
	content:		".";
	display:		block;
	visibility:		hidden;
	height:			0.1px;
	font-size:		0.1em;
	line-height:		0;
	clear:			both;
}

.clearfix{
	zoom:			100%;
}

img{
	vertical-align:		bottom;
	border:			none;
}

a{
	text-decoration:	none;
}

a:link,
a:visited,
a:hover,
a:active{
	color:			#000000;
}

ul,ol{
	list-style-type:	none;
}

body{
	background-color:	#F6F4E5;
	color:			#666666;
	font-family:		'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:		14px;
	font-weight:		normal;
	line-height:		1.8;
	margin:			0;
	padding:		0;
	text-align:		left;
	min-width:	980px;
}

.fltL{
	float:			left;
}

.fltR{
	float:			right;
}

a.SARI{
	display:		inline-block;
	position:		relative;
}

a.SARI span.cover{
	display:		none;
	position:		absolute;
	top:			0px;
	left:			0px;
	background-color:	#FFFFFF;
	cursor:			pointer;
}



#header{
	height:			71px;
	background-color:	#FFFFFF;
}

#header .inner{
	width:			1080px;
	margin:			0 auto;
	padding-top:		15px;
}

#header h1{
	float:			right;
}

#header p{
	float:			left;
}


.article{
	border-bottom:		1px solid #E2DECA;
}

.article .inner{
	width:			1026px;
	margin:			0 auto;
	padding:		46px 0 40px 0;
}


#main{
	float:			right;
	width:			758px;
	padding-top:		37px;
}

#main .section{
	padding-bottom:		50px;
}

#main .sub{
	padding:		46px 0 20px 0;
}

#main h3{
	font-weight:bold !important;
	font-size:		18px;
	font-weight:		normal;
	color:			#333333;
	border-bottom:		3px solid #000000;
	margin-bottom:		10px;
	padding:0 0 5px;
	line-height:1.3;
}

#main h4{
	font-weight:bold !important;
	font-size:		18px;
	font-weight:		normal;
	color:			#333333;
	border-bottom:		1px dotted #565656;
	margin-bottom:		10px;
	padding:0 0 5px;
	line-height:1.3;
}

#main h5{
	font-weight:bold !important;
	font-size:		14px;
	font-weight:		normal;
	color:			#588BB2;
	margin:			20px 0 0 0;
	padding:0 0 5px;
	line-height:1.3;
}





#side{
	float:			left;
	width:			200px;
}

#side #page-navi{
	padding-bottom:		10px;
}

#side #page-navi a{
	display:		block;
	width:			200px;
	text-indent:		-9999px;
	background-repeat:	no-repeat;
	background-image:	url("../img/sid_navi.gif");
}

#side #page-navi a:hover{
	background-image:	url(../img/sid_navi_on.gif);
}

#side #page-navi a.current{
	background-image:	url(../img/sid_navi_cr.gif);
	cursor:			default;
}

#side #page-navi a.n1{
	height:			50px;
}

#side #page-navi a.n2{
	height:			50px;
	background-position:	0 -50px;
}

#side #page-navi a.n3{
	height:			50px;
	background-position:	0 -100px;
}

#side #page-navi a.n4{
	height:			50px;
	background-position:	0 -150px;
}

#side #page-navi a.n5{
	height:			50px;
	background-position:	0 -200px;
}

#side #page-navi a.n6{
	height:			50px;
	background-position:	0 -250px;
}

#side #page-navi a.n7{
	height:			50px;
	background-position:	0 -300px;
}

#side #page-navi a.n8{
	height:			50px;
	background-position:	0 -350px;
}



#side p{
	padding-bottom:		10px;
}

#side p.side-ttl{
	padding:		20px 0;
}

#side .code{
	width:			200px;
	padding-bottom:		5px;
	border-bottom:		1px dotted #666666;
}

#side .code dt{
	font-size:		11px;
	line-height:		1.4;
	font-weight:		bold;
	color:			#333333;
}

#side .code dd{
	font-size:		11px;
	line-height:		1.4;
	color:			#777777;
	padding-bottom:		10px;
}



#footer{
	background-color:	#E2DECA;
	margin-top:		2px;
}

#footer .ft-navi{
	text-align:		center;
	padding:		30px 0 10px 0;
}

#footer .ft-navi a{
	font-size:		12px;
	line-height:		1.7;
	color:			#666666;
}

#footer .copyright{
	font-size:		10px;
	line-height:		1.7;
	color:			#999999;
	text-align:		center;
	padding-bottom:		40px;
}

#footer .inner{
	
	margin:			0 auto;
	position:		relative;
}

#footer .page-top{
	position:		absolute;
	top:			-25px;
	right:			0;
}





