/* CSS Document */

/* reset css */
html {
	height:100%;
	margin-bottom:1px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size:12px;
	line-height:1.4em;
	color:#8c8c8c;
}
a{
	font-size:12px;
	line-height:1.4em;
	outline:none;
	color:#FF3300;
}
a img{
	vertical-align:middle;
}
p,td{
	font-size:12px;
	line-height:1.5em;
}
ul,dl{
	list-style:none;
}
hr.hide{
	clear:both;
	visibility:hidden;
}
.clearfix{
	width:100%;
}
.clearfix:after{
	clear:both;
	content:"";
	display:block;
	height:0;
}
/*\*/
* html .clearfix{
	height:1em;
}
.clearfix{
	display:block;
}
/**/
img{
	border:0;
}

/* wrap */
#wrap{
	width:950px;
	margin:0 auto;
}

/* header */
#header{
	width:950px;
	margin:0 auto;
	background:url(images/head_bg.gif) no-repeat;
}
.head_left{
	float:left;
	width:804px;
}
.head_left h1{
	float:right;
	margin-right:10px;
	padding-left:10px;
	text-align:right;
	font-size:10px;
	line-height:25px;
	font-weight:normal;
	color:#ffffff;
	background:url(images/head_h1_bg.gif) no-repeat;
}
.logo{
	margin-top:45px;
}
.logo img{
	float:left;
	margin-right:10px;
}
ul.nav_list{
	float:right;
	margin-top:-18px;
}
ul.nav_list li{
	float:left;
	margin-left:20px;
}
ul.nav_list li a{
	display:block;
	height:13px;
	text-indent:-9999px;
	outline:none;
}
ul.nav_list li a.nav1{
	width:103px;
	background:url(images/nav1.gif) no-repeat 0 0;
}
ul.nav_list li a.nav1:hover{
	background:url(images/nav1.gif) no-repeat 0 -13px;
}
ul.nav_list li a.nav1on{
	width:103px;
	background:url(images/nav1.gif) no-repeat 0 -13px;
}
ul.nav_list li a.nav2{
	width:60px;
	background:url(images/nav2.gif) no-repeat 0 0;
}
ul.nav_list li a.nav2:hover{
	background:url(images/nav2.gif) no-repeat 0 -13px;
}
ul.nav_list li a.nav2on{
	width:60px;
	background:url(images/nav2.gif) no-repeat 0 -13px;
}
ul.nav_list li a.nav3{
	width:48px;
	background:url(images/nav3.gif) no-repeat 0 0;
}
ul.nav_list li a.nav3:hover{
	background:url(images/nav3.gif) no-repeat 0 -13px;
}
ul.nav_list li a.nav3on{
	width:48px;
	background:url(images/nav3.gif) no-repeat 0 -13px;
}
ul.nav_list li a.nav4{
	width:79px;
	background:url(images/nav4.gif) no-repeat 0 0;
}
ul.nav_list li a.nav4:hover{
	background:url(images/nav4.gif) no-repeat 0 -13px;
}
ul.nav_list li a.nav4on{
	width:79px;
	background:url(images/nav4.gif) no-repeat 0 -13px;
}
.head_right{
	float:right;
	width:146px;
	padding-top:2px;
}
.head_right a{
	display:block;
	float:right;
	width:111px;
	height:58px;
	text-indent:-9999px;
	background:url(images/contact_btn.gif) no-repeat 0 0;
}
.head_right a:hover{
	background:url(images/contact_btn.gif) no-repeat 0 -58px;
}
.head_right address{
	display:block;
	float:right;
	width:111px;
	height:11px;
	margin-top:3px;
	text-indent:-9999px;
	background:url(images/tel.gif) no-repeat;
}

/* content */
#content2{
	padding:25px 0 0;
}
div.idx_main{
	height:596px;
	background:url(images/idx_bg.jpg) no-repeat bottom;
}
ul.idx_pict li{
	float:left;
	margin-right:10px;
}
ul.idx_pict li.last{
	margin:0px;
}
div.idx_main p{
	float:left;
	width:495px;
	height:97px;
	margin:57px 0 0 40px;
	text-indent:-9999px;
	background:url(images/idx_text.gif) no-repeat;
}
div.idx_main div.idx_btn_area{
	float:right;
	margin:127px 40px 0 0;
}
div.idx_main div.idx_btn_area a{
	display:block;
	width:221px;
	height:30px;
	text-indent:-9999px;
	background:url(images/idx_btn.gif) no-repeat 0 0;
}
div.idx_main div.idx_btn_area a:hover{
	background:url(images/idx_btn.gif) no-repeat 0 -30px;
}
div.left_area{
	float:left;
	width:199px;
	padding-left:10px;
}
div.left_area div.subt{
	margin:0 15px 30px 0;
	padding:5px 8px;
	line-height:1em;
	color:#ffffff;
	background:#ff9900;
}
div.right_area{
	float:right;
	width:661px;
	padding:50px 10px 20px 70px;
	background:url(images/content_bg.gif) repeat-y;
}
div.right_area p{
	margin:15px 0;
}
div.right_area dl dt{
	float:left;
	width:100px;
	padding:5px 0;
	border-top:1px dotted #cccccc;
}
div.right_area dl dd{
	width:400px;
	margin-left:100px;
	padding:5px;
	border-top:1px dotted #cccccc;
}
ol li{
	margin-bottom:15px;
}

/* footer */
#footer{
	width:950px;
	height:28px;
	margin-top:10px;
	text-indent:-9999px;
	background:url(images/footer.gif) no-repeat;
}