/* /////////////////////////////////////////// */
/* 共通スタイルシート
/* /////////////////////////////////////////// */

* {
	font-size:100%;
	line-height:1.5;
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	font-size:0.8em;
	color:#333333;
	background-color:#336600;
/* ▼font-family は指定しなくてもよいです。*/
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
}
img {
	border:none;
	vertical-align:top;
}

/* /////////////////////////////////////////// */
/* 構造
/* /////////////////////////////////////////// */

#wrapper {
	width: 100%;
	text-align:left;
	background-color:#FFFFFF;
}
#header {
	width: 100%;
	text-align:center;
	background:#F5F5F5 url(../images/h2_bg.jpg) repeat-x top left;
}
#headerInner {
	width: 100%;
	background:url(../images/header_body.jpg) repeat-x top center;
}
#headerBody {
	width: 840px;/* もと840 */
	height:70px;    /* 105 */
	margin:0px auto;
}
#header #site_title {
	float:left;
	margin:20px 0px 0px 0px;   /* 35 */
	width: 700px; /* もと700 */
	text-align:left;
}
#header #site_title h1,
#header #site_title p {
	color:#FFFFFF;
	font-size:24px;
	font-weight: bold;
}
#headerSearch {
	float:right;
	width: 240px;
	margin:50px 0px 0px 0px;
}
#headerSearch input{
	vertical-align:middle;
}
#searchBox {
	width: 140px;
	margin-right: 5px;
}
#headerBody:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	line-height: 0;
}

/* //////////////////////////////////// */
/* トップページ
/* //////////////////////////////////// */
#topcontents {
	float: left;
	width: 590px;/* もと590 */
	padding-left:10px;
}
#topinfo {
	float: right;
	width: 330px;/* もと230 */
}
#topinfo h2 {
/*	会堂写真の周囲の色　*/
	background-color: #F4F8F3;
/*	background-color: #D8EAD2;  薄緑　*/
/*	background-color: #FF6347;  トマト色　*/
/*	background-color: #F4F8F3;  極薄緑　*/
	padding: 3px 5px;
}
#topimage {
	background: url(../images/bg_dot.png);
 /* 	padding: 4px 4px 4px 165px; /* もと124px 会堂写真の土台 */
	padding: 4px 4px 4px 165px;
	border: #C2D4E1 1px solid;
	width: 780px;/* もと830px */
	margin-bottom: 10px;
}
dl.info {
	background-color: #F4F8F3;
	padding: 10px;
}
dl.info dt {
	font-size: 80%;
	border-bottom: #B1D4A5 1px dotted;
}
dl.info dd {
	margin-bottom: 5px;
}

/* /////////////////////////////////////////// */
/* グローバルナビ
/*
/* 横幅840px　ナビ7個の場合は下記の設定ですが、
/* ナビの数を変更したい場合は「#global_nav li a」を変更します。
/*
/* ナビ6個の場合　width:109px;　→　width:129px;
/* ナビ5個の場合　width:109px;　→　width:157px;
/*
/* 横幅840px　÷　ナビの数　−　11px（padding＋border）
/* 割りきれるナビの数で調整してください。
/*
/* /////////////////////////////////////////// */

#global_nav {
	clear:both;
	width:840px;
	margin:0px auto;
}

/* ↓これはボタンの土台の緑帯。なくてもよさそうなので省く　*/
#global_nav ul
{
/*
	border-left:#418500 1px solid;
	background-color:#5BA300;
	width:833px; 
*/
}

#global_nav li {
	float:left;
	background:#5BA300  url(../images/menu_off.jpg) repeat-x top left;
	border-right:#418500 1px solid;
}
#global_nav li.li_here {
	background:#0A2800 url(../images/menu_on.jpg) repeat-x top left;
	color:#FFFFFF;
}
/* これはナビボタン。７個の時、width:118pxにした　 */
/* ▼ナビの個数を変更する場合は、ここを変更 */
#global_nav li a{
	width:118px;
	display:block;
	padding: 10px 5px 5px 5px;
}
#global_nav li a:hover{
	background:#0A2800 url(../images/menu_on.jpg) repeat-x top left;
	color:#FFFFFF;
}
#global_nav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	line-height: 0;
}

/* /////////////////////////////////////////// */
/* メイン
/* /////////////////////////////////////////// */

#mainLeft {
	clear:both;
	width:100%;
	background:url(../images/body_left.jpg) repeat-y top left;
}
#mainRight {
	width:100%;
	background:url(../images/body_right.jpg) repeat-y top right;
}
#main {
	width:840px;
	margin: 0px auto;
	padding-top: 5px;
}
#contents {
	width:940px;/* もと840。全体の幅 */
	margin: 0px auto;
}
#makoto {
	width:570px;
	margin: 5px auto;
	padding-left: 5px;
}
#makoto1 {
	width:500px;
	margin: 25px auto;
	padding-left: 70px;
}

/* /////////////////////////////////////////// */
/* パンクズ
/* /////////////////////////////////////////// */

#pankuzu {
	margin: 5px 0px;
	color: #7EB669;
}

/* /////////////////////////////////////////// */
/* ローカルナビ
/* /////////////////////////////////////////// */

#local_nav {
	width: 230px;
	float: left;
}
#nav_box {
	background: url(../images/bg_dot.gif);
	padding: 4px;
	border: #B1D4A5 1px solid;
	width: 220px;
}
#nav_box h2 {
	color: #538641;
	background: #F5F9F4 url(../images/lnav_bg.jpg) repeat-x top left;
	padding: 3px 5px;
	width: 210px;
}
#nav_box ul {
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
#nav_box ul li {
	padding: 8px 5px 8px 20px;
	margin: 0px 5px;
	border-bottom: #B1D4A5 1px dotted;
	background: url(../images/lnav_icon.gif) no-repeat 8px 15px;
}
#maincontents {
	width: 590px;/* もと590 */
	float: right;
}

/* /////////////////////////////////////////// */
/* ページトップ
/* /////////////////////////////////////////// */

#pagetop {
	width:840px;
	clear: both;
	margin: 0px auto;
	text-align:right;
}
#pagetop p {
	padding: 0px;
	margin: 0px;
}

/* /////////////////////////////////////////// */
/* フッター
/* /////////////////////////////////////////// */

#footer {
	width:100%;
	margin: 0px auto;
	color:#FFFFFF;
	background:url(../images/footer_bg.jpg) repeat-x top left;
}
#footerInner {
	width:840px;
	margin: 0px auto;
	padding: 30px 0px;
	text-align: center;
}

/* /////////////////////////////////////////// */
/* トップページ
/* /////////////////////////////////////////// */

#table_top {
	width:840px;
	margin: 0px auto 0px  auto;
}
#table_left {
	float:left;
	width:400px;
}
#table_right {
	float:right;
	width:400px;
}

/* /////////////////////////////////////////// */
/* //////////////////////////////////// */
/* 見出しタグ指定
/* //////////////////////////////////// */
#pagetitle {
	background: url(../images/bg_dot.gif);
	padding: 4px;
	border: #B1D4A5 1px solid;
	width: 830px;
}
#pagetitle h1 {
	padding: 10px 10px;
	width: 810px;
	font-size: 140%;
}
#pagetitle h1.h1_nomal {
	background: url(../images/h1_bg01.jpg) no-repeat top left;
}
#topcontents h2 ,
#maincontents h2  {
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	width: 570px;
	padding: 5px 10px 3px 10px;
	margin-bottom: 10px;
	border-bottom: #006600 5px solid;
	background: #094700 url(../images/h2_bg.jpg) no-repeat top left;
}
#topcontents h3 ,
#maincontents h3{
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	width: 570px;
	padding: 3px 10px;
	margin-bottom: 10px;
	background-color: #81B96E;
}
#topcontents p ,
#maincontents p{
	margin-bottom: 10px;
}

#makoto h2{
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	width: 570px;
	padding: 5px 10px 3px 10px;
	margin-bottom: 10px;
	border-bottom: #006600 5px solid;
	background: #094700 url(../images/h2_bg.jpg) no-repeat top left;
}
#makoto h3{
	font-weight: bold;
	clear: both;
	color: #FFFFFF;
	width: 570px;
	padding: 3px 10px;
	margin-bottom: 10px;
	background-color: #81B96E;
eat top left;
}



/* //////////////////////////////////// */
/* リンクタグ指定
/* //////////////////////////////////// */

a:link, a:visited, a:active {text-decoration: underline;color: #333333;}
a:hover {text-decoration: none;color: #999999;}

/* /////////////////////////////////////////// */
/* パンクズ
/* /////////////////////////////////////////// */

#pankuzu a:link, #pankuzu a:visited, #pankuzu a:active {text-decoration: underline !important; color: #7EB669 !important;}
#pankuzu a:hover {text-decoration: none !important; color: #7EB669 !important;}

/* /////////////////////////////////////////// */
/* ローカルナビ
/* /////////////////////////////////////////// */

#local_nav a:link, #local_nav a:visited, #local_nav a:active {text-decoration: none !important; color: #7EB669 !important;}
#local_nav a:hover {text-decoration: none !important; color: #538641 !important;}

/* //////////////////////////////////// */
/* リスト関連
/* //////////////////////////////////// */

ul.ul_nomal {
	margin-bottom:10px;
}
ul.ul_nomal li {
	font-weight: bold;
	padding-left: 2em;
	font-weight: bold
	list-style: none;
	background: url(../images/li_icon.gif) no-repeat 4px 5px;
}
#maincontents ol {
	margin: 0px 0px 10px 0px;
	padding-left: 2em;
}
#maincontents ol li {
	list-style: decimal;
}

/* //////////////////////////////////// */
/* テキスト装飾
/* //////////////////////////////////// */

#global_nav a:link, #global_nav a:visited, #global_nav a:active {
	text-decoration: none;color: #FFFFFF;}
#global_nav a:hover   {text-decoration: none;color: #CCCCCC;}

#local_nav a:link, #local_nav a:visited, #local_nav a:active {
	text-decoration: none;color: #666666;}
#local_nav a:hover   {text-decoration: none;color: #000000;}


.p_photo_l img {
	float:left;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.p_photo_r img {
	float:right;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#footer address {
	font-style: normal;
	font-weight: normal;
}
#footer a:link    {text-decoration: none;color: #CCCC33;}
#footer a:visited {text-decoration: none;color: #CCCC33;}
#footer a:active  {text-decoration: none;color: #CCCC33;}
#footer a:hover   {text-decoration: underline;color: #FFFFFF;}

.text_red{color: #CC0000;}
.text_blue{color: #3333CC;}
.text_green{color: #006600;}
.text_orange{color: #FF6600;}

.text_bold{font-weight: bold;}

/* //////////////////////////////////// */
/* テーブル指定
/* //////////////////////////////////// */

table.tbl_nomal {
	width: 100%;
	margin-bottom: 10px;
	border-top: #C2D4E1 1px solid;
	border-left: #C2D4E1 1px solid;
}
table.tbl_nomal caption{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
}
table.tbl_nomal th{
	border-bottom: #C2D4E1 1px solid;
	border-right: #C2D4E1 1px solid;
	background-color: #D1DEE8;
	padding: 3px 5px;
}
table.tbl_nomal td{
	border-bottom: #C2D4E1 1px solid;
	border-right: #C2D4E1 1px solid;
	padding: 3px 5px;
}
table.tbl_nomal th.th_color {
	background-color: #EEF3F7;
}
table.tbl_nomal td.td_color {
	background-color: #F5F5F5;
}

/* //////////////////////////////////// */
