body	{
	/*margin:1px 0 0 21px;*/
	font-family:"ＭＳ Ｐゴシック",Osaka;
}

A:link {
	COLOR: #000000; TEXT-ALIGN: left; TEXT-DECORATION: none
}
A:active {
	COLOR: #000000; TEXT-ALIGN: left; TEXT-DECORATION: none
}
A:visited {
	COLOR: #000000; TEXT-ALIGN: left; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; TEXT-ALIGN: left; TEXT-DECORATION: underline
}

.text8_red {
	font-size:8px;
	color:#E70A0F;
	line-height:1.2em;
	}

.text10 {
	font-size:10px;
	color:#333333;
	line-height:1.3em;
	}

.text10_red {
	font-size:10px;
	color:#E70A0F;
	line-height:1.3em;
	}

.text12_red {
	font-size:14px;
	color:#E70A0F;
	line-height:1.3em;
	font-weight:bold;
	}

.text12 {
	font-size:12px;
	color:#333333;
	line-height:1.5em;
	}

.text12_blue {
	font-size:12px;
	color:#6699FF;
	line-height:2em;
	}

.top_back {
	font-size:10px;
	color:#333333;
	padding:8px 0 15px 450px;
	}

ul { 
margin: 0; 
padding: 0;
list-style-type:none;
} 

img { 
margin: 0;
}
/*全体を囲うブロック*/
#wrapper{
width:702px;
height:auto;
}

/*ヘッドイメージ
#head {
	width:702px;
	height:100px;
	}
	
#head_logo {
	width:395px;
	height:53px;
	float:left;
	}

#head_logo h1{
float:left;
width:141px;
margin:0;
}

#head_logo h2{
float:left;
width:254px;
margin:0;
}

#head_top ul {
	width:307px;
	float:right;
	list-style-type:none;
	}

#head_top ul li {
	float:left;
	}

#head_navi {
	margin-left: 0px;
	padding-left: 0px;
	width: 702px;
	height: 43px;
	clear:both;
}

#head_navi ul li {
	float: left;
	width: 175px;
	list-style-type: none;
}

#head_navi ul li a {
	display:block;
	height: 43px;
}
#head_navi ul li a:hover {
	text-decoration: none;
}

*/
/*コンテンツ部分*/

#contents{
	width:702px;
	margin-top:10px;
	overflow: hidden;
}

.clr {
	clear: both;
}
/*左側アイコン*/
.left_img{
	width:167px;
	padding:0;
	margin-bottom:10px;
}

#left-text{
	font-size:12px;
	color:#333333;
	padding-top:8px;
	padding-left:10px;
	font-weight: normal;
	overflow:auto;
	line-height:2em;
	list-style-type:none;
}

/*左側アイコンより下側*/

#main_div {
	width:701px;
	height: auto;
	display:block;
	padding:0px 0px 10px 0;
	
	background-repeat:repeat-y;
	overflow: hidden;
}

/*メインコンテンツ左側配置*/

#pic-bar{
	background-color:#FFFFFF;
	padding-top:8px;
}

#pic-bar2 {
	margin-top: -10px;
	width:167px;
	border: 1px solid red;
}

#contents_left_bar{
	float:left;
	width:167px;
	display:block;
	margin-top:0px;
}

/*メインコンテンツ右側配置*/
#main-contents {
	float:left;
	width:524px;
	font-size:12px;
	margin-left:0px;
	padding-left: 10px;
	margin-top:0px;
	background: #ffffff;
}

/*フッター*/

#footer {
	width:702px;
	margin-top:10px;
	border-top: 1px solid #8d8d8d;
	padding-top: 10px;
	}

#footer_line {
	width:702px;
	height:1px;
	float:none;
	margin-bottom:8px;
	}
	
#footer_line hr {
	clear:both
}

#copyright {
	display: block;
	height:29px;
	
	background-repeat:no-repeat;
	background-position:bottom;
	width:198px;
	text-indent:-9999px;
	float:left;
	}
	
#aeon_info {
	font-size:10px;
	color:#333333;
	text-align:center;
	float:left;
	height: 29px;
	}
#tree {
	float:left;
}

#tree a {
	display: block;
	height:29px;
	
	background-repeat:no-repeat;
	background-position:bottom;
	width:110px;
	text-indent:-9999px;
	margin-bottom:30px;
	}
#tree a:hover {
	text-decoration: none;
}	

/*----------------------
　クリアフィックス
----------------------*/
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.clearfix {   
    display: inline-block;   
}  