/* CSS Document */

body{
	background:#FFF5E0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {style.css (4 s)
font-style:normal;
font-weight:normal;
margin:0;
padding:0;
}

/* grobal */
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.cl_both{
	clear:both;
}
.cl_left{
	clear:left;
}
.cl_right{
	clear:right;
}
.horizontal_dl{
	
}
.horizontal_dl{
	overflow:auto;
}
.horizontal_dl dt{
	padding-top:10px;
	clear:both;
	float:left;
	/*width:120px;*/
}
.horizontal_dl dd{
	padding-top:10px;
	/*margin-left:120px;*/
}

/*container*/
#container{
	margin:0px;
	padding:0px;
}
#container_inner{
	width:800px;
	margin:0px 13px;
}
/*header*/
#header{
	margin:0px;
	padding:0px;
}
#header_inner{
	position:relative;
}
#header_inner h1,
#header_inner p{
	padding:0px;
	margin:0px;
}
#header_inner div{
	background:#f09800;
}
#header_inner div p{
	float:left;
	padding:6px 5px 2px 5px;
	color:#FFFFFF;
	font-size:80%;
}
#header_inner div ul{
	float:right;
	padding:6px 0 5px 0;
	color:#FFFFFF;
	margin:0px;
	font-size:80%;
}
#header_inner div ul li{
	float:left;
	list-style:none;
	padding-right:10px;
}
#header_inner div ul li a{
	color:#FFFFFF;
}
#header_menu{
	position:absolute;
	bottom:0px;
	width:100%;
	border-bottom:7px solid #DD8A82;
	overflow:auto;
}
#header_menu ul{
	overflow:hidden;
	float:right;
	margin:0px 15px 0px 0px;
	padding:0px;
}
#header_menu ul li{
	list-style:none;
	float:left;
}
#header_menu ul .h_menu a{
	margin:0px 0px 0px 3px;
	padding:0px;
	height:16px;
	display:block;
	text-indent:-9999px;
	background:bottom center no-repeat;
}
#header_menu ul #sodan a{
	width:80px;
	background-image:url(../img/sodan.gif);
}
#header_menu ul #qa a{
	width:87px;
	background-image:url(../img/qa.gif);
}
#header_menu ul #link a{
	width:70px;
	background-image:url(../img/link.gif);
}
/*menu*/

#menu{
	clear:both;
	margin:0px;
	padding:0px;
	background:#FFFFFF;
}
#menu_inner{
}
#menu_inner ul{
	position:relative;
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:49px;
}
#menu_inner ul li{
	float:left;
	list-style:none;
}

/*contents*/
#contents{
	clear:both;
	margin:0px;
	padding:0px;
	width:100%;
	background:#FFFFFF;
}

#contents_inner{

}

#w{
	background:url(../img/menu_shadow.jpg) no-repeat;
	}
#t{
	float:left;
	width:160px;
	padding:10px 0 100px 0;
	background:url(../img/t_shadow.jpg) no-repeat;
}
#t ul{
	padding:0px;
	margin:0px;
}
#t li{
	list-style:none;
	margin:0 0 6px 3px;
	padding:0px;
}
#t #s_menu li{
	margin:0 0 6px 6px;
}
/*main*/

.two_column{
	background:url(../img/t_bg.gif) repeat-y;
	
}
.two_column #w{
	float:left;
	width:606px;
	background:url(../img/w_shadow.jpg) no-repeat;
	padding:12px 14px 0px 16px;
}
#w #pankuzu{
	padding:0 0 10px 0;
}
.one_column #w #pankuzu{
	padding:12px 14px 10px 0;
}
#w p{
	padding:0 30px 0 15px;
}
/*footer*/
#footer{
	border-top:2px solid #eec188;
	background:#FFFFFF;
	padding-bottom:5px;
}
#footer_inner{
	padding:3px 0 0 14px;
}
#footer_banner{
	background:#f39800;
	float:left;
	margin:0 7px 0 0;
	width:164px
}
#footer_banner p{
	padding:3px 5px;
}
#footer_banner p a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer_text{
	float:left;
	padding-top:3px;
	width:615px;
}
#footer_inquiry{
	position:absolute;
	top:12px;
	right:10px;
}
/*******others*******/
.one_column #w .goto_top{
	clear:both;
	text-align:right;
	padding:4px 10px 15px 8px;
}
.two_column #w .goto_top{
	clear:both;
	text-align:right;
	padding:4px 0px 15px 8px;
}
.one_column #w h2{
	padding:0 0 15px 19px;
}
.two_column #w h2{
	padding:0 0 15px 0;
}
h3{
	background:url(../img/ttl_dot.gif) no-repeat #FFFFFF left;
	border-bottom:#C56D1C solid 1px;
	padding:0 0 5px 26px;
	font-weight:bold;
	margin:0 0 17px 0;
	color:#C56D1C;
}
h4{
	background:url(../img/pink_bar.gif) no-repeat;
	width:588px;
	height:32px;
	margin-bottom:17px;
	padding:0px 0px 0px 10px;
	color:#FF6600;
	font-weight:bold;
	line-height:32px;
}
