@charset "UTF-8";

/* 段組み
---------------------------------------------- */
#main {
	float:left;
	width:590px;
	padding-left:15px;
}

#sub {
	float:right;
	width:165px;
	padding:0 15px;
}


/* パネルレイアウト
---------------------------------------------- */
ul.panels {
	width:590px;
	float:left;
	margin-bottom:10px;
}

ul.panels li {
	width:185px;
	float:left;
	padding:0 10px 10px 0;
}


/* main
---------------------------------------------- */
#main h2 {
	color:#ffffff;
	width:auto;
	height:30px;
	font-size: 16px;
	font-weight:bold;
	line-height: 30px;
	text-decoration:none;
	margin:0 0 15px 0;
	padding:0;
	background:none;
}

#main dl.news {
	float:left;
	display:inline;
	width:575px;
	margin-bottom:20px;
	background:url(../images/top/news_tex.gif) repeat-y left top;
}   

#main dl.news dt {
	color:#996600;
	font-weight:bold;
	line-height:20px;
	float:left;
	display:inline;
	width:90px;
	clear:both;
	padding:5px 0;
}

#main dl.news dd {
	line-height:20px;
	float:left;
	display:inline;
	width:485px;
	padding:5px 0;
}

#main dl.news dd a { color:#333333;text-decoration:none; }
#main dl.news dd a:hover { color:#333333;text-decoration:underline; }
