@charset "UTF-8";
/* CSS Document */

.index_main_left{
	width:500px;
	border:1px solid #666666;
	
	float:left;
}

.index_main_right{
	width:246px;
	padding-left:10px;
	
	float:right;
}
.index_main_right .top{
	height:180px;
	border:1px solid #666666;
	background-image:url(../images/index/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	
	margin-bottom:10px;
}
.index_main_right .bottom{
	height:228px;
	border:1px solid #666666;
	background-image:url(../images/index/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.index_main_right .bottom .text{
	width:239px;
	height:190px;
	
	margin-top:5px;
	margin-bottom:5px;
	
	margin-left:5px;
	
	line-height:1.3em;
	overflow:auto;
}
