@charset "utf-8";
body {
	margin: 0px;
	background: #d1a248 url(../images/body_bg.jpg) repeat left top;
}
.clear {
 clear:both; 
	} 
img{
	border-style: none;
}

a:link{
	color: #00FFFF;
}
a:visited{
	color: #00FFFF;
}
a:hover{
	color: #00FFFF;
	text-decoration: none;
}




#navi{
	background: #FFFFFF;
	text-align: center;
}

#head_area{
	background: url(../images/head_bg.jpg) repeat-x left bottom;
	text-align: center;
}
#head_line{
	background: url(../images/head_line.gif) repeat-x left top;
	height: 11px;
}

#contents_area{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background: #04354f url(../images/contents_area_bg.jpg) no-repeat left top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 25px;
}

#contents_area h1{
	font-size: 4px;
	line-height: 100%;
	color: #04354F;
	margin: 10px 0px;
	padding: 0px;
	font-weight: normal;
}

#contents_area div.text{
	padding-bottom: 15px;
}
#contents_area div.text img{
	margin-bottom: 8px;
}

#contents_area div.leftbox{
	float: left;
	width: 480px;
}
#contents_list{
	font-size: 75%;
	line-height: 1.5;
}
#contents_list div.outbox{
	background: url(../images/waku_bg.jpg) repeat-x left top;
	border: 2px solid #A68B20;
	margin-bottom: 10px;
	padding: 5px 8px 5px 5px;
}
#contents_list img.contents_image{
	float: left;
	padding-right: 13px;
}
#contents_list img.textimg1{
	padding-top: 2px;
	padding-bottom: 5px;
}
#contents_list img.textimg2{
	padding-bottom: 5px;
}


#contents_area div.rightbox{
	float: left;
	width: 190px;
	padding-left: 30px;
	font-size: 65%;
	line-height: 1.5;
	color: #FFFFFF;
}

#profile{

}
#profile img{
	margin-bottom: 8px;
}
#profile strong{
	color: #6FFF93;
}

#access{
	margin-top: 25px;
}
#access div{
	padding: 5px 10px 10px;
	text-align: center;
}
#access img{
	margin-bottom: 5px;
	border-style: none;
}

#foot{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 65%;
	color: #999999;
	line-height: 1.5;
}

