@charset "UTF-8";

@import url(format.css);
@import url(base.css);
@import url(option.css);


#main{
	background:url(../../images/common/main_bg.png) repeat-y top center;
	width:1000px;
	margin:0 auto;
	clear:both;
	padding:0 8px;
}


/*	コンテンツ
------------------------------------------------------------*/
#cnts{
	width:780px;
	float:right;
	margin-right:10px;
}

p.pagetop{
	width:990px;
	padding:20px 0;
	clear:both;
	text-align:right;
}



/***メインコンテンツ内　左***/
.box_top_left{
	float:left;
	width:495px;
	padding-top:10px;
}



/***メインコンテンツ内　右***/
.box_top_right{
	float:right;
	width:270px;
}


/***サイドナビ***/
#side{
	width:195px;
	float:left;
}
#side dl{
	background:#eeefef;
	padding:10px;
	margin-bottom:10px;
}
#side dl dt{
	margin-bottom:5px;
}
#side dl dd{
	float:left;
	margin-right:15px;
}

#side ul{
	padding:0 10px;
}
#side ul li{
	margin-bottom:10px;
}
#side a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

