/* ------------------------------------------------------
　トップページスタイル設定　Top page style setting
---------------------------------------------------------*/
#main a:link{ color: #333333; text-decoration: none;}
#main a:visited, #main a:active, #main a:hover{ color: #333333; text-decoration: underline !important;}

/* ============ Top News ============ */
/* Top news box */
div#newsBox{ 
	float:left; 
	width: 505px; 
	margin: 0 0 0 20px; 
	padding: 0;
}

div#newsTitleGroup{
	padding: 0 0 2px; 
	border-bottom: 2px solid #003466;
	background: url(../images/newsTitleGroup_bg.jpg) no-repeat 0 0;
	font-size: 12px;
	height:22px;
}

#hotnewsTitle{
	display: block;
	height:21px;
	margin:0; 
	padding:0; 
	background: none; 
	font-size: 12px;
}

p.morelink { margin-bottom: 0 !important;}
p.morelink a{
	font-size: 12px; 
	padding-left: 17px; 
	background: url(../images/morelink_arrow.gif) no-repeat 0 1px; 
	color: #3a8eff !important;
}

/* Newsテーブル設定 */
#main table.newsTable {
	width: 505px; 
	border: none;
	border-bottom: 1px dotted #003466;
}

#main td.date, #main td.newsTitle {
	padding: 3px 0 3px 0; 
	border: none;
	border-bottom: 1px dotted #ababab;
}

#main table td.date{
	width: 95px; 
	padding-left: 20px; 
	background: url(../images/arrow_right.gif) no-repeat 0 11px; 
	color: #3a8eff;
}

#main table td.newsTitle{ width: auto;}

/* End: Top News */

/* ============ Top サイドバー ============ */
/* #sidebarBox */
div#sidebarBox{ 
	float:left; 
	width: 235px;
}

/* ============ Top 進捗情報ボックス ============ */
/* #progressBox */
div#progressBox{ 
	/*float:left; 
	width: 235px;*/
	background: url(../images/progress_bg.gif) 0 0 repeat-y;
	font-size: 87.5%;
}

div#progressBox div.progressText{
	display: block;
	margin: 0 10px;
	padding: 5px 0;
	border-top: 1px dotted #ababab;
}

div.progressText p{ margin-bottom: 0 !important;}

.progressText ul li{
	padding: 2px 0 2px 17px; 
	background: url(../images/arrow_right.gif) no-repeat 0 8px;
}
/* End: Top 進捗情報ボックス */

/* ============ Top Topicsボックス ============ */
#topicsBox { 
	width: 760px;
	background:#d8e9ff;
	margin-top: 20px;
}

#topicsBox div.topBanner{ 
	float: left;
	margin-top: 12px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* End: トップページスタイル設定 */

