/*-------------------------------------------------
  ハートムコンテンツ　スタイルシート
-------------------------------------------------*/

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 #1F205A;
	text-align: left;
	vertical-align: baseline;
}

/*-------------------------------------------------
  サイド・メニュー・ボックス
-------------------------------------------------*/
#sidemenubox
{
	float: left;
	width: 190px;
	height: auto;
	margin-left: 2px;
	border: 1px solid #1F205A;
	color: #666666;
	background-color: #E0E9F4;
}

.pagename
{
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #587953;
	background-image: url(image/pagename_ab.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 #1F205A;
	font-size: 12px;
	background-color: #F2F6FB;
}

#menulist a:link, #menulist a:visited
{
	display: block;
	padding: 10px 10px 10px 30px;
	color: #000000;
	text-decoration: none;
	background-image: url(image/s_arrow_ab.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_ab.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	background-color: #E0E9F4;
}

#menulist li
{

	border-bottom: 1px dotted #1F205A;

}

#searchbox
{
	margin: 0 0 10px 0;
	padding: 0px 0px 0px 12px;
	font-size: 10px;
}

#spacebox
{
	display: block;
	float: left;
	width: auto;
	height: 200px;
	background-color: #E0E9F4;
}

/*-------------------------------------------------
  サイト内リンク・ボックス
-------------------------------------------------*/
.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 #1F205A;
	font-size: 12px;
	background-color: #E0E9F4;
}

#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 #1F205A;

}

/*-------------------------------------------------
  コンテンツ・ボックス
-------------------------------------------------*/
#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 #4E509C;
}

.catdesc
{
	color: #000099;
	font-size: 12px;
	width: auto;
}

#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: 15px;
	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: 12px;
	line-height: 150%;
 	padding-left: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted gray;
}

.map
{
	width: 450px;
	border: 1px solid #D8D8D8;
}

.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;
}
