/*-------------------------------------------------
  ハートムサイト　スタイルシート
-------------------------------------------------*/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #C3C3C3;
}

/*-------------------------------------------------
  リンク要素
-------------------------------------------------*/
/* Links */

.navi a:link, .navi a:visited
{
	color: #666666;
	text-decoration: none;
}

.navi a:hover
{
	color: #0066ff;
	text-decoration: underline;
}

.topichead a:link, .topichead a:visited
{
	color: #1B9F01;
	text-decoration: none;
}
.topichead a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.menu a:link, .menu a:visited
{
	display: block;
	color: #666666;
	text-decoration: none;
}
.menu a:hover
{
	display: block;
	color: #0000FF;
	text-decoration: underline;
}

.lastmenu a:link, .lastmenu a:visited
{
	display: block;
	color: #666666;
	text-decoration: none;
}
.lastmenu a:hover
{
	display: block;
	color: #0000FF;
	text-decoration: underline;
}

/*-------------------------------------------------
  共通ヘッダー
-------------------------------------------------*/
#header
{
	display: block;
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
}

#headerbox
{
	width: 760px;
	height: 55PX;
	margin: 10px 20px 0px 20px;
	background-color: #fff;
}

.logo
{
	float: left;
	width: 380px;
	height: 50px;
	text-align: left;
	margin-bottom: 10px;
}

.navi
{
	margin-right: 0;
	padding-right: 0;
	float: right;
	width: 380px;
	height: 50px;
	text-align: right;
	font-size: 12px;
	vertical-align: bottom;
	color: #666666;
	margin-bottom: 10px;
	list-style-type: none;

}	

.navi li
{
	float: left;
	width: 80px;
}

/*-------------------------------------------------
  トップ・イメージ（トップページのみ）
-------------------------------------------------*/
#topimg
{
	clear: both;
	display: block;
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: right;

}

.topimg
{
	width: 760px;
	height: 220px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url(image/headphoto.jpg);
	background-repeat: no-repeat;
}

/*-------------------------------------------------
  メイン・ボックス
-------------------------------------------------*/
#mainbox
{
	display: block;
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
}

#mainbox2
{
	clear: both;
	display: block;
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	text-align: left;
	vertical-align: baseline;
}

/*-------------------------------------------------
  トピック・ボックス（トップページ）
-------------------------------------------------*/
#topicbox
{
	float: left;
	width: 450px;
	height: auto;
	color: #666666;
	margin-right: 0px; 
	margin-bottom: 20px;
	margin-left: 20px;
}

/* IE6対策 */
* html #topicbox
{
	float: left;
	width: 430px;
	height: auto;
	color: #666666;
	margin-right: 10px; 
	margin-bottom: 20px;
	margin-left: 10px;
}

#topiclogo
{
	width: 450px;
	height: 30px;
}

#topicexp
{
	width: 450px;
	height: auto;
	padding: 0;
	margin: 0;
}
.topicexp
{
	font-size: 10px;
	color: #555555;
	background-color: #E7F6CD;
	border-top: 0px;
	border-right: 1px solid #73BE1E;
	border-bottom: 1px solid #73BE1E;
	border-left: 1px solid #73BE1E;
	padding: 3px 0px 3px 3px;
}

.topichead
{
	width: 450px;
	text-align: left;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin-top: 8px;
	margin-top: 15px;
	padding-left: 15px;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
}

.topichead2
{
	width: 450px;
	text-align: left;
	font-size: 12px;
	color: #1B9F01;
	margin-top: 8px;
	margin-bottom: 15px;
	padding-left: 15px;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
}

.topicdesc
{
	width: 435px;
	text-align: left;
	font-size: 10px;
	line-height: 10px;
	color: #999999;
 	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 3px;
	margin-bottom; 20px;
	border-bottom: 1px solid gray;
	background-image: url(image/topicbk_b.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.catname
{
	width: 435px;
	font-size: 10px;
	line-height: 10px;
	color: #666666;
	padding-left: 15px;

}

/*-------------------------------------------------
  メニュー・ボックス（トップページ）
-------------------------------------------------*/
#menubox
{
	float: right;
	width: 290px;
	height: auto;
	color: #666666;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* IE6対策 */
* html #menubox
{
	float: right;
	width: 290px;
	height: auto;
	color: #666666;
	margin-right: 10px;
	margin-left: -10px;
	margin-bottom: 20px;
}

#aboutlogo
{
	width: 290px;
	height: 30px;
	margin-bottom: -1px;
	background-color: #F3F6E8;
}

#activlogo
{
	width: 290px;
	height: 30px;
	margin-bottom: -1px;
	background-color: #F3F6E8;
}

/*-------------------------------------------------
  大きな木（トップページ）
-------------------------------------------------*/

#okinakibtn a
{
	width: 290px;
	height: 80px;
	margin-bottom: 10px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(image/ookinaki_btn.gif);
	background-repeat: no-repeat;
	background:position: left top;
}
/*-------------------------------------------------
  大きな木（ここまで）
-------------------------------------------------*/
/*-------------------------------------------------
  サポーター（トップページ）
-------------------------------------------------*/

#sptbtn a
{
	width: 290px;
	height: 60px;
	margin-bottom: 10px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(image/spt_btn.gif);
	background-repeat: no-repeat;
	background:position: left top;
}
/*-------------------------------------------------
  サポーター（ここまで）
-------------------------------------------------*/

/*-------------------------------------------------
  仕事人（トップページ）
-------------------------------------------------*/

#sgtnbtn a
{
	width: 290px;
	height: 60px;
	margin-bottom: 10px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(image/sgtn_bn.gif);
	background-repeat: no-repeat;
	background:position: left top;
}
/*-------------------------------------------------
  仕事人（ここまで）
-------------------------------------------------*/

/*-------------------------------------------------
  茶の間（トップページ）
-------------------------------------------------*/

#chnmbtn a
{
	width: 290px;
	height: 60px;
	margin-bottom: 10px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(image/chanm_bn.gif);
	background-repeat: no-repeat;
	background:position: left top;
}
/*-------------------------------------------------
  茶の間（ここまで）
-------------------------------------------------*/

#kokutilogo
{
	width: 290px;
	height: 30px;
	background-color: #F3F6E8;
	margin: 0;
	padding: 0;
}

.menucont
{
	width: 288px;
 	margin-bottom: 10px;
	border-top: 1px dotted #F3F6E8;
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
	background: #F3F6E8;
}

.menu
{
	text-align: left;
	line-height: 150%;
	margin: 5px 5px 0px 10px;
	padding-left: 20px;
	font-size: 12px;
	background-image: url(image/s_arrow.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dashed gray;
}

.lastmenu
{
	text-align: left;
	line-height: 150%;
	margin: 5px 5px 0px 10px;
	padding-left: 20px;
	font-size: 12px;
	background-image: url(image/s_arrow.gif);
	background-repeat: no-repeat;
}

.topcatlist
{
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0;
	list-style-type: none;
	width: auto;
	height: auto;
	border-top: 1px dotted #666666;
	font-size: 12px;
}

.topcatlist a:link, .topcatlist a:visited
{
	display: block;
	padding: 3px 0px 3px 30px;
	color: #666666;
	text-decoration: none;
	background-image: url(image/s_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}

.topcatlist a:hover
{
	display: block;
	padding: 3px 0px 3px 30px;
	color: #666666;
	text-decoration: underline;
	background-image: url(image/s_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	background-color: #ffffff;
}

.topcatlist li
{
	border-bottom: 1px dotted #666666;
}

#kokuticont
{
	width: 288px;
 	margin-bottom: 10px;
	/*border-bottom: 1px dotted gray;*/
	border-right: 1px dotted gray;
	border-left: 1px dotted gray;
	background: #F3F6E8;
}

.kokutihead
{
	text-align: left;
	margin: 0px 5px 0px 5px;
	padding: 5px 0px 0px 15px;
	font-size: 12px;
	line-height: 12px;
	background-image: url(image/kokuti_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.kokutihead a:link, .kokutihead a:visited
{
	color: #0033cc;
	text-decoration: none;
}

.kokutihead a:hover
{
	color: red;
	text-decoration: underline;
}

.kokutidesc
{
	text-align: left;
	padding: 5px 5px 5px 10px;
	font-size: 10px;
	line-height: 12px;
	border-bottom: 1px dotted gray;
}

/*-------------------------------------------------
  リンク・コンテナ
-------------------------------------------------*/
#linkbox
{
	width: 290px;
	height:auto;
	background-color: #F2F2F2;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border: solid 1px #D8D8D8;
}

/* リンクボタン */
.linkbtn
{
	width: 270px;
	height: 30px;
	margin: 10px 10px 10px 10px;

}

/*-------------------------------------------------
  サイドメニュー
-------------------------------------------------*/
#sidemenubox
{
	float: left;
	width: 190px;
	height: auto;
	margin-left: 2px;
	border: 1px solid #6D6C2D;
	color: #666666;
	background-color: #E6E5B6;
}

.pagename
{
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #587953;
	background-image: url(image/pagename_kt.gif);
}

.pagename a:link, .pagename a:visited
{
	color: #fff;
	text-decoration: none;
}

.pagename a:hover
{
	color: #fff;
	text-decoration: underline;
}

.itemmenu
{
	text-align: center;
	padding: 5px;
	margin-top: 15px;
	color: #ffffff;
	font-size: 12px;
	background-color: #ADAC91;
}
.itemlink
{
	font-size :10px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #EDECD1;
}

.itemlink a:link, .itemlink a:visited
{
	text-decoration: none;
}
.itemlink a:hover
{
	text-decoration: underline;
}
.itemlink li
{
	border-bottom: 1px solid #ffffff;
}

#calender
{
	width: auto;
	padding: 10px;
	font-size: 12px;
	text-align:center;
	background-color: #EDECD1;
}

#menulist
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: auto;
	height: auto;
	border-top: 1px dotted #6D6C2D;
	font-size: 12px;
	background-color: #F3F6E8;
}

#menulist a:link, #menulist a:visited
{
	display: block;
	padding: 10px 10px 10px 30px;
	color: #000000;
	text-decoration: none;
	background-image: url(image/s_arrow_ac.gif);
	background-repeat: no-repeat;
	background-position: 12px;
}

#menulist a:hover
{
	display: block;
	padding: 10px 10px 10px 30px;
	color: #000000;
	text-decoration: underline;
	background-image: url(image/s_arrow_ac.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	background-color: #F4EBE0;
}

#menulist li
{

	border-bottom: 1px dotted #6D6C2D;

}

#searchbox
{
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 12px;
	font-size: 10px;
}

#spacebox
{
	display: block;
	float: left;
	width: auto;
	height: 100px;
	background-color: #fff;
}

/*-------------------------------------------------
  サイドナビゲーション
-------------------------------------------------*/
.sitenavi
{
	margin: 0px 0px -15px 0px;
	padding: 0;
}

#inlinkbar
{
	margin-left: 0;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
	border-bottom: 1px solid #6D6C2D;
	font-size: 12px;
	background-color: snow;
}

#inlink
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: auto;
	height: auto;
	border-top: 1px dotted #6D6C2D;
	font-size: 12px;
	background-color: #E6E5B6;
}

#inlink a:link, #inlink a:visited
{
	display: block;
	padding: 0px 0px 0px 25px;
	color: #666666;
	text-decoration: none;
	background-image: url(image/go_arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px;
}

#inlink a:hover
{
	display: block;
	padding: 0px 0px 0px 25px;
	color: blue;
	text-decoration: underline;
	background-image: url(image/go_arrow.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	background-color: snow;
}

#inlink li
{

	border-bottom: 1px dotted #6D6C2D;

}

#inlinkbar li
{

	border-top: 0;
	border-bottom: 1px solid #6D6C2D;

}

/*-------------------------------------------------
  コンテンツ
-------------------------------------------------*/
#contbox
{
	float: right;
	width: 560px;
	height: auto;
	color: #666666;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
}

#cattitle
{
	display: block;
	width: auto;
	height: auto;
	color: #666666;
	font-size: 16px;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(image/cattitle.gif);
	background-repeat: no-repeat;
	border-bottom: 2px solid #F3A876;
}

.catdesc
{
	color: #000099;
	font-size: 12px;
}

#topicbox
{
	float: left;
	width: auto;
	height: auto;
	color: #666666;

}

.topicdesc2
{
	width: 435px;
	text-align: left;
	font-size: 12px;
 	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid gray;
}

.searchitem
{
	width: 450px;
	text-align: left;
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 10px;
	padding-left: 15px;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
}

.gotop
{
	float: left;
	width: 120px;
	margin-top: 5px;
	color: #9999cc;
	font-size: 10px;

}

.goback
{
	float:right;
	width: 120px;
	margin-top: 5px;
	text-align: right;
	color: #9999cc;
	font-size: 10px;
}

.error
{
	padding: 30px;
}

/*-------------------------------------------------
  フッター
-------------------------------------------------*/
#footer
{
	clear: both;
	display: block;
	width: 800px;
	height: auto;
	margin: 0 auto;
	background: #ffffff;
	color: #666666;
	border-top: solid 2px #C3C3C3;
}

.copyrights
{
	width: 760px;
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(image/copy-disk.gif);
	background-repeat: no-repeat;
}

/*-------------------------------------------------
  サーチボックス
-------------------------------------------------*/
#searchbox
{
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 12px;
	font-size: 10px;
}

input,textarea,select
{
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
	padding: 2px;
}
