@charset "utf-8";

/* トップページのスタイル */

@import url(../common/css/common_style.css);
@import url(../common/css/layout.css);
@import url(../common/css/header.css);
@import url(../common/css/footer.css);
@import url(../common/css/menu.css);

body{
	background:#f7eee8 url("../top/img/bg_top.jpg") repeat-x;
}
#image{
	width:700px;
	height:300px;
	background:url(../common/img/img_bg.jpg) no-repeat ;
	padding:0 20px;
}
#image img{
	vertical-align:bottom;
}
#news{
	width:400px;
	height:110px;
	background:url(img/news_bg.jpg) no-repeat ;
	overflow:auto;
	padding: 0 30px ;
}
#news ul{
	list-style:none;
}
#news ul li{
	width:385px;
	font-size:x-small;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height:1.5em;
	padding-left:15px;
	margin-top:10px;
	background:url(img/disc.gif) no-repeat ;
}

#h2style{
	width:460px;
	padding-bottom:5px;
	margin:30px 0 10px 0 ;
	border-bottom:solid 1px #cccccc;
}
#cbox p{
	font-size:small;
	color:#333333;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height:1.5em;
	margin-bottom:10px;
}
#r_text{
	text-align:right;
	padding-bottom:30px;
}