@charset "UTF-8";

/* body */
body{
	background:url(../img/bg.gif);
	margin:0;
	padding:0;
}

.clear{
	clear:both;
	margin: 0px;
	padding: 0px;
	font-size:1px;
	line-height:1px
}

img{
	border:0;
}

form {
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px;
}

.titleH1{
	background:url(../img/h1_bg.jpg) no-repeat;
	width:482px;
	height:28px;
	line-height:28px;
	padding-left:18px;
	color:565656;
	font-size:13px;
	margin-bottom:18px;
	font-weight:bold;
}
.titleH2{
	background:url(../img/h2_bg.jpg) no-repeat 0 bottom;
	padding-left:16px;
	color:565656;
	font-size:13px;
	margin:12px 0;
	line-height:100%;
	font-weight:bold;
}
.floatRight{
	float:right;
}
/* /body */

/* font */
.fontS{
	font-size:10px;
}
.fontSRed{
	font-size:10px;
	color:#FF0000;
}
/* /font */

/* ul_li */
.ul{
	margin:0;
	padding:0;
}
.li{
	padding:0 0 0 1em;
	text-indent:-1em;
	list-style:none;
	margin:0;
}
/* /ul_li */

/* link */
a{
	text-decoration:underline;
	color:#666666;
}
a:hover{
	text-decoration:none;
}
.jissekiLink{
	color:#ff6600;
}
/* /link */

/* wrap */
#wrap{
	margin:0 auto;
	width:800px;
	background:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#666666;
	line-height:150%;
	font-size:12px;
}
/* /wrap */

/* header */
#header{
	padding:0 20px 12px 20px;
}
#headerH1{
	font-size:10px;
	font-weight:normal;
	line-height:100%;
	padding:6px 0 0 0;
}
#headerMenuTb{
	border-left:1px solid #CCCCCC;
}
.headerMenutd{
	padding:5px 15px 0px 15px;
	border-right:1px solid #CCCCCC;
}
#header2ndBlock{
	margin:16px 0 0 0;
}
#headerLogo{
	margin:2px 0 0 0;
	float:left;
}

#headerBtnTb{
	margin:16px 0 0 0;
	float:right;
	background:url(../img/h_body.jpg) repeat-x;
	margin:0;
}
.headerTel{
	margin:0 10px;
}
#headerBtn01{
	margin:0 1px 0 0;
}
/* /header */

/* gmenu */
#gmenu01{
	float:left;
	padding:0px;
	margin:0px;
}
#gmenu02{
	float:left;
	padding:0px;
	margin:0px;
}
#gmenu03{
	float:left;
	padding:0px;
	margin:0px;
}
/* /gmenu */

/* contentsArea */
#contentsArea{
	width:800px;
}
/* contentsLeft */
#contentsLeft{
	float:left;
	width:280px;
	background:url(../img/2nd_menu_body.jpg) repeat-y;
}
.menu{
	width:208px;
	height:35px;
	background:url(../img/2nd_menu_off.jpg) no-repeat;
	color:#663300;
	margin:0 auto;
	line-height:32px;
	padding-left:32px;
}
.menuon{
	width:208px;
	height:35px;
	background:url(../img/2nd_menu_on.jpg) no-repeat;
	color:#663300;
	margin:0 auto;
	line-height:32px;
	padding-left:32px;
}
.menulink{
	color:#663300;
}
/* /contentsLeft */

/* contentsRight */
#contentsRight{
	float:left;
	width:500px;
}

#pankuzu{
	font-size:10px;
	margin:15px 0;
}
.pankuzulink{
	color:#006600;
}
.pankuzu2{
	font-size:10px;
	margin:15px 0 10px 0;
	border-bottom:1px #CCCCCC solid;
}
.pankuzu2Left{
	float:left;	
}
.pankuzu2Right{
	float:right;	
}

.subContentsArea{
	width:470px;
	margin:0 auto;
}
.footerbtn{
	margin-bottom:30px;
}
/* /contentsRight */
/* /contentsArea */

/* form */
.form{
	margin:20px 0 0 0;
}
.inputArea01{
	border:1px solid #CCCCCC;
	width:300px;
}
.inputArea02{
	border:1px solid #CCCCCC;
	width:80px;
}
.inputArea03{
	border:1px solid #CCCCCC;
	width:40px;
}
/* /form */

/* table */
.tbStyle01{
	border-top:1px solid #CCCCCC;
}
.tdStyle01{
	border-bottom:1px #CCCCCC solid;
	background:#F5F5F5;
	padding:5px;
}
.tdStyle02{
	border-bottom:1px #CCCCCC solid;
	padding:5px;
}
.sitemapTdStyle01{
	border:1px #CCCCCC solid;
	padding:5px;
	background:#F5F5F5;
}
.sitemapTdStyle02{
	background:url(../../sitemap/img/sitemap_bg01.jpg) center no-repeat;
}
.sitemapTdStyle03{
	background:url(../../sitemap/img/sitemap_bg03.jpg) 50% 50% no-repeat;
}
.sitemapTdStyle04{
	background:url(../../sitemap/img/sitemap_bg02.jpg) 50% 50% no-repeat;
}

/* /table */



/* footer */
#footer{
	margin:40px 20px 10px 20px;
}
#footerTb{
	background-color:#999999;
}
#footerMenu{
	font-size:10px;
	text-align:center;
	padding:0 0 25px 0;
}
/* /footer */


.margineB10{
	margin-bottom:10px;
}