@charset "utf-8";
/* CSS Document */
@import url("reset.css");




body {
	color:#333333;
	line-height:180%;
	font-family: Arial, Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,  sans-serif;
	background-color: #ffffff;
	font-size:12px;
}
/* for WinIE7 */
*:first-child+html body {
	font-size: 75%;
}

/* for WinIE6 */
*html body {
	font-size: 75%;
}


#shinwa{
	width:520px;
	background-image: url(../img/yuisyo/bk001.gif);
	padding:10px;
}

#shinwa h1{
	text-align:center;
}

#shinwa div#photo{
	text-align:center;
	margin:10px;
}

#shinwaBox{
	width:500px;
	height:510px;
	background:#FFFFFF;
	padding:10px;
}

#btBox{
	width:220px;
	margin:0 0 10px 170px;
}

#btBox li{
	width:110px;
	display:inline;
	float:left;
}

/* clearfix
-------------------------------------------------------------*/
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
	zoom:1;
}

/* Hides from IE-mac\*/
*html .clearfix{height: 1%;}
.clearfix {display: block;}
/*End hide from IE-mac */





