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

#main_menu{
	width:960px;
	height:40px;
	position:relative;
	clear:both;
}

#main_menu li{
	float:left;
}

.submenu{
	width:161px;
	position:absolute;
	top:40px;
	left:160px;
	visibility: hidden;
}



#main_contents{
	width:693px;
	margin-top:10px;
	float:left;
}



#main_img{
	padding-left:8px;
	margin-bottom:30px;
}



#service{
	width:693px;
	height:350px;
}

#service_title{
	text-align:center;
	margin-bottom:25px;
}

.sales_promotion{
	width:185px;
	float:left;
	padding-left:35px;
}

.sales_promotion_text{
	color:#333333;
	text-align:left;
	line-height:1.5em;
	padding:10px;
	height:70px;
}

#product_title{
	margin-bottom:20px;
}


/* ここからサイドメニュー */

#side_contents{
	float:left;
	width:250px;
	padding-left:9px;
	margin-top:10px;
}

#news{
	position:relative;
	width:248px;
	height:238px;
	border-radius: 5px;/* CSS3 */
	-moz-border-radius: 5px;/* firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	
	border: 1px #0C3766 solid;/* 枠線の装飾 */
	background-color: #ffffff;/* 背景色 */	
	margin-botoom:30px;
}

#news_title{
	position:absolute;
	top:13px;
}

#news_text{
	width:238px;
	height:200px;
	padding-left:5px;
	padding-top:33px;	
}

#scroll{
	width:238px;
	height:200px;
	overflow:scroll;
	 overflow-x: hidden;
}



.news_text_02{
	font-size:10px;
	line-height:1.4em;
}

.banner{
	margin-top:10px;	
}

#twitter{
	margin-top:10px;
	margin-bottom:20px;
}

