/* --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;
}
img {
	border: none;
	-ms-interpolation-mode: bicubic;
}


body {
	margin:0;
	padding: 0;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #333333;
	text-align: justify;
	font-size: 90%;
	line-height: 175%;
	vertical-align: top;
	background-color: #FFDACC;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#container {
	background-image: url(../img/con_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
}
#container h1 {
	clear: both;
	float: none;
}

#contents {
	padding-top: 20px;
	padding-right: 44px;
	padding-bottom: 20px;
	padding-left: 44px;
}
.con {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.re_top {
	clear: both;
	padding-left: 750px;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	float: none;
	line-height: 16px;
}
.re_top a {
	display: block;
	width: 100px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-color: #42210B;
	height: 16px;
}
.re_top a:hover {
	text-decoration: none;
	background-color: #8A4517;
}







.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以前向け*/

