@import "default.css";

/* global position*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

#header,
#body,
#footer {
	width: 760px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: both;
	border-style: solid;
	border-width: 0px 1px;
	border-color: #999999;
	}

#body:after {
	display:block;
	margin-top:-1px;
	height:1px;
	content:"";
	clear:both;
	}

#main {
	width: 630px;
	float: left;
	}

#menu {
	width: 130px;
	float: left;
	}


/* style */

body {
	background-color: #EFEFFF;
	background-image: url("../img/page.jpg");
	}

#header {
	margin-top: 0px;
	height: 160px;
	background-color: #FFFFFF;
	background-image: url("../img/header.jpg");
	background-repeat: no-repeat;
	background-position: 100% 100%;
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

#header h1 {
	position: absolute;
	top: 70px;
	left: 16px;
	}

#header a {
	border-style: none;
	}
#header p {
	margin-top: 5px;
	margin-left: 10px;
	line-height: 125%;
	color: #FFFFFF;
	font-size: 90%;
	width: 460px;
	position: absolute;
	top: 98px;
	left: 273px;
}


#body {
	background-color: #FFFFFF;
	background-image: url("../img/body.jpg");
	background-position: 50% 0%;
	background-repeat: repeat-y;
	margin-top: -10px;
	padding-top: 10px;
	}
#main #gnavi {
	text-align: center;
}


#search {
	margin: 10px;
	}

#form_search {
	line-height: 2em;
	}

#form_search label {
	color: #003366;
	}

#form_search fieldset {
	margin: 0px;
	padding: 10px;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #BCDAAE;
	border-width: 1px;
	}

#search-button {
	margin-top: -2em;
	text-align: right;
	}

#search-button input {
	text-align: center;
	padding: 2px 10px;
	font-weight: bold;
	color: #003366;
	}


#rss {
	margin-top: -38px;
	margin-bottom: 10px;
	text-align: right;
	}
#rss a {
	border-style: none;
	}

#result {
	margin: 10px;
	}

#result-list {
	width: 99%;
	background-color: #FFFFFF;
	}

#result-list th, td{
	padding: 4px;
	border-style: solid;
	border-color: #CCCCCC;
	/* border-color: #BCDAAE; */
	border-width: 1px;
	}

#result-list th {
	color: #225577;
	text-align: center;
	background-color: #EEEEEE;
	/* border-color: #BCDAAE; */
	}

#area-list {
	margin: 10px;
	background-color: transparent;
	list-style-type: none;
	}

#area-list li {
	margin: 5px 2px;
	}


#footer {
	margin-top: -10px;
	margin-bottom: 0px;
	height: 30px;
	background-color: #FFFFFF;
	background-image: url("../img/footer.jpg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	}

#footer p {
	padding-top: 6px;
	color: #FFFFFF;
	text-align: center;
	}
	
#main h2 {
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
	line-height: 125%;
	color: #336600;
}

#main p {
	margin-right: 15px;
	margin-left: 15px;
}

#content {
	margin: 10px;
}
#content h3 {
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #CC3300;
}
#article {
	margin-right: 10px;
	margin-left: 10px;
}
.copipe {
	background-color: #CCCCCC;
	padding: 3px;
	border: 1px solid #999999;
}
#article h4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 15px;
	margin-top: 10px;
	font-size: 1em;
}
.txcenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.ktd {
	width: 5em;	
}

.ntd {
	width: 7em;	
}

.dtd {
	width: 6em;	
}
