@charset "UTF-8";

/* CSS Document */

/*
=================================================
	layout
=================================================
*/

#footer { padding-top: 20px; }

/*
=================================================
	top news
=================================================
*/
/*
#container h2 { border-bottom: 2px solid #3b3898; width:500px;}
*/
#container h2 {
	background:url(../images/news_bk.gif) no-repeat top left;
	padding:9px 0 9px 15px;
	font-size:120%;
	z-index:1;
	color:#fff;
}
.btBackN { text-align: right; padding: 13px 0 5px 0; width:490px; margin-top:-35px;}
.btBackN a { padding-left: 15px; background: url(backN_point.gif) left top no-repeat; }
.btBackN a:hover { text-decoration: underline; color: #888; }
.topNews { background: url(news_back_top.gif) left top no-repeat; padding-top: 3px; margin: 6px 0; float:left; width:500px;}
.topNews dl { line-height: 150%; clear: left; padding: 3px 0 3px 5px; border-bottom: 1px dotted #888; margin: 0 10px; }
.topNews dt { float: left; width: 75px; font-weight: bold; color: #600; padding: 7px 0 5px 0; }
.topNews dd { margin-left: 80px; width: 380px; padding: 7px 0 0 0;}
.topNews .topNewsO { background: url(news_back_bottom.gif) left bottom no-repeat; min-height: 150px; }
*html .topNews .topNewsO { height: 150px; }
.topNews .topNewsB { height: 10px;}
.topNews dl a { display: block; height: 100%; padding: 0px 7px 5px 7px; }
.topNews dl a:hover { background-color: #DDD; color: #000; text-decoration: none; }


/*
=================================================
	top navi
=================================================
*/
#top_rightNavi{
	width:160px;
	float:right;
	margin-top:-30px;
}

#top_rightNavi h2{
	border:none;
	width:auto;
	background:url(../images/col_title_point.gif) left center no-repeat;
	font-size:120%;
	line-height:1.2;
	padding:6px 0 4px 24px;
	color:#333;
}

#top_rightNavi ul li{
	margin-bottom:5px;
}

#top_rightNavi ul li a{
	display:block;
	line-height:1.2;
	border-bottom:1px #ddd solid;
	padding:8px 0 8px 32px;
	background:no-repeat center left;
}

#top_rightNavi ul li.ttl01 a{
	background-image:url(../item/ttl_01.gif);
	border-left:4px #72c3ec solid;
}

#top_rightNavi ul li.ttl02 a{
	background-image:url(../item/ttl_02.gif);
	border-left:4px #9fbc00 solid;
}

#top_rightNavi ul li.ttl03 a{
	background-image:url(../item/ttl_03.gif);
	border-left:4px #1496a6 solid;
}

#top_rightNavi ul li.ttl04 a{
	background-image:url(../item/ttl_04.gif);
	border-left:4px #fcc800 solid;
}

#top_rightNavi ul li.ttl05 a{
	background-image:url(../item/ttl_05.gif);
	border-left:4px #a77f9f solid;
}

#top_rightNavi ul li.ttl06 a{
	background-image:url(../item/ttl_06.gif);
	border-left:4px #e1c2bb solid;
}

#top_rightNavi ul li.ttl07 a{
	background-image:url(../item/ttl_07.gif);
	border-left:4px #ca6649 solid;
}

#top_rightNavi ul li a:hover {
	text-decoration:none;
	color:#000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}


#top_leftNavi{
	width:110px;
	float:left;
}

#top_leftNavi ul{
	border-top:1px solid #ccc;
	margin-top:10px;
}

#top_leftNavi ul li a{
	padding:7px 0 5px 18px;
	display:block;
	line-height:1.2;
	background:url(../item/rightNavi.gif) no-repeat 5px center;
	border-bottom:1px solid #ccc;
}

#top_leftNavi ul li a:hover {
	background-color:#eeeeff;
	text-decoration:none;
	color:#000;
}

/*
=================================================
	footer
=================================================
*/

.banner { height: 40px; padding-bottom: 10px; padding-left: 19px; } /* height指定 国語研バナーなし→32px */
.banner li { float: left; margin-right: 5px; }
.banner li img { border: 1px solid #888; }



@media print{

#footer { padding: 0; }

.topNews, .topNews .topNewsB { background: #FFF none; }
.topNews dd { width: auto;}

.banner { padding-left: 0; }

.btBackN, .footNavi { display: none; }

}
