@charset "utf-8";
body {
	background:url(../img/bg.jpg) repeat;
	color:  #303030; /*　全体の文字色（黒）*/
	font-size:11px; /*　全体の文字サイズ　*/
	margin:auto 0;
	height:100%;
}
a:link {
	color: #2f6ce6;
}   /*青*/
a:visited {
	color: #2f6ce6;
}
a:hover {
	color: #FC0006;
}  /*赤*/
a:active {
	color: #FC0006;
}
.clearfix:after {
	content: ".";
	display: block;
	height:0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* IE Mac用 */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}
.bottomline {
	border-bottom: 1px dotted #767775;  /*点線の下線をひく*/
}
.topline {
	border-top: 1px dotted #767775; /*点線の上線をひく*/
}
#headtop h1 {
	float: left;
	margin: 0px 0px 0px 5px;
}

h2{
	margin-top:3px;
}
ul#navi_sub {
	float: right;
	height:26px;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}
ul#navi_sub li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
.pagetop {
	width:960px;
	margin:auto;
	font-size:9px;
	text-align:right;
}
#contents {
	width:100%;
	min-height:100%;
	min-width:960px;
}
#navi_wrap {
	width: 100%;
	background:url(img/bg_navi.gif) repeat-x;
	height:60px;
}
#navi {
	width:960px;
	margin:0 auto;
	font-size:0px;
　/*隙間消し*/
}
#navi li {
	float:left;
	height:50px;
}
#navi1 a {
	display:block;
	width:192px;
	height:50px;
	background: url(img/navi.gif) 0px 0px no-repeat;  /*X:0 Y:0 繰り返しなし*/
}
#navi2 a {
	display:block;
	width:192px;
	height:50px;
	background: url(img/navi.gif) -192px 0px no-repeat;
}
#navi3 a {
	display:block;
	width:192px;
	height:50px;
	background: url(img/navi.gif) -384px 0px no-repeat;
}
#navi4 a {
	display:block;
	width:192px;
	height:50px;
	background: url(img/navi.gif) -576px 0px no-repeat;
}
#navi5 a {
	display:block;
	width:192px;
	height:50px;
	background: url(img/navi.gif) -768px 0px no-repeat;
}
#navi6 a {
	display:block;
	width:192px;
	height:50px;
	background: url(img/navi.gif) -960px 0px no-repeat;
}
#navi1 a:hover {
	width:192px;
	height:50px;
	background: url(img/navi.gif) 0px -50px no-repeat;
}
#navi2 a:hover {
	width:192px;
	height:50px;
	background: url(img/navi.gif) -192px -50px no-repeat;
}
#navi3 a:hover {
	width:192px;
	height:50px;
	background: url(img/navi.gif) -384px -50px no-repeat;
}
#navi4 a:hover {
	width:192px;
	height:50px;
	background: url(img/navi.gif) -576px -50px no-repeat;
}
#navi5 a:hover {
	width:192px;
	height:50px;
	background: url(img/navi.gif) -768px -50px no-repeat;
}
#navi6 a:hover {
	width:192px;
	height:50px;
	background: url(img/navi.gif) -960px -50px no-repeat;
}
#main_contents {
	width:960px;
	background-color:#FFFFFF;
	margin:0px auto;
}
#main_box {
	float:left;
	line-height:1.4;
	width:700px;
	height:auto;
	text-align:center;
	background-color:#ffffff;
}
#mainbox_inner {
	background-color:#ffffff;
	width: 660px;
	margin:20px auto;
	font-size: 12px;
	text-align:left;
}
#side_box {
	font-size:13px;
	float:right;
	width:260px;
	height:auto;
	text-align:center;
	background-color:#FFFFFF;
}
#sidebox_inner {
	width: 240px;
	margin:0px auto 50px 0px;
	text-align:left;
}
#sidebox_inner ul {
	margin-top: 20px;
}
#sidebox_inner p {
	margin-top:5px;
	font-size:11px;
	width:230px;
	margin-bottom:10px;
	line-height:1.4;
}
#sidebox_inner a:hover {
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;             /* Safari 1.x */
}
#footer {
	width:100%;
	height:87px;
	background:url(../img/bg_footblack.gif) repeat-x left bottom;
}
#inner_footer {
	background:url(../img/bg_footer.gif) no-repeat left bottom;
	width:960px;
	height:87px;
	font-size:11px;
	line-height:1.4;
	color:#FFFFFF;
	margin:0 auto;
}
#inner_footer li {
	color: #FFFFFF;
	display: inline;
	float: left;
	padding: 10px 5px 0px 0px;
}
ul#ftbottom li {
	background:url(../img/cur.gif) no-repeat left bottom;
	height: 12px;
	padding-left:10px;
}
#copyright {
	margin-top:7px;
	font-size:11px;
　
}
.clear {
	clear:both;
}
.fl-r {
	float: right;
}
.fl-l {
	float: left;
}
.w40pa {
	width: 39%;
}
.w60pa {
	width: 55%;
}
.mb50px {
	margin-bottom: 50px;
}
.fbold {
	font-weight: bold;
}
