
body{
	background:url("../images/bg3.png");
	color: #666666;
	font-size: 0.8em;
}

#wrapper{
width: 800px;
margin: 0 auto;
background: #ffffff;
border: 3px solid #83bcf2;
}

#header_title{
}

#main{
width: 760px;
padding:20px;
margin: 0 auto;
}

#hako{
margin: 0 auto;
text-align:center;
}

#footer{
clear: both;
vertical-align: bottom;
width: 800px;
height: 50px;
font-size: 0.8em;
color: #ffffff;
background: #ffffff;
text-align: center;
}

h1{
	color:#333;
}

#main h2{
	margin-top: 20px;
	color: #ff8000;
	text-decoration:underline;
}

#main h3{
	color: #8585ff;
}

em{
	text-align:right;
}

strong{
	color:#ff6060;
	text-align:center;
	text-decoration:underline;
}

ul{
	margin-left: 30px;
}

hr{
	width:90%;
	margin: 0 auto;
}

p{
	margin: 30px 0;
}


address{
color: #777777;
vertical-align: bottom;
text-decoration: none;
font-style: normal;
margin: auto 0;
}

table{
margin: 0 auto;
font-size: 0.8em;
}