@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "common.css";


/* S_com
--------------------------------------------------------------------*/

/* 構造
--------------------------------------------------------------------*/

#cont_right p.main {
	padding-bottom:20px;
}

/* 新着情報
--------------------------------------------------------------------*/

#news {
	margin:0 0 30px;
	height:120px;
	overflow:auto;
}

#news dl {
	overflow:hidden;
	/zoom:1;
	padding:8px 10px 8px 20px;
	font-size:1.2em;
	line-height:1.6;
	background:url(../image/news_icon1.gif) left no-repeat;
}

#news dl.even {
	background:url(../image/news_icon2.gif) left no-repeat #EFF1FE;
}

#news dl dt {
	width:100px;
	float:left;
}

#news dl dd {
	float:left;
}

/* index
--------------------------------------------------------------------*/

#index {
	padding-bottom:30px;
}

#index dl {
	overflow:hidden;
	/zoom:1;
}

#index dl dd {
	width:420px;
	font-size:1.2em;
	line-height:1.6;
}

#index .left {
	float:left;
}

#index .right {
	float:right;
}

#index p {
	padding:20px 0 30px;
}