@charset "UTF-8";

/* Common */
html{ overflow:scroll-y; overflow-y:scroll; width:100%; height:100%; } body{ width:100%; height:100%; font:normal 12px/180% "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; margin:0; padding:0; text-align:center; color:#333; } .mac{ font:normal 12px/180% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", osaka, sans-serif; } .fontsmall{	font-size:83.3%; line-height:130%; } .fontbig{ font-size:116.7%; line-height:180%; } * html table *{ font-size:100%; line-height:150%; } form,dl,dt,dd,ul{ margin:0; padding:0; } input,select,textarea{ color:#444; font: normal 100%/166.7% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } .mac input,.mac select,.mac textarea{ color:#444; font: normal 100%/166.7% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif; } ul li{ list-style:none; } h1, h2, h3, h4, h5, h6, h7{	font-size:100%; font-weight:normal; padding:0; margin:0; } p{ margin:0; padding:0 0 1em; } img{ border:none; vertical-align:top; } .bold{ font-weight:bold; }
.clearfix:after{content:".";display:block;height:0px;clear:both;visibility:hidden;}.clearfix{ display:inline-table; zoom:1; }* html .clearfix{ height:1px; zoom:1; }.clearfix{ display:block; }


@media print{
	html,body {
		_zoom:0.73;
		overflow: visible !important;
	}
}

p{
	padding:0;
}

/*----- Link -----*/
a:link {color: #1a5790;text-decoration: underline;}
a:visited {color: #1a5790;text-decoration: underline;}
a:hover {color: #f00;text-decoration: underline;}
a:active {color: #f00;text-decoration: underline;}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* #header */

#header{
	overflow:hidden;
	border-bottom:#0093d3 solid 3px;
	min-width:940px;
}
#header .inner{
	overflow:hidden;
	margin:10px auto 8px;
	width:940px;
}
#header .inner .left{
	float:left;
	width:464px;
}
#header .inner .right{
	float:right;
	width:234px;
}

/* #contents */
#contents{
	overflow:hidden;
	width:940px;
	margin:0 auto;
	text-align:left;
}
#contents #top_nav{
	overflow:hidden;
	text-align:left;
	margin:15px 0 25px;
}
#contents #top_nav .left{
	float:left;
}
#contents #top_nav .right{
	float:right;
	width:713px;
}
#contents #top_nav .text{
	float:left;
	width:470px;
	margin-top:55px;
}
#contents #top_nav .linkbox{
	float:right;
	width:215px;
	margin-top:17px;
}
#contents #top_nav .linkbox li{
	padding-bottom:7px;
}
#contents #top_nav .nav{
	overflow:hidden;
	clear:both;
	padding-top:18px;
}
#contents #top_nav .nav li{
	float:left;
}
#contents .inner{
	overflow:hidden;
	clear:both;
}



/* #footer */
#footer{
	overflow:hidden;
	height:309px;
	background:url(../../img/bg_footer.gif) repeat-x bottom left;
	min-width:940px;
}
#footer .footer_top{
	overflow:hidden;
	width:920px;
	margin:0 auto;
}
#footer .footer_top .left{
	float:left;
	width:225px;
	margin-top:-5px;
}
#footer .footer_top .right{
	float:right;
	width:216px;
	margin-top:-5px;
}
#footer table{
	clear:both;
	width:920px;
	margin:5px auto 0;
	text-align:left;
}
#footer table td{
	font-size: 85%;
	line-height: 1.4;
	white-space: nowrap;
}
#footer table td a{
	text-decoration: none;
}
#footer table td.footerLink1{
	height: 27px;
	padding-top: 17px;
	vertical-align: top;
	border-bottom: dotted 1px #ccc;
}
#footer table td.footerLink2{
	padding-top: 12px;
	height: 42px;
	vertical-align: top;
}
#footer table td.footerCopy{
	text-align: right;
	vertical-align: bottom;
}
#footer table td.right{
	text-align:right;
}
#footer .pagetop a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

