@charset "utf-8";

/*====================================================================

common.css

======================================================================

	01.format
	02.body
	03.head
	04.contents
	05.foot
	06.other

last update 08/09/22
produced by 0510office (http://www.0510office.co.jp/)

=====================================================================*/

/*--------------------------------------------------------------------
	01.format
--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	vertical-align: top;
	font:normal normal normal 100%/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ ゴシック',sans-serif;
	margin:0;
	padding:0;
	border:none;
	border-collapse:collapse;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{color: #1352b7;}

a:link   {text-decoration: underline;}
a:visited{text-decoration: underline;}
a:hover  {text-decoration: none;}
a:active {text-decoration: underline;}


/*--------------------------------------------------------------------
	02.body
--------------------------------------------------------------------*/
html{background: #fff;}
body{
	font-size: 12px;
	color: #333;
	text-align: center;
}
#container{
	background: #fff;
}
#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*--------------------------------------------------------------------
	03.head
--------------------------------------------------------------------*/
#head{
	position: relative;
	width: 750px;
	height: 110px;
	background: url(../img/head.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#head h1{
	position: absolute;
	top: 0;
	right: 5px;
	line-height: 30px;
	font-size: 10px;
	color: #555;
	text-align: right;
}

#head #logo{
	position: absolute;
	top: 20px;
	left: 0;
	width: 210px;
	height: 70px;
}
#head #logo a{
	display: block;
	width: 210px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}


/*	3-1.global navigation
----------------------------------------------------------------*/
#navi{
	position: absolute;
	top: 32px;
	right: 0;
	width: 510px;
	height: 78px;
	outline: none;
}
#navi li{
	display: inline;
	text-indent: -9999px;
	outline: none;
}
#navi li a{
	display: inline;
	outline: none;
}
#navi li#gn1 a{
	width: 85px;
	height: 78px;
	background: url(../img/navi01.gif) no-repeat;
	float: left;
}
#navi li#gn1 a:hover{
	background: url(../img/navi01_over.gif) no-repeat;
}
#navi li#gn2 a{
	width: 85px;
	height: 78px;
	background: url(../img/navi02.gif) no-repeat;
	float: left;
}
#navi li#gn2 a:hover{
	background: url(../img/navi02_over.gif) no-repeat;
}
#navi li#gn3 a{
	width: 85px;
	height: 78px;
	background: url(../img/navi03.gif) no-repeat;
	float: left;
}
#navi li#gn3 a:hover{
	background: url(../img/navi03_over.gif) no-repeat;
}
#navi li#gn4 a{
	width: 85px;
	height: 78px;
	background: url(../img/navi04.gif) no-repeat;
	float: left;
}
#navi li#gn4 a:hover{
	background: url(../img/navi04_over.gif) no-repeat;
}
#navi li#gn5 a{
	width: 85px;
	height: 78px;
	background: url(../img/navi05.gif) no-repeat;
	float: left;
}
#navi li#gn5 a:hover{
	background: url(../img/navi05_over.gif) no-repeat;
}
#navi li#gn6 a{
	width: 85px;
	height: 78px;
	background: url(../img/navi06.gif) no-repeat;
	float: left;
}
#navi li#gn6 a:hover{
	background: url(../img/navi06_over.gif) no-repeat;
}

#navi.act-gn1 li#gn1 a{
	background: url(../img/navi01_over.gif) no-repeat;
}
#navi.act-gn2 li#gn2 a{
	background: url(../img/navi02_over.gif) no-repeat;
}
#navi.act-gn3 li#gn3 a{
	background: url(../img/navi03_over.gif) no-repeat;
}
#navi.act-gn4 li#gn4 a{
	background: url(../img/navi04_over.gif) no-repeat;
}
#navi.act-gn5 li#gn5 a{
	background: url(../img/navi05_over.gif) no-repeat;
}
#navi.act-gn6 li#gn6 a{
	background: url(../img/navi06_over.gif) no-repeat;
}


/*--------------------------------------------------------------------
	04.contents
--------------------------------------------------------------------*/

/*	4-1.h2
----------------------------------------------------------------*/
#h2box{
	margin: 0 auto;
}
#h2box:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#h2box div{
	width: 750px;
	height: 255px;
	margin: 0 auto;
}
#h2box img{
	margin: 0 auto;
}


/*	4-2.example navigation
----------------------------------------------------------------*/
#e-navi{
	width: 750px;
	height: 84px;
	outline: none;
	margin-left: auto;
	margin-right: auto;
}
#e-navi li{
	display: inline;
	text-indent: -9999px;
	outline: none;
}
#e-navi li a{
	display: inline;
	outline: none;
}
#e-navi li#ex1 a{
	width: 189px;
	height: 84px;
	background: url(../img/ex01.gif) no-repeat;
	float: left;
}
#e-navi li#ex1 a:hover{
	background: url(../img/ex01_over.gif) no-repeat;
}
#e-navi li#ex2 a{
	width: 187px;
	height: 84px;
	background: url(../img/ex02.gif) no-repeat;
	float: left;
}
#e-navi li#ex2 a:hover{
	background: url(../img/ex02_over.gif) no-repeat;
}
#e-navi li#ex3 a{
	width: 187px;
	height: 84px;
	background: url(../img/ex03.gif) no-repeat;
	float: left;
}
#e-navi li#ex3 a:hover{
	background: url(../img/ex03_over.gif) no-repeat;
}
#e-navi li#ex4 a{
	width: 187px;
	height: 84px;
	background: url(../img/ex04.gif) no-repeat;
	float: left;
}
#e-navi li#ex4 a:hover{
	background: url(../img/ex04_over.gif) no-repeat;
}

#e-navi.act-ex1 li#ex1 a{
	background: url(../img/ex01_over.gif) no-repeat;
}
#e-navi.act-ex2 li#ex2 a{
	background: url(../img/ex02_over.gif) no-repeat;
}
#e-navi.act-ex3 li#ex3 a{
	background: url(../img/ex03_over.gif) no-repeat;
}
#e-navi.act-ex4 li#ex4 a{
	background: url(../img/ex04_over.gif) no-repeat;
}


#contents{
	width: 740px;
	margin: 30px auto 0 auto;
	padding-bottom: 30px;
}
#contents:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#rightpane{
	float: right;
	width: 545px;
}
#leftpane{
	float: left;
	width: 178px;
	font-size: 10px;
}


/*	4-3.rightpane box
----------------------------------------------------------------*/







/*	4-4.leftpane box
----------------------------------------------------------------*/
#t-navi{
	width: 178px;
}
#t-navi:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#t-navi li{
	display: block;
	width: 178px;
	height: 32px;
	text-align: left;
	line-height: 32px;
}
#t-navi li a{
	height: 32px;
	display: block;
	background: url(../img/type-li.gif) no-repeat bottom;
	padding-left: 32px;
}
#t-navi li a:hover{
	display: block;
	background: url(../img/type-li_over.gif) no-repeat bottom;
	padding-left: 32px;
}
#t-navi a:link,
#t-navi a:visited,
#t-navi a:hover,
#t-navi a:active{text-decoration: none;}
#t-navi a:link   {color: #0a2349;}
#t-navi a:visited{color: #0a2349;}
#t-navi a:hover  {color: #901414;}
#t-navi a:active {color: #0a2349;}
#com{
	width: 178px;
	background: url(../img/com_bg.gif) no-repeat top;
	color: #fff;
	margin-top: 5px;
}
#com p{
	text-align: left;
	padding: 10px 13px 5px 13px;
}
#leftpane span{
	display: block;
	overflow: hidden;
	width: 178px;
	height: 5px;
	background: url(../img/com_bottom.gif) no-repeat;
	text-indent: -9999px;
	margin: 0;
	border: none;
}


/*--------------------------------------------------------------------
	05.foot
--------------------------------------------------------------------*/
#foot-bg{
	width: 100%;
	height: 90px;
	background: url(../img/foot_bg.gif) repeat-x;
}
#foot{
	position: relative;
	width: 740px;
	height: 90px;
	background: url(../img/foot.gif) no-repeat;
	margin: 0 auto;
}
#foot *{
	font-size: 10px;
	line-height: 1.5;
}
#pagetop{
	position: absolute;
	top: 13px;
	right: 18px;
}
#foot ul#fn1{
	position: absolute;
	top: 8px;
	left: 15px;
	display: block;
	height: 15px;
	text-align: left;
}
#foot ul#fn2{
	position: absolute;
	top: 30px;
	left: 15px;
	display: block;
	height: 20px;
	text-align: left;
}
#foot ul#fn1 li,
#foot ul#fn2 li{
	display: block;
	height: 15px;
	float: left;
	background: url(../img/f-li.gif) no-repeat left center;
	padding-right: 10px;
	padding-left: 18px;
	margin: 3px 8px 0 0;
}
#foot a:link{
	color: #343434;
	text-decoration: none;
}
#foot a:visited{
	color: #343434;
	text-decoration: none;
}
#foot a:hover{
	color: #1a5cc2;
	text-decoration: underline;
}
#foot a:active{
	color: #343434;
	text-decoration: none;
}
#foot p{
	position: absolute;
	top: 65px;
	right: 5px;
	font-family: tahoma, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	color: #3d3d3d;
	font-weight: bold;
	text-align: right;
}


/*--------------------------------------------------------------------
	06.other
--------------------------------------------------------------------*/
.block{display: block;}
.right{float: right;}
.left{float: left;}
.clear{clear: both;}
.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}
.tr{text-align: right;}
.big{
	font-size: 18px;
	font-weight: bold;
}
strong{color: #cf2828;}

/*margin, padding
----------------------------------------------------------------*/
.mt5{margin-top: 5px;}
.mr5{margin-right: 5px;}
.mb5{margin-bottom: 5px;}
.ml5{margin-left: 5px;}
.mt10{margin-top: 10px;}
.mr10{margin-right: 10px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.ml10{margin-left: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt-5{margin-top: -5px;}
.mt-10{margin-top: -10px;}
.mt-10{margin-top: -10px;}
.mt-20{margin-top: -20px;}
.ma{
	margin-left: auto;
	margin-right: auto;
}


.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.pt15{padding-top: 15px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}
.pt30{padding-top: 30px;}
.pb30{padding-bottom: 30px;}

/*pagetop
----------------------------------------------------------------*/
/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	width: 523px;
	font-size: 10px;
	text-align: right;
	margin: 0 0 10px;
}
