/* CSS Document */

/*--パンくず--*/

#topicPath{
	font-size:60%;
	height:25px;
	margin:7px 13px 3px 13px;
}

#topicPath li{
	float:left;
}

#contents_box{
	margin-top:10px;
}

/*--subnavigation--*/


#subnavi_outline{
	float:left;
	padding-left:13px;
}

#subnavi_outline dl{
	padding-bottom:30px;
}

.subnavi{
	width:200px;
	padding-bottom:30px;
}


.subnavi dt{
	background-repeat:no-repeat;
	background-position:top left;
	height:40px;
	text-indent:-9999px;
}


.subnavi dd{
	border-left:1px #ccc solid;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	background-image:url(../images/subnavi.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-decoration:none;
}

.subnavi a{
	display:block;
	overflow:hidden;
	padding:5px;
	zoom: 1;
	text-decoration:none;
}


.subnavi li a{
	text-decoration:none;
	font-size:90%;
	line-height:120%;
	border-top:1px #ccc dotted;
	padding-left:15px;
	border-left:#fff 1px solid;
}

.subnavi dd a:hover{
	background-color:#9CF;
	color:#06C;
	text-decoration:none;
}

.subnavi dd a.dd{
	border:1px #fff solid;
	background-image:url(../images/arrow_subnav.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:25px;
	text-decoration:none;
}
	
.subnavi ul{
	background-image:url(../images/subnavi_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#fff;
	
}

/*--見出し--*/



#main h1{
	width:720px;
	height:67px;
	background-repeat:no-repeat;
	background-position:0 -40px;
	text-indent:-9999px;
}

#main h2{
	height:35px;
	padding:8px 35px;
	margin-bottom:5px;
	font-size:110%;
	background-image:url(../images/h2.gif);
	background-repeat:no-repeat;
}

#main h3{
	margin-top:5px;
	font-size:110%;
	color:#06C;
}


/*--本文--*/



#main .box{
	width:720px;
	overflow:hidden;
	margin:10px 0;
	border-bottom:#ccc 1px dotted;
	background-image:url(../images/txt-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

