@charset "utf-8";




body {
	width: 100％;
	min-width: 960px;
    background-repeat:no-repeat;
    background-position: center top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 15px;
	line-height:1.4;
	margin: 0 0 0 0;
	background-image:url(image/contact.jpg);
	background-position: left top
}


.space{clear: left;}



h2 {
	float: left;
    margin: 0 0 0 0;
	text-align:left;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;

}





#wrap {
    margin: 0 auto  0;
    width: 960px;
	
}


.contents {
	float: left;
	margin: 0px 0 0  0;
	width: 100%;
	height:auto;
	padding: 0 0;

	font-size: 15px;
}





.contents-in-text {
    margin: 0 0 0  1080px;
    width: 600px;
	height:auto;
	padding: 150px 0 0 0;

	text-align:left;
	color:#ffffff;
	

}



.contents-in-text a:link {
	text-decoration: none;
	color: #ffffff;
}
.contents-in-text a:visited {
	text-decoration: none;
	color: #ffffff;
}
.contents-in-text a:hover {
	text-decoration: underline;
}



.title {
	border-bottom:solid 1px;
	border-color:#666666;
	float: left;
	margin: 0px 0 45px  0;
	width: 98%;
	height:auto;
	padding: 0 1% 5px 1%;
	text-align:left;
}








.header {
	width: 100%;
	height:90px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 13px;
	line-height:1.4;
	margin: 0 0 0 0;
	position: fixed; 
	top: 0px; 
    left: 0px; 
	background-color:#ffffff;
	opacity: 0.85; 
	z-index:100;

}

.header-l {
	float:left;
	width: 30%;
	height:50px;
	margin: 0 0 0 0;
	padding:20px 0 20px 0;
	text-align:left;

}

.header-r {
	float:left;
	width: 68%;
	height:30px;
	margin: 0 0 0 0;
	padding:30px 2% 30px 0;
	text-align:left;

}

.header-r-in {
	border-left:solid 1px;
	border-right:solid 1px;
	border-color:#000000;
	float:right;
	width: auto;
	height:30px;
	margin: 0 0 0 -1px;
	padding:0 20px 0 20px;
	text-align:left;
	line-height:30px;
	font-size:15px;

}




a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}






.footer {
	width: 100%;
	height:30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	font-size: 11px;
	line-height:1.4;
	margin: 0 0 0 0;
	position: fixed; 
	bottom: 0px; 
    left: 0px; 
	background-color:#eeeeee;
	text-align:center;
	font-color:#333333;
	z-index:100;
	line-height:30px;
	opacity: 0.75; 

}








