@charset "UTF-8";

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

 Style Info:     コンテンツページのスタイル設定
 File name:      content.css
 Last update:    2009.5.19
 
 
 
----------------------------------------------------------- */


/*----------------------------------------------------
	common
----------------------------------------------------*/
#contents div#header{
	margin-bottom:29px;
}

#contents h2{
	margin-bottom:18px;
}
#contents h3{
	font-size:113%;
	border-bottom:2px solid #d5784b;
	margin-bottom:13px;
}
#contents h4{
	font-size:100%;
	background-image:url(../images/h4_bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:15px;
	color:#1a69b5;
	margin-bottom:10px;
}
#contents ol{
	font-size:88%;
	margin-left:2.5em;
}
#contents ol li{
	list-style-type:decimal;
	line-height:1.7;
}
#contents #mainContent ul{
	font-size:88%;
	margin-left:2.5em;
}
#contents #mainContent ul li{
	list-style-type:disc;
	line-height:1.7;
}


/*----------------------------------------------------
	行政書士を探す
----------------------------------------------------*/
#contents div#searchMap{
	position:relative;
	background-image:url(/common/images/search/map.gif);
	background-repeat:no-repeat;
	width:669px;
	height:593px;
}
#contents div#searchMap ul{
	position:absolute;
	top:236px;
	left:330px;
}
#contents div#searchMap ul li{
	margin-bottom:3px;
	list-style-type:none;
}
#contents div#searchMap ul li a:hover img {
	opacity:0.7;
	filter: alpha(opacity=60);
}

/*----------------------------------------------------
	news単体記事
----------------------------------------------------*/
#contents div.entry h3{
	margin-bottom:3px;
}
#contents div.entry p.date{
	font-size:69%;
}
#contents div.entry div.text{
	font-size:88%;
	line-height:1.6;
}
#contents div.entry p.catTop{
	font-size:75%;
	border-top:1px dotted #000;
	padding-top:3px;
	margin-bottom:1em;
}
#contents div.entry p.catTop a{
	background-image:url(/common/images/link_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:7px;
}
#contents div.entry div.text ul{
	margin-left:1.5em;
}
#contents div.entry div.text ul li{
	list-style-type:disc;
}
#contents div.entry div.text ul li ul li{
	list-style-type:circle;
}

/*----------------------------------------------------
	行政書士になろう
----------------------------------------------------*/
.exam div.entry{
	margin-bottom:2em;
}
.exam div.entry p{
	font-size:88%;
}
.exam table{
	width:670px;
}
.exam table.aboutexam th{
	width:50%
}
.exam table.examGuides th{
	width:7em;
}
#contents .exam table td p,
#contents .exam table td ol{
	font-size:100%;
}
.exam div.entry p.notice{
	font-size:81%;
	margin-bottom:0.3em;
}
.exam p.linkBtn{
	text-align:right;
}

/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
#contents div.entry h3.inquiry{
	margin-bottom:13px;
}

/*----------------------------------------------------
	県会規則集
----------------------------------------------------*/
#contents .rule div.entry div.text{
	font-size:100%;
	line-height:1.6;
}