@charset "utf-8";
/* CSS Document */
/*=====================================================
1.default
2.common
3.wrapper
4.header
5.content
=====================================================*/

/*=====================================================
1.default
=====================================================*/
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
}
/*=====================================================
2.common
=====================================================*/
body {
	background:url(../images/web/line_top.gif) repeat-x top;
	font-size: 12px;
	line-height:18px;
	color: #333;
}
a { color:#000000;}
a:link {color:#000000;}
a:visited { color:#666666;}
a:hover, a:focus, a:active {
	color:#0066FF;
	}
a:hover img, a:focus img, a:active img {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
	}
img {
	border: 0;
	vertical-align: bottom;
}
html{
	overflow-y: scroll;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.m_b15 {
	margin-bottom:15px;
	}

/*=====================================================
3.wrapper
=====================================================*/
#wrapper {
	width:760px;
	margin:0 auto;
	}
/*=====================================================
4.header
=====================================================*/
#header {
	width:760px;
	height:112px;
	}
#header dl {
	width:760px;
	}
#header dl dt {
	width:285px;
	height:41px;
	padding-top:21px;
	float:left;
	}
#header dl dd {
	width:144px;
	float:right;
	}
/*=====================================================
5.content
=====================================================*/
#content {
	width:760px;
	}
#content h1 {
	background:url(../images/web/img01.gif) no-repeat;
	width:760px;
	height:337px;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
	margin-bottom:20px;
	}
/*web_contents----------------------------------------*/
#content h2.title_web {
	background:url(../images/web/title_web.gif) no-repeat;
	width:760px;
	height:27px;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	}
#content .web_contents {
	clear:both;
	width:760px;
	margin-bottom:20px;
	}
#content .web_contents dt {
	width:380px;
	float:left;
	}
#content .web_contents dt p img{
	margin-bottom:5px;
	}
#content .web_contents dd {
	width:351px;
	float:right;
	}
/*paper_contents----------------------------------------*/
#content h2.title_paper {
	background:url(../images/web/title_paper.gif) no-repeat;
	width:760px;
	height:27px;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	}
#content .paper_contents {
	clear:both;
	width:760px;
	margin-bottom:20px;
	}
#content .paper_contents dt {
	width:380px;
	float:left;
	}
#content .paper_contents dt p img{
	margin-bottom:5px;
	}
#content .paper_contents dd {
	width:351px;
	float:right;
	}
/*inqiry-------------------------------------------------*/
#content h2.txt_inqiry{
	background:url(../images/web/title_inqiry.gif) no-repeat;
	width:760px;
	height:27px;
	text-indent:-99999px;
	display:block;
	overflow:hidden;
	margin-bottom:15px;
	}
#content .inqiry_contents {
	width:700px;
	background:#ffffe7;
	border:#CCCCCC solid 1px;
	padding:15px 15px 5px 15px;
	margin:0 auto 20px auto;
	text-align:center;
	}
#content .inqiry_contents p {
	margin-bottom:10px;
	}
/*=====================================================
6.footer
=====================================================*/
#footer {
	background:url(../images/web/line_bottom.gif) repeat-x;
	text-align:center;
	height:49px;
	padding:15px;
	}
#footer p {
	font-size:10px;
	letter-spacing:0.1em;
	color:#666666;
	margin-bottom:5px;
	}