@charset "UTF-8";


/* -----------------------------------------------------------
CSS Information

 Style Info:     カテゴリ毎のレイアウト設定
 File name:      style.css
 Last update:    2009.02.04
----------------------------------------------------------- */



/*----------------------------------------------------
	attention
----------------------------------------------------*/

.sub #rightCol #Lnavi ul {
	margin-top: -1px;
}

.sub #rightCol #Lnavi ul li {
	background: #efefef;
}
.sub #rightCol #Lnavi ul li a:hover {
	background: #efefef;
}
.sub #rightCol #Lnavi ul li.ppnolink {
	padding: 6px 0;
	text-indent: 1em;
}
.sub #mainColum .section {
	margin-bottom: 3em;
	border-bottom: 1px solid #CCC;
}
.sub #mainColum .section h2 {
	margin: 30px 0 10px;
	padding:0 6px;
	border-bottom: 1px solid #CCC;
	font-size: 0.9em;
	color: #005bac;
}
.sub #mainColum p {
	margin-bottom: 1em;
	padding:0 6px;
	font-size: 0.8em;
}
.sub #mainColum .section p {
	margin-bottom: 1em;
	padding:0 6px;
}



/*   sitemap
----------------------------------------------------*/
.sub .sitemap #mainColum .left {
	float: left;
	width: 250px;
}
.sub .sitemap #mainColum .right {
	float: right;
	width: 250px;
}
.sub .sitemap #mainColum .section ul {
	font-size: 12px;
}
.sub .sitemap #mainColum .section li {
	padding: 2px 0 2px 20px;
	background: url(/common/images/common_arrow_blue.gif) no-repeat 8px 9px;
}
.sub .sitemap #mainColum .section {
	width: 250px;
	margin-bottom: 3em;
	border-bottom: none;
}
.sub .sitemap #mainColum .section h2 {
	margin: 30px 0 10px;
	padding:0 6px;
	border-bottom: none;
	font-size: 0.9em;
	color: #005bac;
}



/*   404
----------------------------------------------------*/

.sub .notfound #mainColum .section p {
	margin-bottom: 1em;
	font-size: 0.8em;
}
.sub .notfound #mainColum .section p span {
	display:block;
	margin-bottom: 1em;
	font-size: 0.625em;
}
.sub .notfound #mainColum .section dl {
	display: block;
	margin-bottom: 60px;
	padding-left: 30px;
	background: url(/attention/images/attention_bg_404.jpg) no-repeat right center;
	font-size: 0.8em;
}

.sub .notfound #mainColum .section dt {
	margin: 30px 0 10px;
}

.sub .notfound #mainColum .section dd {
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(/common/images/common_arrow_blue.gif) no-repeat left center;
	font-size: 0.9em;
}