@charset "shift_jis";

/* =======================================

	Clearfix

======================================= */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix {
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */

/* =======================================

	Layout CSS

======================================= */

html, body {
	background: #FFF;
	color: #333;
}

body {
	background: url(images/bg_body.gif) repeat-x 0 0;
}

.non-visual {
	display: none;
	height: 0;
	font-size: 0;
}

/* Global Header
======================================= */
#globalHeader {
	position: relative;
	width: 960px;
	height: 128px;
	line-height: 1;
	margin: 0 auto;
	padding-top: 16px;
	font-size: 12px;
}

/* Site Title */
h1#siteTitle {
	float: left;
}

/* Header Uriliry */
#headerUtility {
	float: right;
	width: 500px;
	padding-top: 4px;
	text-align: right;
}

#headerUtility ul.nav {
	margin-bottom: 10px;
	height: 19px;
}

#headerUtility ul.nav li {
	display: inline;
	margin-left: 5px;
	padding-left: 12px;
	background: url(images/line_headermenu.gif) no-repeat 0 0;
}

#headerUtility ul.nav li:first-child {
	margin-left: 0;
	background: none;
}

/* search */
#search {
	float: right;
	width: 480px;
	*white-space: nowrap;
	_white-space: nowrap;
}

#search form #word {
	line-height: 16px;
	color: #666;
	width: 117px;
	height: 16px;
	padding-left: 20px;
	color: #000;
	border: 1px solid #7F9DB9;
	background: url(images/bg_search.gif) no-repeat 3px 50%;
	font-size: 107.8%;
	vertical-align: middle;
}

#search_image {
	margin-right: 5px;
	vertical-align: middle;
}

#search .radio {
	margin: 0 3px 0 2px;
	vertical-align: middle;
}
 
#search #google {
	margin-left: 5px;
	vertical-align: middle;
}

/* Global Navigation
======================================= */
#globalHeader ul#nav {
	position: absolute;
	top: 96px;
	left: 0;
	height: 48px;
	font-size: 12px;
}

#globalHeader ul#nav li {
	float: left;
}

/* Main
======================================= */
#main {
	clear: both;
	width: 960px;
	margin: 30px auto 0;
}

/* Contents
======================================= */
#contents {
	float: right;
	width: 700px;
}

.entry-body {
	margin: 0 10px 20px;
	font-size: 117%;
}

.entry-body.last {
	margin-top: 30px;
	border-top: 1px #CCC solid;
}

/* Side
======================================= */
#side {
	float: left;
	width: 225px;
}

#side iframe {
	width: 242px;
}

/* Database Search Unit */
#databaseSearchUnit {
	width: 225px;
	margin-bottom: 12px;
	padding-bottom: 14px;
	background-color: #F6F6F6;
}

#databaseSearchUnit dl.form {
	width: 13.5em;
	margin: 10px auto 8px;
}
* html #databaseSearchUnit dl.form {
	width: 13.6em;
}

#databaseSearchUnit dl.form dt {
	float: left;
	line-height: 1.5;
	width: 4em;
	padding: 4px 0;
}
* html #databaseSearchUnit dl.form dt {
	clear: left;
}

#databaseSearchUnit dl.form dd {
	margin-left: 4.1em;
	padding: 4px 0;
}

#databaseSearchUnit .searchBtn {
	width: 160px;
	margin: 0 33px;
}

#databaseSearchUnit .keywordSearch {
	margin: 15px 14px 0 15px;
	padding-top: 12px;
	border-top: 1px #B0B0AF dotted;
}

#databaseSearchUnit .keywordSearch p {
	margin-bottom: 5px;
	font-size: 92.4%;
}

#databaseSearchUnit .keywordSearch form #keyword {
	line-height: 16px;
	width: 152px;
	height: 16px;
	color: #000;
	border: 1px solid #7F9DB9;
	vertical-align: middle;
}

#databaseSearchUnit .keywordSearch form #search_btn {
	vertical-align: middle;
}

/* Banner Unit */
#bannerUnit {
	margin-bottom: 12px;
}

/* Outline Menu List */
#outlineMenuUnit {
	margin-bottom: 12px;
	border: 1px #CCC solid;
}

#outlineMenuUnit p {
	border-bottom: 3px #126334 solid;
}

#outlineMenuUnit .menuList {
}

#outlineMenuUnit .menuList ul.nav {
	margin: 8px  5px 8px 12px;
}

#outlineMenuUnit .menuList ul.nav li {
	line-height: 1.6;
	padding-left: 16px;
	background: url(images/ico_list.gif) no-repeat 0 0.35em;
	font-size: 92.4%;
}

#outlineMenuUnit .menuList ul.nav li a {
	color: #126333;
	text-decoration: none;
}

/* Side Menu List */
#sideMenuUnit {
	padding: 8px;
	background-color: #F6F6F6;
}

#sideMenuUnit .menuList {
	margin-bottom: 4px;
	padding: 1px;
	border: 1px #CCC solid;
	background-color: #FFF;
}

#sideMenuUnit .menuList.common {
	margin: 4px 0 0;
}

#sideMenuUnit .menuList ul.nav {
	margin: 5px  5px 5px 10px;
}

#sideMenuUnit .menuList ul.nav li {
	line-height: 1.5;
	padding-left: 0.5em;
	background: url(images/ico_dot.gif) no-repeat 0 0.6em;
	font-size: 92.4%;
}

#sideMenuUnit .menuList ul.nav li a {
	color: #126333;
	text-decoration: none;
}

#sideMenuUnit .menuList ul.nav li a:hover {
}

#sideMenuUnit .menuList ul.nav li.info {
	line-height: 2;
	padding-left: 24px;
	background: url(images/ico_info.gif) no-repeat 0 50%;
}

#sideMenuUnit .menuList ul.nav li.link {
	line-height: 1.8;
	padding-left: 24px;
	background: url(images/ico_link.gif) no-repeat 0 50%;
}

#sideMenuUnit .menuList ul.nav li.inquiry {
	line-height: 1.8;
	padding-left: 24px;
	background: url(images/ico_inquiry.gif) no-repeat 1px 50%;
}

#sideMenuUnit .menuList ul.nav li.info a,
#sideMenuUnit .menuList ul.nav li.link a,
#sideMenuUnit .menuList ul.nav li.inquiry a {
	color: #333;
	font-weight: bold;
}

#sideMenuUnit .menuButton {
	margin-bottom: 4px;
	padding: 1px;
	border: 1px #CCC solid;
	background-color: #FFF;
}

/* pagetop
======================================= */
#pageTop {
	clear: both;
	width: 950px;
	margin: 0 auto 5px;
	text-align: right;
}

/* footer
======================================= */
#footer {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	background-color: #666;
}

#footer p {
	line-height: 1.5;
	margin-left: 15px;
	color: #FFF;
}

#footer p#siteName {
	float: left;
	margin-right: 10px;
	font-weight: bold;
	font-size: 	123.1%;
}

#footer p#address {
	margin: 2px 0;
}

#footer p#copyright {
	clear: left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 92.4%;
}
