@charset "UTF-8";

/*------------------------------------------------------------------------------
	CSS Info.

	local page style
------------------------------------------------------------------------------*/

/* 共通タグ設定
----------------------------------------------------*/
body {
	background: url(../img/bg_body.jpg) repeat-x;
	background-attachment: fixed;
}

a:link {
	cursor: pointer;
	text-decoration: none;
	color: #06C;
}

a:visited {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #F60;
	text-decoration: underline;
}

a:active {
	color: #F60;
	text-decoration: none;
}

p,th,td,li,dt,dd,span,strong,a {
	line-height: 1.6;
}

.section{
	clear: both;
	margin: 0 0 1em 0;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

/* 見出し共通設定
----------------------------------------------------*/
h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.6;
}

.lead {
	margin-bottom: 3em;
}

h3 {
	background: url(../img/bg_tit.jpg) no-repeat;
	height: 32px;
	color: #02163e;
	font-size: 16px;
	padding: 6px 0 0 10px;
	margin-bottom: 0.5em;
	line-height: 20px;
}

h3 span {
	color: #5684b6;
	font-size: 12px;
	margin-left: 5px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: .5em 0;
}


/* テキスト共通設定
----------------------------------------------------*/
p {
	margin-bottom: 1em;
}

#top p.image {
	text-align: center;
	margin-bottom: 0;
}

#local p.image {
	text-align: center;
	margin-bottom: 1em;
}

#pagetop p {
	clear: both;
	margin-bottom: 0;
	text-align: right;
}

strong {
	font-weight: bold;
}

.txt_center {
	text-align: center;
}

.txt_right {
	text-align: right;
}

.txt_right2 {
	text-align: right;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}

.red {
	color: #F00;
}

.blue {
	color: #00F;
}



/* リスト共通設定
----------------------------------------------------*/
ul.disc {
	margin-left: 40px;
	margin-bottom: 1em;
}

ul.disc li {
	list-style-type: disc;
}

ul.square {
	margin-left: 40px;
	margin-bottom: 1em;
}

ul.square li {
	list-style-type: square;
}

ol {
	margin-left: 40px;
	margin-bottom: 1em;
}

ol li {
	list-style-type: decimal;
}

ol.num {
	margin-bottom: 1.4em;
	margin-left: 40px;
}
ol.num li {
	position: relative;
	list-style: none;
	line-height: 1.4;
	margin-bottom: 0.3em;
}
ol.num02 {
	margin-bottom: 1.4em;
	margin-left: 20px;
}
ol.num02 li {
	position: relative;
	list-style: none;
	line-height: 1.2;
	margin-bottom: 0.3em;
}
ol.num li span {
	position: absolute;
	top: 0;
	left: -1.4em;
}
* html ol.num li span { top: -0.1em; } /* for win ie6 */
*:first-child+html ol.num li span { top: -0.1em; } /* for win ie7 */

.index ul li a {
	padding-left: 16px;
	background-image: url(../anzen/img/top/icon_index.gif);
	background-repeat: no-repeat;
	line-height: 32px;
}


/* トップページ共通設定
----------------------------------------------------*/
h2 {
	margin-bottom: 1em;
}

.new dl {
	border-bottom: #c5a452 dashed 1px;
}

.new dl dt {
	float: left;
	clear: both;
	width: 110px;
	padding: 5px 0 5px 10px;
	font-weight: bold;
}

.new dl dd {
	margin-left: 110px;
	padding: 5px 5px 5px 10px;
}


.index {
	background: url(../anzen/img/top/bg_sub.gif) repeat-y;
	padding: 6px;
}

.indexBottom {
	background: url(../anzen/img/top/bg_sub_b.gif) no-repeat;
	height: 10px;
}

.contact {
	border: #e2e2e2 solid 5px;
	background-color: #FFF;
	padding: 16px;
}

.contact p {
	margin-bottom: 0;
}

.contact p strong {
	font-size: 16px;
	font-weight: bold;
}

.contact p span {
	font-size: 16px;
	color: #e60012;
}

#explanation {
	width: 846px;
	margin-bottom: 2em;
}

/* トピックス一覧共通設定
----------------------------------------------------*/
body#local div.history dl {
	border-bottom: #c5a452 dashed 1px;
}

body#local div.history dl dt {
	float: left;
	clear: both;
	width: 110px;
	padding: 5px 0 5px 10px;
	font-weight: bold;
}

body#local div.history dl dd {
	margin-left: 110px;
	padding: 5px 5px 5px 10px;
}
#main .banner {
	margin-bottom: 15px;
}
