@charset "UTF-8";

/* サイトマップ用CSS
---------------------------------------------- */

#contents h2 {
	color:#333333;
	font-size: 14px;
	font-weight:bold;
	line-height: 30px;
	text-decoration:none;
	margin:0 0 10px 0;
	padding-left:8px;
	background:none;
}

#contents h3 {
	color:#333333;
	font-size: 14px;
	font-weight:bold;
	line-height: 30px;
	text-decoration:none;
	margin:0 0 10px 30px;
	padding-left:15px;
	background:url(../images/bullets/round_arrow01_orange.gif) no-repeat left center;
}

#contents h4 {
	color:#333333;
	font-size: 12px;
	font-weight:normal;
	line-height: 30px;
	text-decoration:none;
	margin:0 0 10px 60px;
	padding-left:15px;
	background:url(../images/bullets/round_arrow01_orange.gif) no-repeat left center;
}

#contents ul {
	margin:0 0 20px 90px;
}

#contents li {
	background:url(../images/bullets/bullet01_orange.gif) no-repeat left center;
	padding-left:8px;
	margin-bottom:10px;
}


/* ダイジェスト
---------------------------------------------- */
#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; }

