@charset "utf-8";

/* ****************************************************
Title: sitemap.css
Created: 2010-06-25
Last Modified: 2010-10-06
Editor(s): nishio
Last Editor: kitamura
***************************************************** */


/* Table Of Contents
----------------------------------------

# General Elements
# content
# sidebar
# clearfix
# common classes

----------------------------------------*/


/* # General Elements
---------------------------------------------------------------------------- */


/* # pageBody
---------------------------------------------------------------------------- */

div#visual p {
	background-image: url(../../common/images/bg_visual_others.gif);
}


/* # content
---------------------------------------------------------------------------- */

div#content .sh {
	font-weight: bold;
}

div#content div.lineBlock {
	margin-bottom: 10px;
}

div#content div.lineBlock .sh {
	background-image: url(../../common/images/bg_sh_half_btm.gif);
}

div#content div.lineBlock .sh span {
	background-image: url(../../common/images/bg_sh_half_top.gif);
}

div#content .first {
	float: left;
	width: 340px;
}

div#content .second {
	float: right;
	width: 340px;
}

div#content ul.first,
div#content ul.second {
	padding: 0 12px;
	width: 316px;
}

div#content div.section ul.pageList li {
	margin-bottom: 5px;
}

div#content div.section p.label img {
	padding-left: 12px;
}

div#content div.section ul.pageList li a,
div#content div.section ul.pageList li span {
	background: url(../../common/images/bg_lnav.gif) no-repeat 0 0.12em;
	padding-left: 16px;
}

div#content div.section ul li ul.sNav {
	margin: 8px 0 0 15px;
}

div#content div.section ul li ul.sNav li a {
	background: url(../../common/images/bg_lnav_lv2.gif) no-repeat 0 0.12em;
	padding-left: 15px;
}

div#content div.section ul li ul.sNav li a:hover {
	background: url(../../common/images/bg_lnav_lv2_o.gif) no-repeat 0 0.12em;
}

/* # clearfix
---------------------------------------------------------------------------- */

div#content div.lineBlock {
	zoom: 1;
}

div#content div.lineBlock:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* # common classes
---------------------------------------------------------------------------- */


