@charset "shift_jis";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url(../import.css);


/* CSS Document */

.sub-title {
width:624px;
height:100%;
border-left:5px solid #2097B9;
border-bottom:1px solid #2097B9;
padding:5px 0 5px 11px;
font-weight:bold;
margin-top:10px;
margin-bottom:15px;
line-height:160%;
color:#2097B9;
}
.box01 {
padding:0 15px 0 15px;
}

/*----------category------------*/

#textbox dl {
line-height:160%;
}


#textbox dt {
	font-weight: bold;
	/*color: #04427B;*/
	padding-top: 10px;
	padding-left: 8px;
  }
#textbox dd{
	/*color: #04427B;*/
	padding-top: 2px;
	padding-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
  }
#textbox ul{
	padding-top: 5px;
	padding-left: 15px;
  }
#textbox li{
	color: #666666;
	line-height: 160%;
	list-style-type: disc;
  }
  

#topics-list-division {
text-align:center;
margin-top:10px;
}



/*------entry-------------*/

.topitxt {
	line-height: 160%;
	letter-spacing: 0.1em;
}


#page-nav{
	padding-top:25px;
	font-size:95%;
}
