@charset "utf-8";

/* =import 
----------------------------------------------*/
@import url(style.css);


/* box-style01
--------------------------------- */
.box-style01{
width:618px;
border-left:#c1d1df solid 1px;
border-right:#c1d1df solid 1px;
border-bottom:#c1d1df solid 1px;
text-align:center;
margin-bottom:15px;
}
.box-style01 ul{
width:607px;
margin:0 auto;
text-align:left;
}
.box-style01 ul li{
width:100%;
padding:5px 0;
overflow:hidden;
height:auto;
border-bottom:#e2e2e2 solid 1px;
}
.box-style01 ul li.end{
border-bottom:none;
}
.box-style01 ul li span{
font-weight:bold;
color:#003568;
float:left;
}
.box-style01 ul li p{
width:537px;
float:right;
}


/* box-style02
--------------------------------- */
.box-style02{
width:100%;
border-top:#bfcbdb solid 1px;
text-align:left;
margin-bottom:10px;
}
.box-style02 dt{
display:block;
padding:5px 10px;
background:url(../images/list/lsit-title02.gif) repeat-x #edf2f8;
border-left:#bfcbdb solid 1px;
border-right:#bfcbdb solid 1px;
font-weight:bold;
font-size:110%;
}
.box-style02 dd.sub-title{
display:block;
padding:3px 10px;
background:url(../images/list/lsit-title03.gif) repeat-x #f3f3f3;
border-bottom:#ffffff solid 1px;
border-left:#d1d1d1 solid 1px;
border-right:#d1d1d1 solid 1px;
border-top:#d1d1d1 solid 1px;
font-size:90%;
}
.box-style02 dd.sub-title span{ margin:0 5px 0 0; }
.box-style02 dd.sub-title span.type01{ color:#007005; }
.box-style02 dd.sub-title span.type02{ color:#4e5c00; }
.box-style02 dd.sub-title span.type03{ color:#9b3e3e; }
.box-style02 dd.textarea{
width:594px;
height:auto;
overflow:hidden;
padding:12px;
border:#b9c5d6 solid 1px;
}
.box-style02 dd.textarea .img{
float:left;
}
.box-style02 dd.textarea p{
width:470px;
float:right;
text-align:justify;
}
.box-style02 dd.wid p{
width:100%;
}
.box-style02 dd.textarea p .more{
width:124px;
margin-top:5px;
display:block;
}


/* box-style03
--------------------------------- */

.box-style03 {
	margin: 10px 0;
	}

.box-style03 table{
	width:617px;
	border: #c7d2db solid 1px;
	border-collapse: collapse;
    border-spacing: 0;
	}

.box-style03 table th{
	background-color:#eff3f7;
	color:#0068ac;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	white-space: nowrap;
	border-width: 0 0 1px 1px;
	border: #c7d2db solid 1px;
	}

.box-style03 table tr td{
	padding: 5px;
	text-align: left;
	white-space: nowrap;
	border-width: 0 0 1px 1px;
	border: #c7d2db solid 1px;
	}

.cell01 {
	width: 150px;
	}

.cell02 {
	width: 402px;
	}


/* preflist
--------------------------------- */

.preflist {
	width:617px;
	clear: both;
	border-left: #c7d2db solid 1px;
	border-top: #c7d2db solid 1px;
	padding: 0;
	clear: both;
	}

.preflist ul{
	width:617px;
	height: 30px;
	border-right: #c7d2db solid 1px;
	border-bottom: #c7d2db solid 1px;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	}

ul.plist01 {
	background-color:#eff3f7;
	}

ul.plist02 {
	background-color:#fff;
	}

.preflist li{
	float: left;
	padding: 5px;
	}

.preflist li span{
	padding-left: 10px;
	color: #c7d2db;
	}

li.area {
	width: 85px;
	font-weight: bold;
	margin-right: 5px;
	text-align: left;
	display: block;
	color:#0068ac;
	}
