/* www.kgan.minami.fukuoka.jp - MIDB style sheet */

* { box-sizing : border-box}
* { -moz-box-sizing : border-box}

/* main */
body,div,p,span,td,th{
	font-size:10pt;
	line-height:140%;
}
body,form{
	margin: 0px 0px 0px 0px;
}
a:hover{
	color:e00000;
}

div.main{
	width:707;
}

.hajimeni{
	font-size:10pt;
	line-height:150%;
	margin-bottom:15px;
}

.new_case_date{
	font-weight:bold;
	background-color:#E2EBC5;
	border: 1px solid gray;
	padding: 2px;
	margin-bottom: 4px;
}

.case_area{
	background-image: url(../image/case_icon.gif);
	background-repeat: no-repeat;
	padding: 2px 3px 5px 22px;
}
.case_area_detail{
	background-image: url(../image/case_icon_detail.gif);
	background-repeat: no-repeat;
	padding: 2px 3px 5px 22px;
}

.case_title{
	font-size:11pt;
	font-weight:bold;
	line-height:120%;
	color:#003333;
}
.case_title_mini{
	font-size:9pt;
	line-height:120%;
	color:#003333;
}

.case_list{
	width:519;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	background-color:#f5ffd7;
	padding: 0px 10px 0px 10px;
}

.case_top{
	background-color:white;
	padding: 2px;
	font-size:8pt;
}

.f10{
	font-size:8pt;
	line-height:140%;
}


.menu_area{
	width:149px;
	border-left: 1px solid #889696;
	border-right: 1px solid #889696;
	background-image: url("../image/content_base.gif");
	background-position: bottom;
	padding: 0px 0px 5px 0px;
	background-repeat: no-repeat;
}
.menu_title{
	background-image: url("../image/dot.gif");
	background-repeat: no-repeat;
	background-position: 2px;
	font-size:10pt;
	padding:0px 0px 0px 15px;

}
.menu_body{
	font-size:8pt;
	padding:0px 0px 0px 14px;
}

.iyashi_area{
	width:149px;
	border-left: 1px solid #889696;
	border-right: 1px solid #889696;
	padding: 0px 0px 5px 0px;
}
.iyashi_msg{
	color:#cc6666;
	font-size:9pt;
	line-height:140%;
	padding:0px 5px 0px 5px;
}

.footer_text{
	font-size:10pt;
	line-height:120%;
}

.about_header{
	font-weight:bold;
	background-color:#CCCCCC;
	padding: 2px 2px 2px 6px;
}

dt.about{
	padding: 0px 0px 0px 4px;
	border: 1px solid gray;
	width: 100px;
}

div.hist_list{
	margin:0px 0px 20px 0px;
	border-bottom:1px dashed gray;
}

.node_name{
	font-size:11pt;
	font-weight:bold;
	margin-bottom:8px;
}

.node_explain{
	margin-top: 10px;
}

.node_list{
	background-image: url("../image/node_arrow.gif");
	background-repeat: no-repeat;
	background-position: 2px;
	padding:0px 0px 5px 15px;
}


.imglist_val{
	padding-bottom:4px;
	background-color:white;
}
td.img { background-color:black;
				border: 0px;}
tr.a  { background-color:#dddddd }
tr.b  { background-color:#cccccc }

div.colorswitch{
	padding: 3px;
	border:1px solid gray;
}

.page_title{
	text-align:center;
	margin:5px 0px 5px 0px;
}


dd{
	margin-bottom:10px;
}

.src{
	font-weight:bold;
	color:#CC3300;