/* CSS Document */

*{
margin:0px;
padding:0px;
}

body{
/*background:#FFF url(images/bg.jpg) no-repeat top center;*/
background:#FFF;
font-family:"ＭＳ Ｐゴシック", Osaka;
font-size:12px;
line-height:1.2;
margin:0;
padding:0px;
text-align:center;
}

a:link{
color:#FF0475;
text-decoration:underline;
}

a:visited{
color:#FF0475;
text-decoration:underline;
}

a:hover{
color:#FF0475;
text-decoration:underline;
}

div#wrapper{
background:url(images/bg_wrapper.jpg) no-repeat center top;
width:850px;
margin:0px auto;
padding:0px;
}

div#head{
/*background:url(images/bg_haederTop.jpg) no-repeat top center;*/
width:850px;
color:#FFF;
}

div#contents{
width:730px;
margin:0 auto;
}
div#enter{
	float:right;
	width:136px;
	height:169px;
	margin:0 0 20px 0;
}

div#footer{
clear:both;
width:850px;
padding:60px 0 20px 0;
text-align:center;
}
div#atention{
text-align:left;
line-height:1.5;
padding:5px 0 0 20px;
}



/*---------clearfix-----------*/





