@charset "utf-8";
/* CSS Document */

/* YUI Reset CSS *************************************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 

table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 

fieldset,img {  
    border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
   font-style:normal; 
   font-weight:normal; 
} 

ol,ul { 
   list-style:none; 
} 

caption,th { 
    text-align:left; 
} 

h1,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
}

h2 {
	font-size: 110%;
	font-weight: bold;
	background-color: #FFFFCC;
	margin: 15px 0px 10px 0px;
	padding: 3px 5px;
}

h3 {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 3px;
	font-weight: bold;
	font-size: 105%;
	clear: left;
}

h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 3px;
	font-weight: bold;
	color: #006633;
}

h5 {
	font-weight: bold;
}

q:before,q:after { 
    content:''; 
} 

abbr,acronym { 
	border:0; 
} 

#img_center {
	text-align: center;
	font-size: 75%;
	color: #666633;
	margin: 0px;
	text-indent: 0em;
	clear: both;
}


#img_right {
	float: right;
	margin: 0px 0px 5px 5px;
	font-size: 75%;
	color: #666633;
	line-height: 1.1em;
	text-indent: 0em;
	text-align: center;
}

#img_left {
	float: left;
	margin: 0px 5px 5px 0px;
	font-size: 75%;
	color: #666633;
	line-height: 1.1em;
	text-indent: 0em;
	text-align: center;
}


.img_center {
	text-align: center;
	font-size: 75%;
	color: #666633;
	margin: 0px;
	text-indent: 0em;
}	
	
/***********************************************************************************************************************/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif, MSゴシック;
	background: #e7e7eb;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	font-size: 11pt;
	color: #383c3c; /*羊羹色 ようかんいろ*/
	line-height: 1.2em;	
}

#header {
	margin: 0px;
/*	background-image: url(img/header_jifh_b.gif);
	background-repeat: no-repeat;
	height: 80px;
*/
}

#header a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

/* 丸角コンテンツ header*/

.header_curve{
	display:block;
}

.header_curve *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#1ca448;
}

.header_curve1{
	border-right:1px solid #9dd7b0;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #9dd7b0;
	padding-left:1px;
	margin-left:3px;
	background:#54ba75;
}

.header_curve2{
	border-right:1px solid #e8f5ec;
	border-left:1px solid #e8f5ec;
	padding:0px 1px;
	background:#47b56a;
	margin:0px 1px;
}

.header_curve3{
	border-right:1px solid #47b56a;
	border-left:1px solid #47b56a;
	margin:0px 1px;
}

.header_curve4{
	border-right:1px solid #9dd7b0;
	border-left:1px solid #9dd7b0;
}

.header_curve5{
	border-right:1px solid #54ba75;
	border-left:1px solid #54ba75;
}
.jifh_title{
	padding:0px 5px;
	background:#1ca448;
} 


#wrapper {
	width: 100%;
	margin: 0;
	padding: 0px;
	border-top: 1px dashed #009966;
}

/*********** リンク ***********/

a{
	color: #778899;
/*	border-bottom: 1px #e9546b dashed; /* 薔薇色 ばらいろ */
	padding: 0;
}

a:link{
	text-decoration: none;
}

a:visited{
	color: #56564b; /* 藍海松茶 あいみるちゃ */
	text-decoration: none;
}

a:hover{
	color: #0000cd;
}

#breadcrumb {
	font-size: 75%;
	color: #999999;
	padding: 1px 0px 0px 0px;
	clear: both;
}

/*********** ぱんくず ***********/
#breadcrumb a{
	border: 0;
	margin: 0px 0px 0px 3px;
}


#breadcrumb a:hover {
	background: #d3d3d8;
	color: #383c3c;
}

.more {
	color: #006699;
	font-size: 8pt;
}

#container {
	width: 960px;
	text-align:left; /* この設定は body エレメントの text-align: center より優先されます。 */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
/*	border: 1px solid #006666; */
}

#sidebarRight {	
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 180px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
/*	background: #EBEBEB; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 3px 5px 0px 0px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
}

#sidebarRight a.h1 {
	font-size: 95%;
	font-weight: bold;
	color: #008080;
	line-height: 2em;
}

#sidebarRight a.h1:link{
	text-decoration: none;
}

#sidebarRight a.h1:visited{
	color: #008080;
	text-decoration: none;
}

#sidebarRight a.h1:hover{
	color: #996600;
	border-bottom: #993333 1px dashed;
	text-decoration: none;
	background-color: #FFFFFF;
}

#sidebarRight a.h2 {
	font-size: 90%;
	color: #008080;
	margin: 0px 0px 0px 15px;
	line-height: 1.5em;
}

#sidebarRight a.h2:link{
	text-decoration: none;
}

#sidebarRight a.h2:visited{
	color: #008080;
	text-decoration: none;
}

#sidebarRight a.h2:hover{
	color: #996600;
	border-bottom: #993333 1px dashed;
	text-decoration: none;
	background-color: #FFFFFF;
}

#sidebarRight a.h3 {
	font-size: 90%;
	color: #008080;
	margin: 0px 0px 0px 25px;
	line-height: 1.2em;
}

#sidebarRight a.h3:link{
	text-decoration: none;
}

#sidebarRight a.h3:visited{
	color: #008080;
	text-decoration: none;
}

#sidebarRight a.h3:hover{
	color: #996600;
	text-decoration: none;
	background-color: #FFFFFF;
	font-weight: bold;
}




#sidebarRight h3 {
	margin: 5px 0px 5px 10px;
	border-bottom: 1px #CC9933 solid;
	padding: 0px 0px 1px 0px;
	font-weight: bold;
	color: #663300;
}

#sidebarRight h1 {
	border-bottom: 1px dotted #1ca448;
	font-weight: bold;
	padding: 1px 1px 2px 18px;
	margin: 1px 0px 5px 0px;
	font-size: 90%;
	line-height: 1.0em;
	background-image: url(img/title_icon1.gif);
	background-repeat: no-repeat;
}


#mainContent {
	margin: 0px 190px; /* この div エレメントの右マージンと左マージンにより、ページの両側に2つのサイドバーが設定されます。両側に含まれるコンテンツの量に関係なく、列のスペースは維持されます。サイドバーのコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 3px 5px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	border-width: 0px 1px;
	border-style: solid;
	border-color: #/*006699*/2e8b57;
}

#mainContent a {
	color: #383c3c; /*羊羹色 ようかんいろ*/
}

#mainContent a:hover {
	border-bottom: #0000cd dashed 1px;
	padding: 0px;
}

#sidebarLeft {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 180px; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
/*	background: #EBEBEB; /* 背景色は、列内のコンテンツの長さにわたって表示されます */
	padding: 3px 0px 0px 5px; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin: 0px;
}

#sidebarLeft h1 {
	border-bottom: 1px dotted #1ca448;
	font-weight: bold;
	padding: 1px 1px 2px 18px;
	margin: 1px 0px 5px 0px;
	font-size: 90%;
	line-height: 1.0em;
	background-image: url(img/title_icon1.gif);
	background-repeat: no-repeat;
}



/*  index以外のコンテンツ　*/
#Content {
	margin: 0px 190px 0px 0px; /* この div エレメントの右マージンと左マージンにより、ページの両側に2つのサイドバーが設定されます。両側に含まれるコンテンツの量に関係なく、列のスペースは維持されます。サイドバーのコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、このマージンを削除します。 */
	padding: 3px 5px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #006699;
}

#Content a{
	color: #778899;
/*	border-bottom: 1px #e9546b dashed; /* 薔薇色 ばらいろ */
	padding: 0;
}

a:link{
	text-decoration: none;
}

#Content a:hover{
	color: #0000cd;
	background-color: #ffd78c;
}


#Content_title {
	border-bottom: 3px solid #ccff99;
	padding: 5px 20px;
}

/* コンテンツナビゲーションBAR */
	
#navi {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	font-size: 95%;
}

ul#navi li {
    width: 188px;
/*	height: 30px;  */
    float: left;
	text-align: center;
	border-top: 1px solid #CCFF66;
}

ul#navi li a {
    display: block;
    width: 192px;
    background-color: #137132; 
    padding: 3px 8px;
    text-decoration: none;
	color: #CCFFCC;
/*	border: 1px dotted #999966;  */
}

ul#navi a:hover {
    background-color: #FFFFFF;
    width: 192px;
    padding: 3px 8px;
	color: #007b43;
}

ul#navi a:active {
    background-color: #FFFFFF;
    width: 192px;
    padding: 3px 8px;
}


/*********** ふったー ***********/
#footer {
	background-color: #deb887;/*E7D3B6*/
	font-size: 75%;
	text-align: center;
	color: #719bad;
	clear: both;
	padding: 5px 0px;
}

/*********** あいこん ***********/
.icon {
	vertical-align: middle;
}

.curve-10-head{
 font-size:1px;
 height:7px;
 background:url(img/curve/10-curve-right-head.gif) top right no-repeat;
 margin-top:5px;
}
.curve-10-head div{
 font-size:1px;
 height:7px;
 background:url(img/curve/10-curve-left-head.gif) top left no-repeat;
}
.curve-10-body{
 background:url(img/curve/10-curve-left-middle.gif) top left repeat-y;
}
.curve-10-body div{
 background:url(img/curve/10-curve-right-middle.gif) top right repeat-y;
}
.curve-10-bottom{
 font-size:1px;
 height:7px;
 background:url(img/curve/10-curve-right-bottom.gif) bottom right no-repeat;
 margin-bottom:5px;
}
.curve-10-bottom div{
 font-size:1px;
 height:7px;
 background:url(img/curve/10-curve-left-bottom.gif) bottom left no-repeat;
}

/*******  クリアー  ******/
.clear {
	clear: both;
}

/*********** 上へ画像 ***********/
.top {
	text-align: right;
}

/**********  名簿テーブル　*********/
#Table_list {
	width: 520px;
	border: 1px #99CC66 solid;
	font-size: 90%;
	border-collapse: collapse;
	margin: 5px 0px;
}

th,td {
	border: 1px #99CC66 solid;
	border-collapse: collapse;
	padding: 2px 5px;
}

.td_title {
	background-color: #99CC66;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
}

.td_item {
	color: #99CC66;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	width: 160px;
	background-color: #FFFFFF;
}

.th_title {
	background-color: #99CC33;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	text-align: center;
}

tr.green {
	background: #E6FFD9;
}

#Table_zero {
	border: 0px;
	border-collapse: collapse;
	margin: 10px 5px 5px 5px;
	width: 520px;
	font-size: 90%;
}

#main_img {
	height:523px;
	background-image: url(img/top/top_img_20100701.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#main_img img {
	padding-left: 432px;
	padding-top: 326px;
}
