@charset "utf-8";

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}






/*---------------acceptable use policy----------------*/
body{
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color : #454545;
	font-size : 100%;
	line-height : 1.8;
}

.wrap{
	font-size: 1.1em;
	padding: 10px 20px;
	background : url(../image/bg-body.jpg) repeat 0 0;

}


h1{
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px 0 ;
}

.hon,
.hon__1,
.hon__2,
.hon__3,
.hon__4,
.hon__5
	{
	margin-bottom: 20px;
}

h3{
	margin: 20px 0;
	font-size: 1.1em;
	font-weight: bold;
}

ul{
	margin-top: 10px;
	list-style: none;
}

li{
	margin: 10px 0;
}

.tR{
	text-align: right;
	margin: 30px;
}

footer{
	background:  url(../image/bg-body.gif) repeat 0 0;
	color: #ffffff;
	text-align: center;
}






@media screen and (min-width : 641px){

.wrap{
	max-width: 800px;
	min-width: 380px;
	background : url(../image/bg-body.jpg) repeat 0 0;
	padding: 15px;
	margin: 0 auto;

}
.wrap ul li{
	list-style: none;
}



footer{
	margin: 0 auto;
	max-width:830px; 
	background:  url(../image/bg-body.gif) repeat 0 0;
	color: #ffffff;
	text-align: center;
}
}