@charset "utf-8";
ul{
	list-style-type:none;
}
/*================================
 link/sitemap
================================*/
/*#sitemap a {
	color: #484848;
}*/
#sitemap a:link {
	color: #484848;
	 text-decoration:none;
}
#sitemap a:visited {
	color:#484848;
	text-decoration:none;
}
#sitemap a:hover {
	color: #65073c;
	text-decoration:underline;
}
#sitemap a:active {
	color:#65073c;
	text-decoration:none;
}
/*================================
 link
================================*/
/*#link {
	font-size: 105%;
	width: 576px;
	margin: 0 auto;
}
#link h3 {
	clear: left;
}
#link p {
	margin: 0 0 10px 10px;
}
#link ul {
	margin: 0 0 15px;
	padding: 0;
}
#link ul li {
	margin-left: 12px;
	padding: 0 0 0 16px;
	background: #FFF url(../img/smap_icon2.gif) no-repeat 6px 45%;
	border-bottom: 1px solid #eaebeb;
	line-height: 2;
}
#link ul li.link2,
#link ul li.link3 {
	margin: 0 0 0 36px;
	padding: 0 0 0 10px;
	background: #FFF url(../img/smap_icon3.gif) no-repeat 0% 40%;
}
#link ul li.link3 {
	margin: 0 0 0 72px;
}
*//*================================
 sitemap
================================*/
#sitemap {
	width: 650px;
	margin: 0 auto;
	line-height: 1.8;
	color: #484848;/* <a>タグ無しの状態 通常テキストもこの色になるので注意!! */
}
#sitemap div.smapbox {
	width:650px;
	padding: 30px 0;
	/*border-top: 1px dotted #cbcccc;*/
}
#sitemap div.smaptop {
	padding-top: 0;
	border: none;
}
#sitemap ul {
	width: 303px;
	margin: 0;
	padding: 0;
	float:left;
}
#sitemap ul.smapright {
	float: right;
	padding-left: 30px;
}
#sitemap ul.smapright2 {
	float: right;
	padding-left: 30px;
	margin-top: 30px;
}
#sitemap ul li {
	color:#65073c;
	font-weight: bold;
	padding-left: 16px;
	border-bottom: 1px solid #eaebeb;
	background:url(../img/common/arrow_square.gif) 6px 45% no-repeat;
}
#sitemap ul li.smapttl {
	height: 24px;
	margin: 0 0 16px 0;
	padding: 4px 0 0 12px;
	color:#484848;
	border-bottom: none;
	background:url(../img/common/bg_h6.gif) left top repeat;
}
#sitemap ul li.smap2 {
	font-weight: normal;
	margin-left: 25px;
	background:url(../img/common/arrow_red.gif) 6px 45% no-repeat;
}
#sitemap ul li.smap3 {
	font-weight: normal;
	margin-left: 55px;
	background:url(../img/common/arrow_red.gif) 6px 45% no-repeat;
}
#sitemap ul li.smap4 {
	font-weight: normal;
	margin-left: 75px;
	background:url(../img/common/arrow_red.gif) 6px 45% no-repeat;
}
#sitemap ul li.btm {
	margin-bottom: 1em;
}
#sitemap ul li.top {
	margin-top: 3em;
}
