@charset "utf-8";

/* CSS Information =====================
	File name: contents.css;
	Description: Layout of sitemap category;
	Editors: Go Shimura(INO);
	Last Editor: Go Shimura(INO);
	Date: 2009.07.08;
======================================*/

/* =BODY#SITEMAP (COMMON)
----------------------------------*/

/* --content-wrapper-- */

body#sitemap div#container div#content-wrapper h1 {
	margin-top: 26px;
}

body#sitemap div#container div#content-wrapper h2 strong {
	width: 400px;
	display: block;
	line-height: 20px;
	background: #b5b5b5;
}

div#mian-contents {
	width: 850px;
}

div#mian-contents div.leftlink {
	width: 400px;
	float: left;
}

div#mian-contents div.rightlink {
	width: 400px;
	float: right;
}

div#mian-contents div.block01,
div#mian-contents div.block02 {
	padding-top: 30px;
	width: 400px;
}

div#mian-contents div.block01 ul,
div#mian-contents div.block02 ul {
	width: 398px;
	border-left: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
}

div#mian-contents div.block01 ul li {
	padding: 8px 0 8px 45px;
	background: url(../../shared/img/line_hDotted.gif) left bottom repeat-x;
}

div#mian-contents div.block01 ul li ul {
	padding-left: 20px;
	padding-right: 63px;
	width: 270px;
	border: none;
	zoom: 1;
}

div#mian-contents div.block01 ul li ul li {
	padding: 0 0 2px 7px;
	width: 128px;
	float: left;
	background: url(../../shared/img/ico_rightArrow.gif) left 50% no-repeat;
}


div#mian-contents div.block01 ul li.none01,
div#mian-contents div.block02 ul li.none01 {
	background: none;
}

div#mian-contents div.block01 ul li.none02 {
	padding-bottom: 0;
	background: none;
}

div#mian-contents div.block01 ul li.none03 {
	padding-top: 0;
}

div#mian-contents div.block01 ul li span {
	padding-left: 20px;
	width: 333px;
	display: block;
	background: url(../img/ico_circlearrow.gif) left 50% no-repeat;
}

div#mian-contents div.block02 ul li {
	padding: 8px 0 8px 43px;
	background: url(../../shared/img/line_hDotted.gif) left bottom repeat-x;
}

div#mian-contents div.block02 ul li span {
	padding-left: 22px;
	width: 333px;
	display: block;
	background: url(../img/ico_circlearrow.gif) 2px 50% no-repeat;
}

div#mian-contents div.block02 ul li em {
	padding-left: 22px;
	width: 333px;
	display: block;
	background: #fff url(../../shared/img/ico_externalLink.gif) left 50% no-repeat;
}

p.toPagetop {
	float: right;
	width: auto;
	clear: both;
	margin-top: 20px;
	padding-left: 12px;
	display: block;
	white-space: nowrap;
}

p.toPagetop {
	background: url(../../shared/img/ico_upperArrow.gif) no-repeat left center;
}