@charset "UTF-8";

/* ボックスレイアウト 2列n行
---------------------------------------------- */
.boxarea {
	width:540px;
	float:left;
	margin-bottom:14px;
}

.box {
	display:inline;
	float:left;
	margin-bottom:9px;
}

.boxmargin {
	display:inline;
	float:left;
	margin-left:9px;
	margin-bottom:9px;
}

.box div.title {
	font-weight:bold;
	margin-bottom:5px;
	padding-left:17px;
	background:url(../images/icons/arrow2.gif) no-repeat left 1px;
}

.box div.title a:link { color:#333;text-decoration:none; }
.box div.title a:visited { color:#333;text-decoration:none; }
.box div.title a:hover { color:#FF3300;text-decoration:none; }
.box div.title a:active { color:#FF0000;text-decoration:none; }

.box p {
	margin:0;
	font-size:11px;
	line-height:1.5em;
}

/* ダイジェスト
---------------------------------------------- */
#main dl.news {
	float:left;
	display:inline;
	width:540px;
	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:120px;
	clear:both;
	padding:5px 0;
}

#main dl.news dd {
	line-height:20px;
	float:left;
	display:inline;
	width:395px;
	padding:5px 0 5px 25px;
	background:url(../images/bullets/square_arrow01.gif) no-repeat left center;
}

#main dl.news a:link { color:#333;text-decoration:none; }
#main dl.news a:visited { color:#333;text-decoration:none; }
#main dl.news a:hover { color:#FF3300;text-decoration:none; }
#main dl.news a:active { color:#FF0000;text-decoration:none; }

