@CHARSET "UTF-8";

/* CSS document for access */

/* Contents */
.contents {
	width: 1200px;
	height: 1300px;
	overflow: hidden;
	background: url(../img/background_contents.png) repeat-y;
}
/* Contents */



/* main */
.main {
	position: absolute;
}

.sub_ttl {
	font-size: 150%;
	font-weight: bold;
	color: #BBBB85;
}

.text {
	font-size: 110%;
	line-height: 14px;
}

#box01 {
	margin:10px 0px 100px 10px;
	width:700px;
	}
	
#box02 {
	width:700px;
	height:0px;
	overflow:hidden;
}	
	
.image_float {
	float:left;
}

.image_float a img {
	margin:0px;
}

.image_float a {
	display:block;
	padding:2px;

}

.image_float a:hover {
	background-color:#6C3;
}

h2 {
	font-size: 130%;
	background: url("../img/main_icon01.gif") no-repeat left;
	color: #999947;
	vertical-align: middle;
	padding: 10px 0px 10px 25px;
}

.clear_both {
	clear: both;
}

.info_box {
	clear:both;
	margin-bottom:100px;
	line-height:1.3;
}

.info_text {
	float: left;
	width:230px;
}

.info_text-l{
	width:430px;
}

.orange{
	color:#F93;
}
