@charset "UTF-8";
/* CSS Document */

/* mainImage ------------------------------------*/
#mainImage{
	clear:both;
	display:block;
	overflow:hidden;
	width:950px;
	height:85px;
	text-indent:-9999px;
	margin:10px 0px 0px 0px;
	background-image:url(../img/main_img.jpg);
}


/* contentMain ------------------------------------*/
#contentMain{
	float:left;
	text-align:left;
	width:950px;
	margin:0px 0px 0px 0px ;
	padding:0px 0px 0px 0px ;
}


/* sitemap ------------------------------------*/

#sitemap{
	float:left;
	width:680px;
	margin:0px 20px 30px 0px ;
	padding:0px;
}

#sitemap:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #sitemap{
    height: 1em;
    overflow: visible;
}
/**/

#sitemap ul.first{
	width:680px;
	margin:5px 0px 0px 0px ;
	padding:0px 0px 5px 0px ;
	border-bottom:1px solid #999999;
}

#sitemap ul.first:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #sitemap ul.first{
    height: 1em;
    overflow: visible;
}
/**/

#sitemap h3 a{
	font-size:117%;
	margin:0px;
	padding:15px 0px 15px 25px;
	background:url(../../common/img/green_listmark.gif) 5px 50% no-repeat;
	display:block;
}

#sitemap h3 a:hover{
	background-color:#D9EBCF;
}

#sitemap ul.second_genre{
	width:680px;
	margin:5px 0px 0px 0px ;
	padding:0px 0px 0px 20px ;
}

#sitemap ul.second_genre:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #sitemap ul.second_genre{
    height: 1em;
    overflow: visible;
}
/**/
#sitemap ul.second_genre li{
	width:215px;
	margin:0px 5px 0px 0px;
	padding:5px 0px 5px 0px;
	border-top:1px dotted #999999;
	line-height:130%;
	text-align:left;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	clear:both;
}

#sitemap ul.second_genre li a{
	margin:0px 0px 0px 0px ;
	padding:5px 5px 5px 25px;
	background:url(../../common/img/green_listmark.gif) 5px 50% no-repeat;
	display:block;
}

#sitemap ul.second_genre li a:hover{
	background-color:#D9EBCF;
}

#sitemap ul.second_kana{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 20px;

}

#sitemap ul.second_kana li{
	width:120px;
	margin:0px 9px 0px 0px;
	padding:5px 0px 5px 0px;
	border-top:1px dotted #999999;
	line-height:130%;
	text-align:left;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
	/display:inline;
	/zoom: 1;
	clear:both;
}

#sitemap ul.second_kana li a{
	margin:0px 0px 0px 0px ;
	padding:5px 5px 5px 25px;
	background:url(../../common/img/green_listmark.gif) 5px 50% no-repeat;
	display:block;
}

#sitemap ul.second_kana li a:hover{
	background-color:#D9EBCF;
}



/* pagetop ------------------------------------*/
#pagetop{
	clear:both;
	width:950px;
	border-top:1px solid #cccccc;
	margin:0px 0px 0px 0px ;
	padding:30px 0px 0px 0px ;
}

#pagetop a{
	display:block;
	overflow:hidden;
	width:101px;
	height:12px;
	text-indent:-9999px;
	background:url(../../common/img/pagetop.gif) no-repeat;
	margin:0px 0px 0px 850px ;
}


