@charset "Shift_JIS";

/*ＤＢトップページ*/

/*コンテンツのリンク*/
#contents #DBcontents .textBox a{
	color:#000000;
	font-size: 100%;
}


/*メインコンテンツ*/

/*カテゴリ一覧表示ページ*/
#contents .textBox .txt .cate a{
	font-size:90%;
	color:#333333;
}



/*パンくず*/
#DBcontents h3.DBtopicpath{
	font-size:110%;

}


/*サイドメニュー（検索）*/
.DBsubMenuBox{
	padding:10px 5px 5px 5px;
}
.DBsubmenuBox .kugiri{
	border-top:1px solid #999999;
}
.DBsubMenuBox h3{
	background-image:url(../img/circle.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px;
	font-size:small;
}
.DBsubMenuBox form{
}

/*カテゴリ検索*/
#DBcategory a,
#DBareaMenu a
{
	text-decoration:none;
	color:#000000;
}
#DBcategory a:hover,
#DBareaMenu a:hover
{
	text-decoration:underline;
}

#DBcategory ul{
	padding:0px;
	margin:0 0 0 1em;
	list-style-type:none;
	border:0px;
}
#sub .subMenu #DBcategory li{
	border:0px;
	line-height:180%;
}

#DBcategory ul.DBtopCategory{
	padding-left:25px;
	margin-top:10px;
}

#DBcategory ul.DBsubCategory{
	margin-left:5px;
	margin-bottom:5px;
}
#sub .subMenu #DBcategory ul.DBsubCategory li{
	line-height:150%;
}

#DBcategory li.DBrap{
	display:inline;
}

#DBcategory li.DBtopCL{
	list-style-image:url(img/tri_a.gif);
	background-position:left;
	background-repeat:no-repeat;
	line-height:150%;
}

/*エリア検索*/
.subMenu #DBareaMenu h4{
	font-size:small;
	font-weight:bold;
	margin:10px 5px 5px 20px;
}
.subMenu #DBareaMenu li{
	margin:1px 0 0 30px;
	font-size:small;
	border:0px;
}

/*メインコンテンツ　カテゴリ一覧*/
/*
.DBwrapper h3 {
	font-size: medium;
	line-height: 120%;
	font-weight: bold;
	color: #333333;
	margin: 20px 15px 5px 15px;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #C7E34A;
	border-left-color: #C7E34A;
}
*/
.DBwrapper p{
	font-size: small;
	color: #333333;
	padding: 5px 10px 5px 20px;
}

/*DB一覧ページ*/

#contents #DBcontents .textBox .DBlistTitle{
	text-align:center;
	margin-bottom: 20px;
}
#contents #DBcontents .textBox .DBlistFoot{
	text-align:center;
	margin-top: 20px;
}
#contents #DBcontents .textBox .DBlistTitle h4{
	margin:5px;
	font-size:small;
}
#contents #DBcontents .textBox .DBlistTitle p{
	margin:5px;
	
}

#contents #DBcontents .textBox table.DBlistTable{
	padding:0px;
	margin-left:2px;
	margin-right:3px;
	border-width:0px;
}
#contents #DBcontents .textBox table.DBkanrenLIST{
	margin-top:15px;
}
#contents #DBcontents .textBox table.DBlistTable td{
	font-size:small;
	text-align:center;
	width:154px;
	padding-left:8px;
	padding-right:7px;
	vertical-align:bottom;
}
#contents #DBcontents .textBox table.DBlistTable tr.DBlistCaption td{
	vertical-align:top;
	padding-bottom:15px;
	text-align:center;
}
#contents #DBcontents .textBox table.DBlistTable tr.DBlistSpace td{
	height:15px;
}






/*DB詳細ページ*/
#contents #DBcontents .textBox{
	/*background-position:top left;*/
	/*background-repeat:no-repeat;*/
	padding:10px 5px 20px 5px;
	/*line-height:150%;*/
	/*border:1px solid #999999;*/
}
/*
#contents #DBcontents .textBox h3{
	margin-left:30px;
	margin-top:5px;
	font-size:small;
	font-weight:normal;
}
*/
#contents #DBcontents .textBox table.DBdetailTitle{
	margin-bottom:20px;
	border:1px solid #396ab1;
	margin-left:auto;
	margin-right:auto;
}
#contents #DBcontents .textBox .DBdetailTitle td{
	padding:3px 20px 3px 20px;
	text-align:center;
}
#contents #DBcontents .textBox .DBdetailTitle h4{
	font-size:large;
}
#contents #DBcontents .textBox .DBdetailTitle p{
	font-size:85%;
}


#DBcontents .DBtop{
	text-align:left;
	width:100%

}
#DBcontents .DBmainImg{
	padding-left:10px;
	float:left;
	width:400px;

}
#DBcontents .DBdataList{
	padding-right:10px;
	float:right;
	width:200px;
	line-height: 150%;
}
.DBimgBox{
	margin-bottom:15px;
}
#DBcontents .DBdataList ul{
	list-style-type:square;
	list-style-position:inside;
	background-color:#e5e5e5;
	margin-left:0px;
	padding:5px;
}
#DBcontents .DBkoumoku{
	color:#396ab1;
	font-weight:bold;
}

#DBcontents .DBimgList{
	margin-left:5px;
	margin-right:5px;
}
#DBcontents .DBimgList img{
}

#contents #DBcontents .textBox table.DBdetailTable{
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
}

#contents #DBcontents .textBox table.DBdetailTable td{
	font-size:small;
	text-align:center;
	vertical-align:bottom;
	width:148px;
}

#contents #DBcontents .textBox table.DBlistTable td a{
	display:block;
	width:140px;
	overflow:hidden;
	vertical-align:bottom;
}

#contents .textBox table.DBareaTable{
	font-size:100%;
	margin:0 38px 0 38px;
}
#contents .textBox table.DBareaTable td{
	padding:0 10px 0 10px;
	width:50%;
	vertical-align:top;
}

#contents .textBox table.DBareaTable td p{
	margin-bottom:-10px;
}
#contents .textBox table.DBareaTable td a{
	font-size:90%;
	text-decoration:none;
	color:#000000;
}
#contents .textBox table.DBareaTable td a:link{
	color:#000000;
}
#contents .textBox table.DBareaTable td a:hover{
	text-decoration:underline;
	color:#000000;
}
#contents .textBox table.DBareaTable td a:visited{
	color:#000000;
}


#contents .textBox table.txt{
	padding:0;
}

#contents .textBox .DBareaMap{
	margin:5px 0 0px 0;
	padding-bottom:20px;
	text-align:center;
}

#contents #DBcontents .textBox a.DBmapview{
	color:#0000FF;
}

/*DBindexページ*/
.DBaccessMAP{
	text-align:center;
	margin:20px 0 5px 0;
	padding-bottom:20px;
}


/*仕切り線///////////////////////////////////////*/
.sikiri{
	color:#333333;
}
