@charset "utf-8";

* {margin:0px; padding:0px;}
a img {border:none;vertical-align:bottom;}
img {vertical-align: top;}

body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
.body_master #container { 
	width: 940px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	/* border: 1px solid #000000; */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background: #fefbf8;
	background-image:url("../img/mainContent_back.png");
	background-repeat:repeat-y;
	background-position:left;
} 

.coment2 {
	font-size: 10px;
	line-height: 16px;
	margin-left: 6px;
	margin-top: 6px;
	}
	
.midashi2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	}

.midashi3 {
	font-size: 14px;
	color: #990000;
	}
.midashi4 {
	font-size: 12px;
	font-weight: normal;
	color: #330000;
	background-color: #FFE1E1;
	padding: 2px;
}

.style1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333333;
	text-align:left;
	background-color: #9FD1A6;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
.style2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333333;
	text-align: left;
	background-color: #D3E6DC;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 16px
	}
	
	

.style1_ex {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333333;
	text-align:left;
	background-color: #CDB38B;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.style2_ex {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333333;
	text-align: left;
	background-color: #FFFACD;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px
	}
	
	
.style1_ex_bold {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	color: #8B5A2B;
	font-weight:bold;
	text-align:left;
	background-color: #CDB38B;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
.style2_ex_center {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #333333;
	text-align: center;
	background-color: #FFE7BA;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 16px
	}
	
p.to_top {
	text-align:right;
	margin:3px 10px;
	font-size:small;
	width:680px;
}
	
p.normal {
	margin:3px 10px;
	font-size:normal;
}
	
p.small {
	margin:3px 10px;
	font-size:small;
}
.caption {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	background-position: center;
	vertical-align: middle;
	padding: 2px;
	text-align: center;
	background-color: #E6E6CC;
}
a.inos_nyuukai {
	display:block;
	width:290px;
	height:30px;
	background-image:url(../img/inossanka/img3.gif);
	background-repeat:no-repeat;

}

a.inos_nyuukai span{
	position:relative;
	width:290px;
	height:30px;
	z-index:-1;
}

a.inos_nyuukai:hover {
	background-image:url(../img/inossanka/img3_2.gif);
	background-repeat:no-repeat;
}


.centaring{
 margin:0 auto;	
}

table.contact_table{
	background:#FFF;
	border:#CCC 1px solid;
	text-align:left;
}

table.contact_table td.tit{
	background:#996;
	color:#8B3E2F;
}

table.contact_table td.tit2{
	background:#deb887;
	color:#8B3E2F;
}


a.toiawase {
	display:block;
	width:200px;
	height:30px;
	background-image:url(../img/toi.gif);
	background-repeat:no-repeat;

}

a.toiawase span{
	position:relative;
	width:200px;
	height:30px;
	z-index:-1;
}

a.toiawase:hover {
	background-image:url(../img/toi_on.gif);
	background-repeat:no-repeat;
}
a.toiawase2 {
	display:block;
	width:200px;
	height:30px;
	background-image:url(../img/toi2.gif);
	background-repeat:no-repeat;

}

a.toiawase2 span{
	position:relative;
	width:200px;
	height:30px;
	z-index:-1;
}

a.toiawase2:hover {
	background-image:url(../img/toi2_on.gif);
	background-repeat:no-repeat;
}

div.float_left{
float:left;	
}

div.float_right{
float:right;	
}

div.jyuken_maker{
width:220px;
height:25px;
float:left;
}



/*---------- header --------------*/
.body_master #header {
	width:940px;
	height:123px;
	background-repeat: no-repeat;
	background-image:url(../img/header.png);
	padding:0px;
	margin: 0;
	position:relative;
} 
.body_master #header h1 {
	float: right;
	margin: 0;
	padding: 1px;
	font-size:small;
} 
.body_master #header a.home {
	margin: 0;
	position:absolute;
	top: 20px;
	left: 10px;
}



/*---------- sidebar1 --------------*/
#sidebar1 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	padding:0 0 10px 0;
	margin:0;
	width: 204px;
}
#sidebar1 h3 {
	float:left;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

#sidebar1 h3 span{
	position:relative;
	padding:0px;
	margin:0px;
	z-index:-1;
	overflow:hidden;
}

#sidebar1 div.contents_box {
	margin:20px 0px 0px 16px;
	padding: 0;
	width: 170px;
	height:430px;
}
#sidebar1 div.contents_box a.all_style {
	margin-bottom:5px;
	padding: 0;
}

#sidebar1 div.contents_box a.contents1 {
	display:block;
	width: 165px;
	height: 40px;
	background:url("../img/sidebar_1.png");
	background-repeat: no-repeat;
}

#sidebar1 div.contents_box a.contents1:hover {
	background:url("../img/sidebar_1_on.png");
}
#sidebar1 div.contents_box a.contents2 {
	display:block;
	width: 165px;
	height: 40px;
	background:url("../img/sidebar_2.png");
	background-repeat: no-repeat;
}
#sidebar1 div.contents_box a.contents2:hover {
	background:url("../img/sidebar_2_on.png");
}
#sidebar1 div.contents_box a.contents3 {
	display:block;
	width: 165px;
	height: 40px;
	background:url("../img/sidebar_3.png");
	background-repeat: no-repeat;
}
#sidebar1 div.contents_box a.contents3:hover {
	background:url("../img/sidebar_3_on.png");
}
#sidebar1 div.contents_box a.contents4 {
	display:block;
	width: 165px;
	height: 40px;
	background:url("../img/sidebar_4.png");
	background-repeat: no-repeat;
}
#sidebar1 div.contents_box a.contents4:hover {
	background:url("../img/sidebar_4_on.png");
}
#sidebar1 div.contents_box a.contents5 {
	display:block;
	width: 165px;
	height: 40px;
	background:url("../img/sidebar_5.png");
	background-repeat: no-repeat;
}
#sidebar1 div.contents_box a.contents5:hover {
	background:url("../img/sidebar_5_on.png");
}
#sidebar1 div.contents_box a.contents6 {
	display:block;
	width: 165px;
	height: 40px;
	background:url("../img/sidebar_6.png");
	background-repeat: no-repeat;
}
#sidebar1 div.contents_box a.contents6:hover {
	background:url("../img/sidebar_6_on.png");
}
#sidebar1 div.contents_box a.contents7 {
	display:block;
	width: 165px;
	height: 40px;
	background:url("../img/sidebar_7.png");
	background-repeat: no-repeat;
}
#sidebar1 div.contents_box a.contents7:hover {
	background:url("../img/sidebar_7_on.png");
}
#sidebar1 div.contents_box a.contents8 {
	display:block;
	width: 165px;
	height: 40px;
	background:url("../img/sidebar_8.png");
	background-repeat: no-repeat;
}
#sidebar1 div.contents_box a.contents8:hover {
	background:url("../img/sidebar_8_on.png");
}
#sidebar1 div.contents_box a.contents9 {
	display:block;
	width: 165px;
	height: 40px;
	background:url("../img/sidebar_9.png");
	background-repeat: no-repeat;
}
#sidebar1 div.contents_box a.contents9:hover {
	background:url("../img/sidebar_9_on.png");
}

#sidebar1 div.contents_box a span{
	position:relative;
	width: 165px;
	height: 40px;
	z-index:-1;
}


#sidebar1 div.address {
	padding:10px 0;
	margin:0px auto;
	font-size:small;
	text-align:center;
	width: 190px;
	height:100px;
	background:url("../img/address_box.png");
	background-repeat: no-repeat;
}
/*#sidebar1 div.address p {
	margin:10px 0px;
}*/

#sidebar1 div.image_box {
	width: 180px;
	height:100px;
	padding:10px 0 0 0;
	margin:0px auto;
	text-align:center;
}


/*---------- mainContent --------------*/
#mainContent { 
	margin: 0 0 0 204px; /* この div エレメントの左マージンにより、ページの左側に #sidebar1 div が設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 0 0 10px 0; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
}
	
#mainContent .midashi1 {
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	text-indent: 5pt;
	text-align: left;
	}
#mainContent .midashi1 h4 {
	text-indent: 15pt;
	background-image:url(../img/h4_back.gif);
	background-repeat:no-repeat;
	}
	
#mainContent .m2 {
	font-size: 80%;
	}
	
#mainContent .torihiki {
	font-size: 12px;
	color: #333333;
	text-align:left;
	}
#mainContent .torihiki p {
	margin:2px 10px 2px 10px;
	}
	
#mainContent .midashi_mini {
	font-size:small;
	}

#mainContent ul.menu {
	width:680px;
	height:15px;
	margin-top: 13px;
	margin-left: 15px;
	margin-bottom: 10px;
	list-style-type:none;
	font-size:small;
}
#mainContent  ul.menu li a {
	margin: 0px 5px 0px 0px;
}
#mainContent  ul.menu li {
	float:left;
	list-style-type: none;
	display: inline;
	margin: 0px 5px 0px 0px;
}


ul.indent1 {
	margin: 10px 5px 0px 0px;
}
ul.indent2 {
	margin: 10px 0px 0px 20px;
}
ul.indent2 li {
	margin: 20px 0px 0px 0px;
}
ul.indent3 {
	margin: 0px 0px 0px 40px;
}
ul.indent3 li {
	margin: 0px;
}
ul.indent4 {
	margin: 0px 0px 0px 40px;
}


#haikei {
	width:100%;
	height:320px;
	padding-top:15px;
	background-image:url(../img/top/haikei_1.png);
	background-repeat: no-repeat;
}
#haikei a.inos {
	display:block;
	width:299px;
	height:70px;
	margin-top:3px;
	margin-left:430px;
	margin-bottom:3px;
	background-image:url(../img/top/inos_1.png);
	background-repeat:no-repeat;
}

#haikei a.inos span{
	position:relative;
	width:299px;
	height:70px;
	z-index:-1;
}

#haikei a.inos:hover {
	margin-left:420px;
	background-image:url(../img/top/inos_2.png);
	background-repeat:no-repeat;
}
#haikei a.jyuuken {
	display:block;
	width:299px;
	height:70px;
	margin-top:3px;
	margin-left:430px;
	margin-bottom:3px;
	background-image:url(../img/top/jyuuken_1.png);
	background-repeat:no-repeat;
}

#haikei a.jyuuken span{
	position:relative;
	width:299px;
	height:70px;
	z-index:-1;
}

#haikei a.jyuuken:hover {
	margin-left:420px;
	background-image:url(../img/top/jyuuken_2.png);
	background-repeat:no-repeat;
}
#haikei a.precut {
	display:block;
	width:299px;
	height:70px;
	margin-top:3px;
	margin-left:430px;
	margin-bottom:3px;
	background-image:url(../img/top/precut_1.png);
	background-repeat:no-repeat;
}

#haikei a.precut span{
	position:relative;
	width:299px;
	height:70px;
	z-index:-1;
}

#haikei a.precut:hover {
	margin-left:420px;
	background-image:url(../img/top/precut_2.png);
	background-repeat:no-repeat;

}
#haikei a.precut_amagi {
	display:block;
	width:299px;
	height:70px;
	margin-top:3px;
	margin-left:430px;
	margin-bottom:3px;
	background-image:url(../img/top/precut_amagi_1.png);
	background-repeat:no-repeat;

}

#haikei a.precut_amagi span{
	position:relative;
	width:299px;
	height:70px;
	z-index:-1;
}

#haikei a.precut_amagi:hover {
	margin-left:420px;
	background-image:url(../img/top/precut_amagi_2.png);
	background-repeat:no-repeat;
}


#mainContent a.syousai {
	display:block;
	width:120px;
	height:30px;
	background-image:url(../img/access/img1.gif);
	background-repeat:no-repeat;
}

#mainContent a.syousai span{
	position:relative;
	width:120px;
	height:30px;
	z-index:-1;
}

#mainContent a.syousai:hover {
	background-image:url(../img/access/img1_2.gif);
	background-repeat:no-repeat;
}


#mainContent a.kankou1 {
	display:block;
	width:220px;
	height:50px;
	background-image:url(../img/group/link_k.gif);
	background-repeat:no-repeat;

}

#mainContent a.kankou1 span{
	position:relative;
	width:220px;
	height:50px;
	z-index:-1;
}

#mainContent a.kankou1:hover {
	background-image:url(../img/group/link_k2.gif);
	background-repeat:no-repeat;

}


#mainContent a.kankou2 {
	display:block;
	width:220px;
	height:50px;
	background-image:url(../img/group/link_ks.gif);
	background-repeat:no-repeat;

}

#mainContent a.kankou2 span{
	position:relative;
	width:220px;
	height:50px;
	z-index:-1;
}

#mainContent a.kankou2:hover {
	background-image:url(../img/group/link_ks2.gif);
	background-repeat:no-repeat;

}


#mainContent a.kankou3 {
	display:block;
	width:220px;
	height:50px;
	background-image:url(../img/group/link_h.gif);
	background-repeat:no-repeat;

}

#mainContent a.kankou3 span{
	position:relative;
	width:220px;
	height:50px;
	z-index:-1;
}

#mainContent a.kankou3:hover {
	background-image:url(../img/group/link_h2.gif);
	background-repeat:no-repeat;

}
#mainContent a.kankou4 {
	display:block;
	width:220px;
	height:50px;
	background-image:url(../img/group/link_s.gif);
	background-repeat:no-repeat;

}

#mainContent a.kankou4 span{
	position:relative;
	width:220px;
	height:50px;
	z-index:-1;
}

#mainContent a.kankou4:hover {
	background-image:url(../img/group/link_s2.gif);
	background-repeat:no-repeat;

}

#mainContent div.tab1 {
	margin:20px;
	color:#666;
	font-size:medium;
}
#mainContent div.tab_center {
	width:680px;
	margin:0px auto;
	padding:0px;
	color:#666;
	font-size:small;
	text-align:center;
}
#mainContent div.tab_center h3 {
	text-decoration:none;
}

#mainContent div.tab_bottom {
	margin:20px;
	color:#666;
	font-size:medium;
	bottom:0px;
}



/*---------- footer --------------*/
.body_master #footer { 
	width:940px;
	height:87px;
	padding: 0px;
	background-repeat: no-repeat;
	background:url("../img/footer.png");
} 
.body_master #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding-top: 10px;
	text-align:center;
	font-size:small
}



/*---------- others --------------*/
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*-- スパム防止用 --*/
.Ftrap {display:none;}