@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 2カラム時のスタイル
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main ul {
	margin-bottom: 0;
}
/*----------------------------------------------------
	テーブル
----------------------------------------------------*/
.main_table {
	margin: 10px 0 0 35px;
	border-collapse: collapse; /* 枠線の表示方法（重ねる） */
	border-top: 1px #ccc dotted; /* セルの枠線（太さ・色・スタイル） */
}
.main_table th {
	padding: 5px 10px;
	border-right: 1px #ccc dotted; /* セルの枠線（太さ・色・スタイル） */
	border-bottom: 1px #ccc dotted; /* セルの枠線（太さ・色・スタイル） */
	white-space: nowrap;
	color: #FF9900;
}
.main_table td {
	padding: 5px 20px 5px 10px;
	border-bottom: 1px #ccc dotted; /* セルの枠線（太さ・色・スタイル） */

}

.sitemap_list {
	padding: 5px 20px 15px 35px;
	width: 220px;
}
.sitemap_list li{
	background: url(../img/share/np_title02.png) no-repeat ;
	height: 30px;
	padding: 5px 0 0 45px;
}
.sitemap_list a:link {
	color: #FF9900;
}
.sitemap_list a:visited {
	color: #FF9900;
}