/*-------------------------------------------------
  ハートムコンテンツ　スタイルシート
-------------------------------------------------*/

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: #42B32C;
	text-decoration: none;
}
.topichead a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

.topichea2d a:link, .topichead2 a:visited
{
	color: #42B32C;
	text-decoration: none;
}
.topichead2 a:hover
{
	color: #FFA500;
	text-decoration: underline;
}

/*-------------------------------------------------
  共通ヘッダー
-------------------------------------------------*/
#header
{
	display: block;
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
}

#headerbox
{
	width: 760px;
	height: 60px;
	margin: 10px 20px 0px 20px;
	background-color: #fff;
}

.logo
{
	float: left;
	width: 380px;
	height: 50px;
	text-align: left;
	margin-bottom: 10px;
}

.navi
{
	float: right;
	width: 380px;
	height: 50px;
	text-align: right;
	font-size: 12px;
	vertical-align: bottom;
	color: #666666;
	margin-bottom: 10px;
}	

/*-------------------------------------------------
  メイン・ボックス
-------------------------------------------------*/
#mainbox
{
	clear: both;
	display: block;
	width: 800px;
	height: auto;

	margin: 0 auto;
	background-color: #ffffff;
	border-top: solid 1px #457457;
	text-align: left;
	vertical-align: baseline;
}

/*-------------------------------------------------
  サイド・メニュー・ボックス
-------------------------------------------------*/
#sidemenubox
{
	float: left;
	width: 190px;
	height: auto;
	margin-left: 2px;
	border: 1px solid #204D1A;
	color: #666666;
	background-color: #ECF4E0;
}

.pagename
{
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #587953;
	background-image: url(image/pagename.gif);
}

.pagename a:link, .pagename a:visited
{
	color: #fff;
	text-decoration: none;
}

.pagename a:hover
{
	color: #fff;
	text-decoration: underline;
}

#menulist
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: auto;
	height: auto;
	border-top: 1px dotted #204D1A;
	font-size: 12px;
	background-color: #F9FEF0;
}

#menulist a:link, #menulist a:visited
{
	display: block;
	padding: 10px 10px 10px 30px;
	color: #000000;
	text-decoration: none;
	background-image: url(image/s_arrow.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.gif);
	background-repeat: no-repeat;
	background-color: #ECF4E0;
	background-position: 12px;
}

#menulist li
{

	border-bottom: 1px dotted #204D1A;

}

#searchbox
{
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 12px;
	font-size: 10px;
}

/*-------------------------------------------------
  サイト内リンク・ボックス
-------------------------------------------------*/
.sitenavi
{
	margin: 0px 0px -15px 0px;
	padding: 0;
}

#inlink
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: auto;
	height: auto;
	border-top: 1px dotted #204D1A;
	font-size: 12px;
	background-color: #ECF4E0;
}

#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: #ffffff;
}

#inlink li
{

	border-bottom: 1px dotted #204D1A;

}

/*-------------------------------------------------
  コンテンツ・ボックス
-------------------------------------------------*/
#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 #8BBD88;
}

.catdesc
{
	color: #000099;
	font-size: 12px;
	width: auto;
}


.links
{
	color: #666666;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#topicbox
{
	float: left;
	width: auto;
	height: auto;
	color: #666666;

}

.topichead
{
	width: 450px;
	text-align: left;
	font-size: 12px;
	color: #42B32C;
	margin-top: 8px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
}

.topichead2
{
	width: 450px;
	text-align: left;
	font-size: 12px;
	color: #42B32C;
	margin-top: 8px;
	margin-bottom: 5px;
	padding-left: 15px;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
}

.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;
}

.topicdesc
{
	width: auto;
	text-align: left;
	font-size: 10px;
	line-height: 150%;
 	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted gray;
}

.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;
}

/*-------------------------------------------------
  フォームメール用
-------------------------------------------------*/
input,textarea,select
{
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
	padding: 2px;
}

td
{
	border-bottom: 1px solid #cccccc;
	padding-left: 5px;
}

th
{
	border-bottom: 1px solid #cccccc;
	border-left: 6px solid #cccccc;
	background-color: #f3f3f3;
	padding: 0px 5px 0px 5px;
}	

.form-preview {
   width: 400px;
   border: 1px solid #666666;
}
.form-name {
   border: 1px solid #CCCCCC;
   background-color: #EEEEEE;
   width: 120px;
}
.form-value {
   border: 1px solid #CCCCCC;
}
.formerror {
   font-weight:bold;
   color:red;
}
.form-notice {
   font-weight:bold;
   color:#FF3300;
}