@charset "utf-8";

//マウスオーバー
a img.mouselink{
background:none!important;
}
 
a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}



//リンク枠
a img {
border-style:none;
}


html,body {
	background-image: url(image/back.jpg);
	background-repeat: repeat;
	overflow-x: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	-webkit-text-size-adjust: 100%;
}


h1 {
	font-size: 18px;
	color: #000;
	font-family: "メイリオ";
	margin-top: 20px; 
	 margin-bottom: 0;
}
h2 {
	font-size: 12px;
	color: #000;
	font-family: "メイリオ";
	margin-top: 0;
	margin-bottom: 0;
	text-align: right;
}
h3 {
	font-size: 14px;
	color: #000;
	line-height: 5px;
	font-family: "メイリオ";
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}


.honbun1 {
	font-family: "メイリオ";
	font-size: 15px;
	color: #391D00;
	font-weight: bold;
}

.honbun2 {
	font-family: "メイリオ";
	font-size: 16px;
	color: #391D00;
}

#container {
	 width: 904px;  
	margin: 0 auto;  
	
}
#head {
	width: 900px;
	overflow: hidden;
}
#headleft {
	float: left;
	overflow: hidden;
	width: 480px;
}
#headright {
	float: right;
	overflow: hidden;
	width: 350px;
	padding-top: 10px;
}
#image {
	background-image: url(image/line1.png);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	margin-right: -100%;
	margin-left: -100%;
	padding-right: 100%;
	padding-left: 100%;
}
#contents {
	overflow: hidden;
}
#side {
	float: left;
	width: 220px;
	font-family: "メイリオ";
	font-size: 18px;
	color: #391D00;
	font-weight: bold;
	line-height: 150%;
}
#main {
	float: right;
	overflow: hidden;
	width: 680px;
}
.abox {
	overflow: hidden;
	background-image: url(image/aback.png);
	background-repeat: repeat;
	padding: 20px;
}
.bbox {
	float: left;
	overflow: hidden;
}
.cbox {
	float: right;
	margin-right: 50px;
	overflow: hidden;
}
.foot {
	background-image: url(image/line1.png);
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	margin-right: -100%;
	margin-left: -100%;
	padding-right: 100%;
	padding-left: 100%;
	font-family: "メイリオ";
	font-size: 18px;
	color: #391D00;
	text-align: center;
	font-weight: bold;
}

a.one{
    color: #391D00;
	line-height: 150%;
	text-decoration:none;
	font-family: "メイリオ";
	font-size: 18px;
	font-weight: bold;
}
 
a.one:hover {
    color: #db1515;
	line-height: 150%;
	text-decoration:none;
	font-family: "メイリオ";
	font-size: 18px;
	font-weight: bold;	
	
	

}
.titole1 {
	font-family: "メイリオ";
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}

.tabl {
	font-family: "メイリオ";
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.dbox {
	width: 680px;
	overflow: hidden;
}
.ebox {
	float: left;
	overflow: hidden;
}
.fbox {
	float: right;
	overflow: hidden;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}
