/*
++++++++++++++++++++++++++++++++++++++++++++
http://www.chi-ken.jp CSS Style
common.css
Last updated 1 Sep 2011
++++++++++++++++++++++++++++++++++++++++++++
*/


/* default reset */
* {
	margin: 0;
	padding: 0;
}
/* --- common layout --- */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	background: url(../images/body_bg.gif) repeat-x center top;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
/* header */
#header {
	height: 125px;
	margin-bottom: 20px;
}
h1 {
	font-size: 70%;
	font-weight: normal;
	padding: 5px 10px 10px;
	text-align: center;
}
#header #logo {
	float: left;
}
#header p {
	float: right;
}
/* contents */
#contents {
	float: right;
	width: 760px;
}
#wrapper #contents #path {
	padding: 0px;
	list-style: none;
}
#wrapper #contents #path li {
	float: left;
	padding-right: 10px;
	background: url(../images/li_bg.gif) no-repeat 0px 5px;
	padding-left: 13px;
	margin: 5px 0px;
}
/* menu */
#navi_area {
	float: left;
	width: 220px;
}
#navi_area ul {
	margin-bottom: 10px;
}
#navi_area li {
	font-size: 0px;
	line-height: 0px;
}
#navi_area .block {
	background: url(../images/block_bg.gif) no-repeat center bottom;
	margin-bottom: 5px;
}
#navi_area .block p {
	padding-left: 10px;
	padding-right: 10px;
}
#navi_area p {
	padding: 0px 0px 10px;
	font-size: 70%;
}
#navi_area form {
	margin: 0px 10px 10px;
	font-size: 80%;
}
#navi_area .bmi_form {
	background: url(../images/block_bmi_bg.gif) no-repeat center bottom;
}
#navi_area .bmi_form input {
	margin-bottom: 3px;
	margin-top: 3px;
}
#navi_area .block a {
	color: #999;
}
#navi_area .center {
	padding: 10px;
}
#navi_area .center p {
	padding-top: 5px;
}
/* bototom */
#bottom {
	clear: both;
	text-align: center;
	background: #878787 url(../images/bottom_bg.gif) repeat-x center top;
	color: #FFF;
}
#bottom ul {
	padding: 15px;
}
#bottom li {
	display: inline;
}
#footer {
	background: url(../images/bottom_line.gif) no-repeat center bottom;
}
/* text link style */
#bottom a:link {
	color: #FFF;
	text-decoration: none;
}
#bottom a:visited {
	color: #FFF;
	text-decoration: none;
}
#bottom a:hover {
	color: #FFF;
	text-decoration: underline;
}
#bottom a:action {
	color: #FFF;
	text-decoration: underline;
}
/* text define */
#contents h2 {
	line-height: 110%;
	clear: both;
	background: url(../images/h2_bg.gif) no-repeat center center;
	padding: 25px 20px;
	color: #333;
	margin-bottom: 10px;
}
#contents h3 {
	font-size: 110%;
	line-height: 150%;
	color: #ff9933;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	background: url(../images/h3_bg.gif) no-repeat 0px 0px;
	padding-top: 13px;
	padding-left: 15px;
	color: #666;
}
#contents h4 {
	font-size: 100%;
	line-height: 150%;
	color: #ff9933;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
#contents h5 {
	font-size: 90%;
	line-height: 150%;
}
#contents h6 {
	font-size: 90%;
	line-height: 150%;
}
p, li, dt, dd, th, td {
	font-size: 90%;
	line-height: 150%;
}
#contents p {
	padding: 5px 10px;
}
#contents dl {
	margin: 10px 10px 20px;
}
#contents dt {
	clear: left;
	float: left;
	width: 100px;
	padding: 8px 0px 2px;
	font-weight: bold;
	color: #333;
}
#contents dd {
	border-bottom: 1px dotted #CCC;
	padding: 8px 0px 2px 120px;
}
ul {
	list-style: none;
}
#contents ul {
	padding: 10px 10px 10px 30px;
	list-style: disc;
}
#contents ol {
	padding: 10px 10px 10px 32px;
}
#contents li {
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents table {
	margin: 15px 10px 20px;
	border-collapse: collapse;
	width: 97%;
}
#contents th {
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
	color: #FFF;
	background: #F59403;
}
#contents td {
	padding: 10px 12px;
	vertical-align: top;
	border: 1px solid #CCC;
}
#contents form th,
#contents form td {
	line-height: 220%;
}
#contents input[type="text"],
#contents textarea {
	padding: 2px 2px 0px 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contents table input[type="text"],
#contents table textarea {
	border: 1px solid #CCC;
}
blockquote {
	font-style: normal;
	font-size: 80%;
	line-height: 150%;
}
hr {
	margin: 20px 10px;
	clear: both;
}
/* class */
.comment {
	font-size: 80%;
}
.center {
	text-align: center;
}
#contents .center th {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.fl_left {
	float: left;
	width: auto;
}
.fl_right {
	float: right;
	width: auto;
}
.cl_right {
	clear: right;
}
.cl_left {
	clear: left;
}
.cl_both {
	clear: both;
}
.red {
	color: #CC0000;
}
.orange {
	color: #ff9933;
}
.horizon {
	height: 10px;
	width: 100%;
	clear: both;
	background: url(../images/horizon.gif) no-repeat center center;
}
.horizon hr {
	visibility: hidden;
}
.arrow a {
	background: url(../images/li_bg.gif) no-repeat 0px 3px;
	padding-left: 13px;
}
.box {
	border: 2px solid #CCC;
	background: #dldldl;
	padding: 10px;
	margin: 10px;
}

/* text link style */
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #ff9933;
	text-decoration: underline;
}
a:active {
	color: #ff9933;
	text-decoration: underline;
}
/* etc */
.rollover {
}
.pagetop {
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* ---- contact layout --- */
#contact #contents table .comment {
	line-height: 140%;
}
/* --- faq layout --- */
#faq #contents ul {
	list-style: none;
	padding: 10px;
}
#faq #contents li {
	background: url(../images/li_bg.gif) no-repeat 0px 5px;
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* --- form layout --- */
#form #contents #form_flow th {
	vertical-align: middle;
	height: 85px;
}
/* --- home layout --- */
#home #contents p {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#home .info_box {
	border: 1px solid #CCC;
	margin-top: 10px;
}
#home .info_box h2 {
	background: none;
	padding: 0px;
}
#home #contents .info_box dl {
	margin-top: 5px;
	margin-bottom: 10px;
}
#home #contents .info_box p {
	margin: 10px 5px;
	position: relative;
	border-bottom: 1px dotted #CCC;
	padding-right: 10px;
	padding-left: 10px;
}
#home #contents .info_box .status {
	position: absolute;
	right: 5px;
	top: 3px;
}
#home #contents h3 {
	margin-right: 0px;
	margin-left: 0px;
}
/* --- information layout --- */
#information #contents h3 {
	margin: 0px;
	padding: 0px;
	background: none ;
}
#information #contents h5 {
	margin-right: 10px;
	margin-left: 10px;
}
#information #contents .box {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#information #contents .box h3 {
	margin-top: 10px;
	margin-left: 10px;
	paddgin-top: 10px;
	padding-left: 35px;
	background: url(../../information/images/h3_bg.gif) no-repeat left bottom;
	display: block;
	text-decoration: none;
	color: #0033cc;
}
#information #contents .box h3.yotei {
	color: #666666;
}
#information #contents .box .status {
	list-style: none;
	padding: 20px 20px 0px;
}
#information #contents .box .status li {
	display: inline;
}
#information #contents .box dl {
	margin: 0px 20px;
}
#information #contents .box h4 {
	margin-left: 20px;
	margin-right: 20px;
}
#information #contents .box .login_entry {
	_margin: 0px 5px 10px;
	_width: 725px;
}
#information #contents .box .login_entry td {
	border: none;
	width: 50%;
	padding: 0px 5px;
}
#information #contents .box p {
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#information #contents .box .horizon {
	margin-left: 20px;
	margin-right: 20px;
	width: 95%;
	_width: 690px;
}

/* information member text link style */
#information #contents .box a:link {
	color: #0033CC;
	text-decoration: underline;
}
#information #contents .box a:visited {
	color: #0033CC;
	text-decoration: underline;
}
#information #contents .box a:hover {
	color: #ff9933;
	text-decoration: underline;
}
#information #contents .box a:active {
	color: #ff9933;
	text-decoration: underline;
}

/* --- facility layout --- */
#facility #contents h3 {
	margin: 0px;
	padding: 0px;
	background: none ;
}
#facility #contents .main_img {
	float: left;
}
#facility #contents ul {
	list-style:none;
	padding-left: 10px;
}
#facility #contents li {
	display: inline;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
#facility #contents .box01 {
	border: 2px solid #ff99cc;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0 5px 0 320px;
}
#facility #contents .box02 {
	border: 2px solid #003366;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0 5px 0 320px;
}

/* --- sitemap layout --- */
#sitemap #contents ul {
	list-style: none;
	padding: 10px;
}
#sitemap #contents li {
	background: url(../images/li_bg.gif) no-repeat 0px 5px;
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
}
