/* --OTHER TAGS-- */
a {
overflow:hidden;
}

a img, img { 
border:0;
}

abbr, acronym {
border:0;
}

address, caption, cite, code, dfn, em, th, strong, var {
font-style:normal;
font-weight:normal;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, ol, p, pre, span, td, th, ul {
margin:0;
padding:0;
}

caption, th {
text-align:left;
}

code, kbd, pre, samp, tt {
font-family:monospace;
line-height:100%;
}

	/* for IE7 */
	*+html code, *+html kbd, *+html pre, *+html samp, *+html tt {
	font-size:108%; 
	}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:normal;
}

ol, ul {
list-style:none;
}

q:before, q:after {
content:'';
}

img,a {
	border:none;
}


body {
	margin:0;
	padding: 0;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #333333;
	text-align: justify;
	font-size: 80%;
	line-height: 150%;
	vertical-align: top;
	background-color: #866F2C;
}
#container {
	height: 100%;
	width: 100%;
	position: relative;
	background-image: url(../img/common/h_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#contents{
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 10px;
}
em {
	display:none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}


.inqBlock {
	height: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 631px;
	margin-right: auto;
	margin-left: auto;
}
.inqBlock img {
	vertical-align: bottom;
}

.inqBlock p {
	display: block;
	float: left;
	height: 100px;
}
.inqBlock p a {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	width: 300px;
	overflow: hidden;
	height: 100px;
	background-image: url(../img/common/inqBtn.jpg);
}
.inqBlock p a:hover {
	background-repeat: no-repeat;
	background-position: left bottom;
}




.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.clearfix{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/

