/* --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;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	text-align: justify;
	font-size: 90%;
	line-height: 175%;
	vertical-align: top;
	background-color: #534741;
	padding: 0;
}
em {
	display:none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/back.jpg);
	background-repeat: repeat-y;
	background-position: left 220px;
	margin-top: 20px;
}




.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以前向け*/

