@charset "shift_jis";
@import url("navi.css");

/*common.css----------
---------------------*/

/* format */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,img,li,address,table,th,td,form,select,option,input,label
{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight: normal; margin: 0; padding: 0;}
ol{padding:0 20px 0 30px;}
ol li{margin:5px 0 5px 0;}
hr{display:none;}
p{margin:0;}
table, tr, td, th
{border-collapse:collapse; font-size:100%;}
fieldset, legend{border:none; padding:0; margin:0;}
img{display:block; border:none; margin: 0; padding: 0;}
img.inline{display:inline; vertical-align:middle; margin:0 2px;}
a:link{color:#4e6ad5; text-decoration: none;}
a:visited{color:#4e6ad5; text-decoration: none;}
a:hover{color:#4e6ad5; text-decoration:underline;}

sup{font-size: 0.7em;}
sub{font-size: 0.7em;}


/* position */
.p-r{ position:relative; }
.p-a{ position:absolute; }
.f-l{ float:left; margin: 0; padding: 0;}
.f-r{ float:right; }
.ta-l{ text-align:left; }
.ta-c{ text-align:center; }
.ta-r{ text-align:right; }
.c-b{ clear:both; }


/* margin */
.mt5{margin-top: 5px;}
.mt8{margin-top: 8px;}
.mb8{margin-bottom: 8px;}
.mt15{margin-top: 15px;}
.mt15-c{clear: both; margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mb15{margin-bottom: 15px;}
.mt15b8{margin-top: 15px; margin-bottom: 8px;}
.mt15b8-c{clear: both; margin-top: 15px; margin-bottom: 8px;}
.mt8b15{margin-top: 8px; margin-bottom: 15px;}
.mtb8{margin-top: 8px; margin-bottom: 8px;}
.mtb8-c{clear: both; margin-top: 8px; margin-bottom: 8px;}
.mtb15{margin-top: 15px; margin-bottom: 15px;}
.mb25{margin-bottom: 25px;}
.ml10{margin-left: 10px;}
.ma{margin: auto;}


/* size */
.fs-ss{ font-size:10px; line-height: 1.5em;  font-weight: normal; }
.fs-s{ font-size:11px; font-weight: normal; }
.fs-n{ font-size:12px; font-weight: normal; }
.fs-m{ font-size:15px; line-height: 0;}
.fs-l{ font-size:18px; font-weight: normal; }
.ls-s{ letter-spacing:-1pt; }
.ls-m{ letter-spacing:0pt; }
.ls-l{ letter-spacing:1pt; }

/* color */
strong{
	color: #f34f13;
	font-weight: normal;
}

/* border */


/* decorate etc. */
.hide{ text-indent:-9999px;font-size:0pt; }
.fw-b{ font-weight:bold; }
.fw-n{ font-weight:normal; }
.tt-u{ text-transform:uppercase; }
.ws-n{ white-space:nowrap; }


body{
	background-color: #add5f3;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	font-family:'‚l‚r ‚oƒSƒVƒbƒN','ƒqƒ‰ƒMƒmŠpƒS Pro W3',sans-serif ;
	font-size: 12px;
	color: #333333;
	line-height: 1.6em;
}

#contents_bg1{
	width: 840px;
	background-image: url(../img/contents_bg1.gif);
	background-repeat: repeat-y;
	margin: auto;
}

#contents_bg2{
	width: 840px;
	background-image: url(../img/contents_bg2.jpg);
	background-repeat: no-repeat;
	margin: auto;
}


/*header*/
#head{
	width: 740px;
	height: 82px;
	margin: auto;
	position: relative;
}

#logo{
	width: 315px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 0;
}

#number{
	width: 300px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 315px;
}

#seo{
	width: 740px;
	height: 23px;
	margin: auto;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
}

#main{
	width: 740px;
	overflow: hidden;
	margin: auto;
	padding-bottom: 20px;
}

#main_left{
	width: 182px;
	overflow: hidden;
}

#main_right{
	width: 558px;
	overflow: hidden;
}

.main_inner{
	clear: both;
	width: 532px;
	margin: 10px auto 0 auto;
	text-align: left;
	overflow: hidden;
}


#foot{
	width: 740px;
	height: 130px;
	margin: auto;
	font-size: 10px;
	text-align: left;
	background-image: url(../img/foot.gif);
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

#foot a:link{
	color: #333333;
	text-decoration: none;
}

#foot a:visited{
	color: #333333;
	text-decoration: none;
}

#foot a:hover{
	color: #4e6ad5;
	text-decoration: none;
}

#foot a:active{
	color: #333333;
	text-decoration: none;
}

#foot ul li{
	list-style-image: url(../img/list.gif);
	margin-left: 20px;
}

#foot_navi01{
	width: 120px;
	height: 130px;
	line-height: 1.8em;
	position: absolute;
	top: 10px;
	left: 10px;
}

#foot_navi02{
	width: 120px;
	height: 130px;
	position: absolute;
	line-height: 1.8em;
	top: 10px;
	left: 110px;
}

#foot_navi03{
	width: 120px;
	height: 130px;
	position: absolute;
	line-height: 1.8em;
	top: 10px;
	left: 240px;
}

#foot address{
	width: 350px;
	height: 100px;
	font-style: normal;
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
}

#copyright{
	width: 500px;
	height: 20px;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
