@charset "Shift_JIS";

/*-------------------- メインテーブル --------------------*/

.tb-main{
	padding-right: 1px;
	width : 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color : #ffffff;
}


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

.hpb-head {
	margin-left: auto;
	margin-right: auto;
}


/*-------------------- element type --------------------*/

a:link {
	color: #007f3a;
	text-decoration: none;
}


a:visited {
	color: #007f3a;
	text-decoration: none;
}


a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	background-color: #e7e2d2;
	text-align: center;
	margin: 2px;
}


h1 {
	color: #608558;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 140%;
	font-weight: bold;
}

h2 {
	color: #608558;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 135%;
	font-weight: bold;
}


h3 {
	color: #608558;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 125%;
	font-weight: bold;
}

h4 {
	color: #608558;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 119%;
	font-weight: bold;
}


h5 {
	color: #608558;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 110%;
	font-weight: bold;
}


h6 {
	color: #608558;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 100%;
	font-weight: bold;
}


ADDRESS {
	text-align: center;
	font-size : 80%;
	font-weight : bold;
	font-style : italic;
	font-family: Verdana,Tahoma, sans-serif;
	font-weight : normal;
}


blockquote {
	color: #0d9b34;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-left: 15px;
}


p {
	color: #608558;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}


ul {
	color: #608558;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	list-style-image : url(img/01bul05.gif);
	list-style-position: outside;
	list-style-type: none;
}


th {
	color: #608558;
	background-color: #d0dec2;
	border-color: #608558 #608558 #608558 #608558;
	border-style: solid solid solid solid;
	border-width: 0px 1px 1px 0px;
	font-size: 90%;
}


/* ----------  フッター  ------------- */

.foot {
	color: #608558;
	background-color: #8AC836;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	text-align : center;
}


/*---------- デザインテーブル --------------*/

.tb-green2 {
	font-size : 90%;
	text-align: left;
	font-weight : normal;
	padding-left : 5px;
	vertical-align: middle;
	height : 24px;
	background-color : #E6E9D3;
	line-height : 150%;
	border-bottom-width : 1px;
	border-bottom-color : #377131;
	border-bottom-style : solid;
}


/* ----------  text デザイン  ------------- */

.tb-text1{
	font-size : 90%;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	line-height : 150%;
}


.waku-cell2 {
	font-size : 90%;
	line-height : 150%;
	padding: 14px;
	border: 1px dashed #608558;
}


.waku-cell1 {
	font-size : 90%;
	line-height : 150%;
	padding: 14px;
	border: 1px solid #608558;
}


.waku-cell3 {
	font-size : 95%;
	line-height : 200%;
}


/* ----------  リスト  ------------- */

.list-1{
	font-size: 90%;
	line-height : 200%;
	padding: 14px;
	text-align : left;
}


.list-3{
	font-size: 90%;
	line-height : 150%;
	padding-top : 6px;
	padding-bottom : 6px;
}


/* ----------  メニュー  ------------- */

#menu {
	width: 850px;     /* --（メニュー1個の幅「121」×メニューの数「7」）＋メニュー仕切りラインの本数「6」＝「847」-- */
	height: 31px;     /* -- #menu pの高さ「17」＋#menu pのpadding上下値をたした値「14」＝「31」 -- */
	clear: both;
	font-size : 95%;
}

#menu p {
	width: 120px;
	height: 17px;
	background-color: #F3FEE3;
	border-right: 1px solid #8AC836;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding: 7px 0 7px 0;
	float:left;
}


#menu p#on {
	background-color: #8AC836;
}


#menu p#no {   /* ----------　右側にボーダーがなし 　---------- */
	border: none;
	width: 124px;
}


#menu p#onno {   /* ----------　右側にボーダーがなし 　---------- */
	background-color: #8AC836;
	border: none;
}

#menuline {
	height: 5px;
	background-color: #8AC836;
}

