@charset "Shift-JIS";

/*****************************************************
 *    サイトマップ                                   *
 *****************************************************/


/* 背景色
---------------------------------------------------- */
#contents {
	background: #c5daf3 url(../img/bg.gif) repeat-y;
}


/* 基本スタイル（上書き）
---------------------------------------------------- */
#mainArea {
	width: 770px;
	display: inline-table;
	background: #FFFFFF;
	float: left;
	padding: 0px 0px 30px;
}
#mainArea:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
/* Mac IE \*/ 
* html #mainArea {height: 1%;} 
#mainArea {display: block;}
/* */

#bannerArea {
	width: 190px;
	float: left;
	padding: 10px 0px 10px 10px;
} 


/* 基本スタイル
---------------------------------------------------- */
#mainPkg {
	width: 720px;
	float: right;
	padding: 15px 25px 0px;
}
#mainArea h2#pageTit {
	width: 770px;
	text-indent: -9999px;
	height: 75px;
	background: url(../img/title.gif) no-repeat;
}


/* エントリー
---------------------------------------------------- */
.sitemapL {
  width: 240px;
  float: left;
}

ul.siteList {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: "MS UI Gothic";
}
ul.siteList ul {
	margin: 4px 0px 10px 6px;
	padding: 0px;
	list-style-type: none;
	background: url(../img/li_first.gif) repeat-y 0px;
}
ul.siteList ul li {
	padding: 0px 0px 0px 15px;
	list-style-type: none;
	background: url(../img/li_base.gif) no-repeat 0px 8px;
	margin: 0px;
}
ul.siteList ul li.liLast {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background: url(../img/li_last.gif) no-repeat 0px 8px;
}

ul.siteList h3 a {
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(../img/li_icon_h3.gif) no-repeat 0px 2px;
	font-size: small;
	font-weight: bold;
}
ul.siteList h3.h3tv a {
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(../img/li_icon_h3tv.gif) no-repeat 0px 2px;
	font-size: small;
	font-weight: bold;
}
ul.siteList h3.h3net a {
	margin: 0px;
	padding: 2px 0px 2px 20px;
	background: url(../img/li_icon_h3net.gif) no-repeat 0px 2px;
	font-size: small;
	font-weight: bold;
}
ul.siteList h3 a:hover {
	background: url(../img/li_icon_h3.gif) no-repeat 0px -48px;
	text-decoration: underline;
}
ul.siteList ul li a, ul.siteList ul li span  {
	margin: 0px;
	padding: 2px 0px 2px 18px;
	background: url(../img/li_icon_01.gif) no-repeat 0px 1px;
}
ul.siteList ul li a:hover {
	background: url(../img/li_icon_01.gif) no-repeat 0px -49px;
	text-decoration:
}





/* ページの先頭へ戻る
---------------------------------------------------- */
#gotop {
	width: 780px;
	float: left;
	clear: both;
}
