@charset "UTF-8";

/*-----------------------------------------------------
 style css 
------------------------------------------------------*/

#top {
	background: url(../../images/lower_main_bg.png) repeat-x;
	text-align: center;
}

/*-- contents --*/

#contents {
	width: 900px;
	margin: 0 auto;
}

#contents p.pankuzu {
	background: url("../../images/pankuzu_icon.png") no-repeat 10px 7px;
    border: 1px solid #D2D5DA;
    font-size: 11px;
    margin: 15px 0 8px;
    padding: 5px 0 5px 30px;
	_text-align: left;/*ie6*/
}

#contents p.pankuzu a {
	color: #000;
}

#contents p.pankuzu a:hover {
	text-decoration: none;
}

/*-- co --*/

#co {
	width: 655px;
	float: right;
}

#co div.co-f {
	background: url(../../images/contents_bg_f.png) no-repeat center bottom;
	padding: 20px 20px 5px;
	_width: 655px;/*ie6*/
}

#co div.co-f h2 {
	background: url(../../images/co_h2.png) no-repeat center 0;
	width: 618px;
	font-size: 20px;
	color: #0a3881;
	font-weight: bold;
    padding: 0 0 11px;
	_text-align: left;/*ie6*/
}

#co div.co-f div.h2-f {
	background: url(../../images/co_f.png) no-repeat center bottom;
	padding: 15px;
    width: 588px;
	_width: 618px;/*ie6*/
	margin: 0 0 20px;
	_text-align: left;/*ie6*/
}

#co div.co-f img.flo-r {
	float: right;
}

#co div.co-f div.flo-l {
	float: left;
	width: 366px;
}

#co div.co-f div.flo-l p {
	text-align: justify;
	margin: 15px 0 0;
	line-height: 160%;
}

#co div.co-f dl {
	border-bottom: 1px solid #CCC;
	padding: 15px 0;
}

#co div.co-f dl.none {
	border: 0;
}

#co div.co-f dt {
	float: left;
	font-size: 14px;
    width: 170px;
	line-height: 180%;
}

#co div.co-f dd {
	float: left;
	font-size: 14px;
	line-height: 180%;
}

.img-r {
	float: right;
	margin: 0 0 0 20px;
}

.txt {
	font-size: 13px;
	text-align: justify;
	line-height: 260%;
}

.txt-r {
	font-size: 12px;
	text-align: right;
	line-height: 180%;
}

.txt02 {
	font-size: 14px;
	line-height: 180%;
	margin: 10px 0 0;
	text-align: justify;
}




#side {
	float: left;
	margin: 10px 0;
}

#side ul.box {
	border: 1px solid #0facc1;
	padding: 10px 15px;
}

#side ul.box li {
	background: url(../../images/side_li.png) no-repeat 0 11px;
	font-size: 13px;
	line-height: 260%;
	padding: 0 0 0 20px;
	_text-align: left;/*ie6*/
}

#side ul.box li.midashi {
	background: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 260%;
	padding: 0;
	_text-align: left;/*ie6*/
}

#side ul.box li a {
	color: #0facc1;
	text-decoration: underline;
}

#side ul.box li a:hover {
	color: #0facc1;
	text-decoration: none;
}