@charset "utf-8";

/*
**********************************************************************

* info.css

* site name   : http://www.izumiya.co.jp
* description : infomation
* since       : 2007/08/26
* editor      : sugita
*********************************************************************
*/
.infopath {
	display:none;
}
div#listen-song{
background:url("../img/bg_cmsong.gif") 0 0 no-repeat;
margin-bottom:10px;
}
div#listen-song h3{
padding:20px 0 0 200px ;
}
div#listen-song p{
padding:10px 0 20px 200px;
background:url("../img/bg_cmsong_btm.gif") 0 100% no-repeat;
margin-bottom:0;
}
div#words{
background:url("../img/bg_cmsong_words.gif") 0 0 repeat-y;
width:377px;
margin:0 auto;
text-align:center;
}
div#words h4{
margin-bottom:10px;
}

/* サイトマップ */
div#entry #sitemap h3{
	margin-bottom:20px;
	padding:3px 10px;
	background:url(../img/bg_sitemap.gif) no-repeat 0 0;
	font-size:110%;
}
div#entry #sitemap h3 a:link,
div#entry #sitemap h3 a:visited {
	color:#333333;
	text-decoration:underline;
}
div#entry #sitemap h3 a:hover {
	text-decoration:none;
}
div#entry #sitemap ul {
	margin-top:-15px;
	margin-bottom:20px;
	list-style:none;
}
div#entry #sitemap li {
	list-style:none;
	background:url(../img/icon_sitemap.gif) no-repeat 0 6px;
	padding-left:10px;
	margin-bottom:5px;
	margin-left:10px;
}