@charset "utf-8";
/*ボディ全体*/
body { font-family: "ＭＳ ゴシック", "Osaka－等幅";
    font-size:14px;
    text-align:center;
	margin: 0 ;
	padding: 0 ;
	color: #4A4A4A;
	background-color: #ffffff;
	/* background: url(images/bg.gif) top repeat-x; */
}

/*一番上テキスト*/
h1{	font-weight:normal;
	font-size: 12px;
	font-weight: bold;
	color: #f0f0f0;
	height:18px;
	padding-top: 5px;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #009933;
	/*background: url(images/h1_bg.jpg) top repeat-x;*/
}


/*一番上テキストをラッパーの位置に揃える*/
#headtxt{text-align:left;
	width:760px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
}

#title {
	width:760px;
	height: 184px;
	/*border-bottom: 1px solid #999999;*/
}

#title_c {
	width:760px;
	height: 152px;
	/*border-bottom: 1px solid #999999;*/
	background-image: url(images/title_c.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#title_c_caption {
	padding-left: 24px;
	padding-top: 63px;
	font-size: 18px;
	font-weight: bold;
}

/* 上部サイド型メニュー	*/
#topmenu{
	width:760px;
	margin: 0px;
	text-align: right;
	font-size: x-small;
	padding: 0px;
	float:right;
	background:#FFFFFF;
	}

#topmenu ul{
	margin: 0px;
	padding: 0px;
	}

#topmenu li{
	display:block;
	float:right;
	/*background-image: url(images/icon-txtmenu.gif);*/
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	}

#topmenu a:link{
	color:#666666;
	text-decoration:underline;
	}
#topmenu a:visited{
	color:#666666;
	text-decoration:underline;}
#topmenu a:hover{
	color:#666666;
	text-decoration:none;}
#topmenu a:active{
	color:#666666;
	text-decoration:none;}

/*	5列型グローバルナビゲーション	*/
#globalmenu5 {
	width:760px;
	margin:0 0 10px 0;
	padding-left: 0px;
	list-style-type: none;
	float: left;
}

#globalmenu5 ul {
	margin-left: 0px;
	padding-left: 0px;
}

#globalmenu5 a {
	display: block;
	padding-top: 10px; 
	padding-bottom: 10px;
	/* background-color: #ff9900; */
	background-image: url(images/globalbg152.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}

#globalmenu5 li {
	float: left;
	width: 152px;
	/*height: 72px;*/
	list-style-type: none;
}

#globalmenu5 a:hover {
	/*background-color: #ffcc33;*/
	background-image: url(images/globalbg152.gif);
	background-repeat: no-repeat;
	background-position: 0 -43px;
}


#localmenu {
	width:200px;
	margin-top :20px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style-type: none;
	/*border-top: 1px solid #ffffff;*/
	/*border-right: 1px solid #ffffff; */
	/*border-bottom: 1px solid #ffffff;*/
	float: left;
}

#localmenu ul {
	margin-left: 0px;
	padding-left: 0px;
}

#localmenu a {
	display: block;
	padding-top: 4px; 
	padding-bottom: 4px;
	/* background-color: #ff9900; */
	background-image: url(images/localbg200x72.gif);
	background-repeat: no-repeat;
	background-position: left top;
	/*border-left: 1px solid #ffffff;*/
	/*border-bottom: 1px solid #ffffff;*/
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #f0f0f0;
	height: 28px;
}

#localmenu li {
	float: left;
	width: 200px;
	/*height: 72px;*/
	list-style-type: none;
	margin-bottom: 8px;
}

#localmenu a:hover {
	/*background-color: #ffcc33;*/
	background-image: url(images/localbg200x72.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
}

#navBar {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	/*border-top: 1px solid #000000;*/
	width: 155px;
}

#navBar a {
	display: block;
	padding: 10px;
	/*background-color: #b1e0b4;*/
	background-color: #ffffff;
	color: #444444;
	text-decoration: none;
	font-size: 12px;
}

#navBar a:hover {
	background-color: #009933;
	/*background-color: #303030;*/
	color: #ffffff;
}

#navBar li {
	/* border-right: 1px solid #000000; */
	/* border-bottom: 1px solid #000000; */
	/* border-left: 1px solid #000000; */
}




/*ラッパー*/
#wrapper{
	width:760px;
	margin: 0 auto;
	text-align:left;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	/* background:url(images/contents-bg.gif) repeat-y top left; */
		  }

#wrapper-contents{
	width:760px;
	margin: 0 auto;
	text-align:left;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
	/*background:url(images/contents-bg2.gif) repeat-y top left;*/
		  }


/*ヘッダー*/	  
#header{ width:760px;
         height:230px;
		 background:#FFFFFF;
		 }

.yohaku20{ width:100%;
                height:20px;
				background:#FFFFFF;}

.yohaku_inf{ height:30px;}


/*左ボディ（TOPページ用）*/
#leftbody-top{ width:540px;
               float:left;
			   margin-left: 10px;
			   /*padding-right:10px;*/
		   }		  


/*右ボディ（TOPページ用）*/
#rightbody-top{ width:200px;
				text-align:left;
				/*clear:center;*/
				float:right;
				/*margin-right: 10px;*/
				}

#oshirase_fr {
	width:513px;
	height: 147px;
	margin-top:20px;
}

#oshirase_t {
	padding-left: 360px;
	padding-top: 15px;
	height:32px;
	background:url(images/oshirase01.jpg) no-repeat top left;
}

#oshirase_main {
	width:513px;
	height:74px;
	background:url(images/oshirase0203.jpg) no-repeat top left;
}

.whatsnew { width:476px;
			height:74px;
			padding-left:16px;
			padding-right:16px;
			overflow: auto;
}

#oshirase_tail {
	height:19px;
}

#sch {
	margin-top: 10px;
	margin-bottom: 20px;
}

/*左ボディ*/
#leftbody{ width:200px;
			/* height:600px; */
               float:left;
			/*   padding-left:20px; */
	/*background-color: #b1e0b4;*/
 		   }		  

/*右ボディ*/
#rightbody{ width:540px;
				float:right;
				margin-right:10px;
				overflow: auto;
				}

#pankuzu{ width:700px;
		  font-size:14px;
		  padding-left:10px;
		  margin-top: 10px;
		  margin-bottom: 10px;
		  }


#entrybody {
	width: 600px;
	padding-left:30px;
}


/*フッター*/			
#footer{ width:760px;
         height:72px;
		 clear:both;
		 text-align: center;
		 font-size:12px;
		 border-top:#999999 1px solid;
		 border-bottom:#999999 1px solid;
		 padding-top: 16px;
		 }		  




p {
	line-height:140%;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	/*text-indent: 1em;*/
}		  
   	  
p.add{ line-height:140%;
	   margin-left:5px;}	

p.news{ line-height:140%;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	   }	

p.description {
	font-size: 0.8em;
}

p.new{
	font-size:14px;
	text-indent:10px;
	font-weight: bold;
	margin-top: 3px;
}	  

p.policy{
	font-size:14px;
	text-indent:0;
}	  

p.system {
	margin-bottom:0px;
}	


ul {
	line-height:140%;
}	

ol {
	line-height:200%;
}	

ol.b {
	line-height:200%;
	font-weight: bold;
}

ol.n {
	line-height:140%;
}

ul.profile {
	margin-left:10px;
	padding-left:10px;
}

ul.new-entry{
	list-style-type:none;
	line-height:140%;
	margin-left : 10px;
	margin-right : 0px;
	padding-left : 0px;
	padding-right : 0px;
}

ul.submenu{
	line-height:220%;
	list-style-type:none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-weight: bold;
}


li.entry{
	text-indent:14px;
	/*background-image: url(images/redicon.gif);*/
	background-repeat: no-repeat;
	background-position: left;
	line-height: 140%;
	padding-top: 3px;
	font-size: 14px;
}


h2{
	font-size:1.2em;
	text-indent:30px;
	background:url(images/h2base.gif) top left no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
	margin-top:10px;
	/*border-bottom:#CCCCCC solid 1px;*/
	padding-top: 10px;
	padding-bottom: 0px;
	height: 56px;
	/*color: #eeeeee;*/
}	  

		   
h3{ background:url(images/h3base.gif) top left no-repeat;
	color:#444444;
	height: 40px;
    text-indent:40px;
	font-size:16px;
	padding-top:10px;
	}
	
h4{
/* background:url(images/mark.gif) top left no-repeat;*/
	margin-left:0px;
	padding: 5px 0 5px 10px;
	border-bottom:#CCCCCC solid 1px;
	font-size:1.2em;
	font-weight: bold;
	line-height: 160%;
}

h5 {
/*	border-left: 8px solid #cccccc;*/
	text-indent: 10px;
	font-size:1.0em;
	font-weight: bold;
}

.top_jump{ text-align:right;}


.yohaku16 {
	width:100%;
	height:16px;
	background:#FFFFFF;
}


table {
	border-collapse: collapse;
	border: 1px solid #333333;
	margin-left: 20px;
}

td {
	padding: 3px;
	border: 1px solid #333333;
	line-height:150%;
	padding-left: 10px;
}

td.right {
	text-align: right;
}

th {
	font-weight: normal;
	color: #ffffff;
	background-color: #009933;
	text-align: center;
	padding: 5px;
	border: 1px solid #444444;
	font-weight: bold;
}

.noborder {
	margin-left: 20px;
}

.noborder table {
	border-collapse: collapse;
	border: none;
	margin-left: 0px;
}

.noborder td {
	padding: 5px;
	border: none;
	vertical-algin: top;
}

.noborder th {
	font-weight: normal;
	background-color: #b1e0b4;
	text-align: left;
	padding: 5px;
	border: none;
}


.bigfont {
	font-size: 16px;
}

.letter2 {
	letter-spacing: 2em;
}

.letter05 {
	letter-spacing: 0.5em;
}

.gray {
	background-color: #cccccc;
}

img.left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

img.right {
	float:right;
	margin-left: 10px;
	margin-bottom: 20px;
}

img.right {
	float:right;
	margin-left: 10px;
	margin-bottom: 20px;
}

img.banner {
	margin-right: 10px;
	padding-right: 10px;
}


.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.photo {
	float: left;
	width: 160px;
	height: 160px;
	margin-left:10px;
	margin-bottom: 5px;
	background: url(images/photo.jpg) top left no-repeat;
}

.waku {
	width: 280px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 10px;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
	font-size: 14px;
	/*color: #888888;*/
	float:left;
}

.swaku {
	font-size: 12px;
	margin-bottom: 20px;
}

.swaku2 {
	font-size: 12px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.padding10 {
	padding-left: 10px;
}

.reverse {
	color: #ffffff;
	background: #04b694;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
		  
.member_entry {
	width: 520px;
	border: 1px solid #888888;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

.member_catch {
	border-bottom: 1px solid #888888;
	padding: 8px 10px 8px 10px;
	color: #ffffff;
	background-color: #009933;
	font-size: 16px;
	font-weight: bold;
}

.member_img {
	width: 192px;
	height: 144px;
	float: left;
}

.member_right {
	width: 327px;
	border-left: 1px solid #888888;
	overflow: auto;
	float: left;
}

.member_title {
	width: 307px;
	border-bottom: 1px solid #888888;
	padding: 10px 10px 10px 10px;
	float: left;
}

.member_address {
	width: 307px;
	border-bottom: 1px solid #888888;
	padding: 8px 10px 8px 10px;
	float: left;
	line-height: 140%;
}

.member_tel {
	width: 307px;
	border-bottom: 1px solid #888888;
	padding: 8px 10px 8px 10px;
	float: left;
}

.member_name {
	width: 307px;
	padding: 8px 10px 8px 10px;
	float: left;
}

.member_body {
	width: 307px;
	padding: 8px 10px 8px 10px;
	float: left;
	border-top: 1px solid #888888;
}

.rss-box {
	width: 497px;
	border: 2px solid #b1e0b4;
	padding: 8px;
}

ul.rss-items {
	margin-left:10px;
	padding-left:10px;
}

li.rss-item {
	line-height: 140%;
	padding-top: 3px;
	font-size: 12px;
	list-style-type: none;
	border-top: 1px solid #888888;
}

li.rss-item a {
	font-size: 14px;
}

.rss-date {
	color: #bb0000;
}

