@import "free.css";

body{
	background:#e6e4cb;
	margin-top:20px;
	color:#202658;
	font-size:small;
	line-height: 1.5;
}

h1{
	position: relative;
	top:60px;
	left:80px;
	font-size:x-large;
	color:#996900;
	font-weight:bold;
}

#header_wrap{
}
	
#header_wrap p{
	margin-left:90px;
}

#image{
	margin:10px 0;
	height:170px;
	background:url(../images/image.jpg) repeat-x;
}

#left{
	float:left;
	width:30%;
	padding:10px 10px;
}

#right{
	float:left;
	width:65%;
	padding:10px 10px;
}

#footerArea{
	clear:both;
	text-align:center;
	padding:20px 0px;
}

#soto{
	margin:0 auto;
	width:960px;
}

a{
	color:#ac701f;
	text-decoration:none;
}

a:hover{
	color:#1d4240;
	text-decoration:none;
}

.midashi_style{
	font-size:medium;
	color:#32414d;
	background:url(../images/midasi.jpg) no-repeat;
	padding-left:20px;
	font-weight:bold;
}

.aside{
	padding:3px 3px 3px 18px;
}

.text{
	padding:3px 18px 3px 18px;
}

.next-page{
	text-align:center;
}