@charset "utf-8";

/* Table Of Contents
----------------------------------------

# content
# clearfix

----------------------------------------*/


/* # visual
---------------------------------------------------------------------------- */

div#visual {
	clear: both;
	margin: 11px 15px 13px 15px;
}


/* # content
---------------------------------------------------------------------------- */

#content {
	display: inline;
	float: right;
	margin-right: 15px;
	width: 610px;
}

div#content p.sNav {
	background: #e8ecf1;
	font-size: 90%;
	padding: 3px 0px 0px 10px;
}

div#content div.section {
	margin-bottom: 30px;
}

div#content div.section h2 {
	padding: 12px 10px 0 8px;
}

div#content div.section p.leadText {
	padding: 9px 10px 20px 8px;
}

div#content div.section p.leadText a {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

div#content div.section p.leadText a:hover {
	text-decoration: none;
}


div#content div.section h3 {
	height: 40px;
	margin: 0 0 6px 10px;
	position: relative;
	width: 590px;
}
div#content div.section h3 a span {
	background: url(../images/ico_open.png) 0% 0% no-repeat;
	display: block;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 20px;
}
div#content div.section h3.open a span {
	background: url(../images/ico_close.png) 0% 0% no-repeat;
}
div#content div.section ul {
	font-size: 108%;
	padding: 0 0 20px 20px;
	width: 570px;
}
div#content div.section ul li {
	display: inline;
	line-height: 2;
	margin-right: 20px;
}
div#content div.section ul li a {
	font-weight: normal;
	line-height: 1.2;
	text-decoration: underline;
	white-space: nowrap;
}
div#content div.section ul li a:hover {
	text-decoration: none;
}

.bnrChuosen {
	margin-bottom: 50px;
}

/* # leftSidebar
---------------------------------------------------------------------------- */

div#leftSidebar {
	margin-left:15px;
	width: 250px;
}

div#leftSidebar p {
	padding-bottom: 20px;
}

div#leftSidebar div.bnrArea {
	position: relative;
	margin-bottom: 10px;
}

div#leftSidebar div.bnrArea img.bnrComment {
	left: -48px;
	position: absolute;
	top: 29px;
}

div#leftSidebar div.bnrArea img.bnrContact {
	left: 17px;
	position: absolute;
	top: 91px;
}

div#leftSidebar ul.subNav {
	background: #e8ecf1;
	padding: 8px;
}		


/* # clearfix
---------------------------------------------------------------------------- */

div#content div.section ul.info li {
	zoom: 1;
}

div#content div.section ul.info li:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
