@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	margin-top:15px;
	margin-left:15px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", sans-serif;
	font-size:0.8em;
	color:#333;
	letter-spacing:0.2px;
	line-height:150%;
}

img{
	border:0;
}



.clear{
	clear:both;
}

.none{
	display:none;
}


	


/* font */
.b_none{
	font-weight:normal;
}

.red{
	color:#FF0033;
}

.b_red{
	color:#FF0033;
	font-weight:bold;
}

.blue{
	color:#0066FF;
}




/* templetes */
#wrapper{
	width:650px;
}

.leftbox{
	margin-top:40px;
}


.box{
	margin-top:30px;
	margin-left:10px;
	width:640px;
}

h2{
	font-size:1em;
	font-weight:bold;
	padding-bottom:7px;
}




.setumei{
	margin-left:20px;
}

ul{
	margin-left:20px;
	list-style-type:disc;
	color:#990000;
}

#address{
	margin-left:10px;
}


.box2{
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:650px;
}

.foot_hr{
	margin-top:30px;
}

#footer{
	color:#666666;
	font-size:0.75em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
}