﻿@charset "utf-8";

* {
	color:#333333;
	padding:0;
	line-height: 160%;
	margin: 0;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 100%;
}

body {
	background-color: #F1FDDE;
	background-image: url(img/bg2.gif);
	background-repeat: repeat-x;
}

a {
	color:#4D9586;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #CC33FF;
}

li {
	list-style-type: none;
}

.chui {
	color: #CC33FF;
}

.chui2 {
	color: #0033CC;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;	
}

.chui3 {
	color: #CC33CC;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;	
}

.chui4 {
	color: #660099;
	font-weight:nomal;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;	
}

.chui5 {
	color: #ff0000;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;	
}

.chui7 {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #555555;
	font-size: 105%;
	font-weight: bold;
}

/*
ベース
-------------------------------------------------------------------*/
#base {
	width:870px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(img/side_base.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#wrap {
	padding: 5px;
}

/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:870px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-size: 8.7px;
	margin-bottom: 14px;
	margin-top: 0px;
}

h1 {
	font-size: 100%;
	color: #555555;
	position: absolute;
	top: 1px;
	right: 388px;
	text-align: left;
	width: 470px;
	height: 15px;
	font-size: 8.7px;
	font-weight: normal;
}

#header #sub {
	font-size: 100%;
	color: #666666;
	position: absolute;
	top: 2px;
	right: 518px;
	text-align: left;
	width: 271px;
	height: 15px;
}

#header #sub2 {
	font-size: 100%;
	color: #666666;
	position: absolute;
	top: 1px;
	right: 8px;
	text-align: left;
	width: 297px;
	height: 15px;
}

#header #logo {
	clear: both;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#header h2 {
	font-size: 100%;
	font-weight: normal;
	color: #777777;
	line-height: 19px;
}

#header #head_ul {
	position: absolute;
	top: 30px;
	right: 15px;
}
#header #head_ul li {
	font-size: 100%;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 18px;
	padding-left: 7px;
}

#header #head_ul li a {
	font-size: 10px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 857px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/nav.gif);
	height: 35px;
	clear: both;
	padding-left: 15px;
} 

#nav li {
	font: 100%;
	display: block;
	float: left;
	text-align: center;
  }
  
#nav li a {
	font: 12px/1.22 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #555555;
	text-decoration: none;
	background-image: url(img/g_menu_li.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 25px;
	width: 120px;
	padding-top: 10px;
	line-height: 24px;
}

#nav li a:hover {
	color: #000000;
	background-image: url(img/g_menu_li_ov.gif);
	background-color: #DDDDDD;
	font-size: 12px;
}

#nav li strong {
	line-height: 28px;
	color: #FFFFFF;
	background-image: url(img/g_menu_st.gif);
	height: 30px;
	width: 120px;
	display: block;
	padding-top: 5px;
	font-weight: bold;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 12px;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#top_img {
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #FFFFFF;
}

#contents {
	width:655px;
	float: right;
	margin-top: 5px;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 30px;
	margin-left: 13px;
	line-height: 26px;
	padding-right: 2px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 1px;
}

#contents h3 {
	font-size: 16px;
	padding-left: 25px;
	padding-bottom: 5px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 7px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(img/h3.gif);
	height: 35px;
	background-repeat: no-repeat;
}


#contents h4 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #869EB0;
	padding-left: 7px;
	color: #555555;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#contents h4 a {
	font-size: 14px;
}

#contents h5 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #9EAD70;
	margin-right: 20px;
	padding-left: 10px;
}

#contents h6 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #B1A599;
	margin-right: 20px;
	padding-left: 10px;
}

#contents h2 {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #B1A599;
	margin-right: 15px;
	padding-left: 15px;
}

#contents ul {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#contents li a {
	font-size: 12px;
}


#contents #c_pad {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
}

/* for IE \*/
* html body #base #contents #c_pad {
	padding: 9px;
}	
/**/

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 2px solid #EDEDE9;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
	margin-right: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

#contents p .chui {
	line-height: 20px;
}
.list li {
	font: 12px/1.22 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	line-height: 25px;
}
ul.list {
	margin-bottom: 10px;
}
.list li:hover {
	background-color: #FFFFFF;
}


/*
リンク集ページ用
-------------------------------------------------------------------*/

#contents dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D0;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 7px;
	margin-right: 5px;
}
#contents dt {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #B5C2A3;
	padding-left: 5px;
}
#contents dd {
	margin-left: 5px;
}

/*
テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#contents table {
	margin: 12px;
	margin-right: auto;
	margin-left: auto;
}

#contents table p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: 0px;
}

#contents table td {
	padding: 7px;
	border: 1px solid #999999;
}
#contents table th {
	padding: 7px;
	font-weight: normal;	
}
#contents form table th {
	width: 127px;
}

table td.td_head {
	background-color: #9BBC63;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D3CDB4;
	border-right-color: #D3CDB4;
	border-bottom-color: #D3CDB4;
	border-left-color: #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_head.gif);
	background-repeat: repeat-x;
}

table td.td_odd {
	background-color: #F8F3E7;
	text-align: left;
	padding: 8px;
	border: 1px solid #D3CDB4;
	font-size: 13px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #68823E;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	margin-left: 7px;
	margin-right: 7px;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 198px;
	background-color: #DFDFD2;
	margin-left: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
}

#side li {
	list-style-type: none;
	margin-bottom: 1px;
}

#side_d {
	padding-top: 1px;
	margin-bottom: 4px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #CECEB9;
	background-color: #EFEFE9;
	font-size:13px;
}

#side_d h3 {
	display: block;
	width: 168px;
	line-height: 24px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 24px;
	font-weight: normal;
}

#side_d h3 a {
	width: 168px;
	line-height: 24px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

#side_d ul {
	margin-top: 3px;
	margin-bottom: 3px;
}

#side_d li a {
	display: block;
	width:150px;
	font-size: 12px;
	line-height: 25px;
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: 20px;
	background-image:url(img/side_li2.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	text-decoration: none;
	height: auto;
	margin-top: 2px;
	margin-bottom: 1px;
}

#side_d li a:hover {
	background-color: #FFFFCC;
	color: #000000;
	text-decoration: none;
	background-image: url(img/side_li_ov2.gif);
	margin-bottom: 1px;
}

#side img {
	border:none;
}

#side p {
	padding: 7px;
	padding-top: 5px;
	padding-bottom: 2px;
}

#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}


/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F4EEC6;
	background-position: bottom;
	clear:both;
	width:848px;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
	clear:both;
}
#f_menu ul {
	margin-top: 3px;
	margin-bottom: 3px;
	clear:both;
}
#f_menu li a {
	font-size: 12px;
	clear:both;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
	clear:both;
}

#f_menu #pr {
	font-size: 10px;
	color: #888888;
	text-align: right;
	padding: 5px;
	clear:both;
}
#f_menu #pr a {
	font-size: 10px;
	color: #888888;
	clear:both;
}

/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	display: block;
	background-color: #60B096;
	font-size: 10px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	width:860px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline; 
}

#TB_secondLine {
	font: 13px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:hover {color: #BDE0E0; position: relative; top: 3px; left: 3px; }
#TB_window a:active {color: #ffffff;}
#TB_window a:focus{color: #ffffff;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: ;
	z-index: 102;
	color:#aaaaaa;
	display:none;
	border: 0px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #666;
	border-left: 0px solid #666;
}

#TB_caption{
	height:25px;
	padding:8px 30px 10px 38px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 35px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}
#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
a
/*-----calender-----*/
div#calendarContainer1.view-container-border {
	background-color :#FC0004;
	!important
}

.style17 {
	font-size:large
	}
