@charset "shift_jis";

/*  info common  */

#info_container{
	width:720px;
	margin:10px auto 0px auto;
	font-size:1.0em;
	line-height:1.5em;
}


h2.hd_about {
	margin:40px 0px 50px 0px;
	width:154px;
	height:22px;
	line-height:22px;
	text-indent:-9999px;
	background:url("../info/img/title_about.gif") top left no-repeat;
}
h2.hd_privacy {
	margin:40px 0px 50px 0px;
	width:215px;
	height:22px;
	line-height:22px;
	text-indent:-9999px;
	background:url("../info/img/title_privacy.gif") top left no-repeat;
}
h2.hd_sitemap {
	margin:40px 0px 50px 0px;
	width:129px;
	height:21px;
	line-height:21px;
	text-indent:-9999px;
	background:url("../info/img/title_sitemap.gif") top left no-repeat;
}
h2.hd_terms {
	margin:40px 0px 50px 0px;
	width:109px;
	height:21px;
	line-height:21px;
	text-indent:-9999px;
	background:url("../info/img/title_terms.gif") top left no-repeat;
}

/* etc... */
h2.hd_contact {
	margin:40px 0px 50px 0px;
	width:135px;
	height:21px;
	line-height:21px;
	text-indent:-9999px;
	background:url("../contact/img/title_contact.gif") top left no-repeat;
}
h2.hd_news {
	margin:40px 0px 50px 0px;
	width:85px;
	height:18px;
	line-height:21px;
	text-indent:-9999px;
	background:url("../news/img/title_news.gif") top left no-repeat;
}



#info_container h3{
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
	margin-top:30px;
	border-bottom:solid 1px #999999;
}
#info_container h4{
	font-size:1.0em;
	line-height:1.2em;
	font-weight:bold;
}
#info_container p{
	margin-top:10px;
}



/*  sitemap  */

#sitemap_container{
	width:720px;
	margin:10px auto 0px auto;
	font-size:1.1em;
	line-height:1.6em;
}

#sitemap_container h3{
	margin-top:30px;
}

#sitemap_container ul{
	list-style-type:disc;
	/*width:720px;*/
	margin:5px 0px 0px 20px;
}
#sitemap_container li{
}


/*  about  */

.about_img{
	margin:20px 0px 0px 10px;
}

