/*-------------------------------------------------
  「お知らせページ」スタイルシート
-------------------------------------------------*/

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;
}

.topichead3 a:link, .topichead3 a:visited
{
	color: #666666;
	text-decoration: none;
}
.topichead3 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;
}	

/*-------------------------------------------------
  メインボックス
-------------------------------------------------*/
#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;
}

/*-------------------------------------------------
  サイドメニュー
-------------------------------------------------*/
#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
{
	margin-left: 0;
	width: auto;
	height: auto;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #ffffff;
}

.itemlink a:link, .itemlink a:visited
{
	text-decoration: none;

}
.itemlink a:hover
{
	text-decoration: underline;

}

#calendar
{
	width: auto;
	margin: 0 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: snow;
}

#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;

}

.topichead
{
	width: 530px;
	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: 530px;
	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;
}

.topichead3
{
	width: 530px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 20px;
	border-left: 5px solid #666666;
	border-bottom: 1px solid #666666;
	background-image: url(image/s_arrow_ac.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

.topichead4
{
	width: 530px;
	text-align: left;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 5px;
	border-left: 5px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #F3F3F3;
}

.searchitem
{
	width: 530px;
	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: 530px;
	text-align: left;
	font-size: 12px;
	line-height: 150%;
 	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom:10px;
	border-bottom: 1px dotted #666666;
}

.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;
}
.si a:link, .si a:visited
{
	display: block;
	color: red;
	font-size: 14px;
	font-weight: bolder;
	padding: 5px;
	border: 2px solid red;
	background-color: yellow;
}
/*-------------------------------------------------
  フッター
-------------------------------------------------*/
#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;
}

/* Calendar */

table.calendar {background-color:#fff;border-collapse: collapse;font-family:sans-serif;border:1px solid #ddd;}
table.calendar caption {color:#666;letter-spacing:2px;padding:4px;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px;}
table.calendar th {text-align:center;}
table.calendar td {text-align:right;color:#666;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffff00;}
td.holiday {background-color:#ffcccc;}