@charset "Shift_JIS";
body{
 width:100%;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 background-color:#FFFFFF;
}

/* ノーマルテキスト */
.txt{
font-size:9pt;
font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #323434;
line-height: 14pt;
}

.txt2{
font-size:9pt;
font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #323434;
line-height: 12pt;
}

.mtxt{
font-size:12pt;
font-family:"ＭＳ Ｐゴシック", "Osaka";
color: #323434;
line-height: 14pt;
}

/* 文字：太字 */
.wb{font-weight:bold;}

/* 文字：赤 */
.cr{color: #FF0000;}


/* テーブル */
.txttd1{
 margin:0px 0px 0px 0px;
 padding:0px 20px 0px 20px;
}

.imgtd1{
 margin:0px 0px 0px 0px;
 padding:0px 10px 0px 20px;
}

.navtd1{
 margin:0px 0px 0px 0px;
 padding:0px 10px 0px 15px;
}


/*ライン*/
.ln_green{
 background-color:#00B900;
}

.ln_gray{
 background-color:#323434;
}

.ln_dot_gray{
 background-image:url("../img/ln_g_dot_h.gif");
 height:100%;
}

.ln_dot_gray_w{
 background-image:url("../img/ln_g_dot_w.gif");
 width:100%;
}

.ln_3dgray{
 background-image:url("../img/bg_r.gif");
 height:100%;

}
.ln_3dgray_d{
 background-image:url("../img/bg_d.gif");
 width:100%;
}
/* Link設定*/
a:link{
 color:#00AF28;
 text-decoration:none;
 font-weight:normal;}
a:visited{
 color:#00AF28;
 text-decoration:none;
 text-decoration:underline;}
a:active{
 color:#00AF28;
 text-decoration:none;
 font-weight:normal;}
a:hover{
 color:#00AF28;
 text-decoration:none;
 font-weight:normal;
 text-decoration:underline;}

/*お問合せ*/
#main{
	width: 725px;
	height: 100%;
	/*border-right: 5px solid #E8E8E8;*/
}
html:not(:target) #main{
	width: 720px;
	height: 120%;
	border-right: 5px solid #E8E8E8;
}
.header{
	padding-bottom: 5px;
	border-bottom: 3px solid #00B900;
	margin-top: 5px;
}
#submenu {
	float:left;
	vertical-align: top;
	width: 140px;
	text-align: center;
}
#dot{
	float: left;
	height: 530px;
	width: 1px;
	background-image: url(../img/ln_g_dot_h.gif);
	background-repeat: repeat-y;
	margin-left: 2px;
}
#conte{
	vertical-align: top;
	width: 575px;
	margin-left: 2px;
	float: left;
}
/*Firefoxのみ*/
*>#dot{
	float: left;
	height: 68%;
	width: 1px;
	background-image: url(../img/ln_g_dot_h.gif);
	background-repeat: repeat-y;
}
.line{
	width: 100%;
	border-top: 1px #323434 solid;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	vertical-align: bottom;
}
.subimg{
	margin:0:px;
	border:0px;
	padding:0px;
}
.shade{
	background-image: url(../img/bg_r.gif);
	background-repeat: repeat-y;
	height: 110%;
	margin-left: 720px;
	margin-top: 0;
	padding-top: 0;
	width: 7px;
	float: left;
}
.fotter{
	margin-left: 15px;
	margin-top: 0;
	padding-top: 0;
}
hr.co{
	width: 720px;
	color: #323434;
	height: 1px;
	clear: both;
	margin-left: 0;
	text-align: left;
}
#fotter{
	float: none;
}
.cp{
	text-align: center;
	margin-bottom: 5px;
}
/*スペース*/
.mtmb1{
	margin-top:1px;
	margin-bottom:1px;
}
.mb5{
	margin-bottom: 5px;
}
.mt3{
	margin-top: 3px;
}
.mp0{
	margin: 0;
	padding: 0;
}
.ml15{
	margin-left: 15px;
}
.mp0{
	margin: 0;
	padding:0;
}
/* お問合せ IE以外 */
div.baseblock{
	width: 720px;
	background: #fff;
	-moz-box-shadow: 2px 2px 2px #666666;
	-webkit-box-shadow: 2px 2px 2px #666666;
}
			
div.baseblockin{
				margin: 0;
}
/* お問合せ IE */
html>/**/body div.baseblock{
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=0,Direction=135) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4);
}
html*div.baseblock{
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=0,Direction=135) progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4);
}

