/*---------------------------------------------*/
/* 全体設定 */
/*---------------------------------------------*/
@CHARSET "UTF-8";

/**
 * リストスタイル解除設定
 */
li {
  list-style:none;
  line-height:1.3;
}

div.contents {
    text-align: center;
}

/*---------------------------------------------*/
/* タイトル部分設定 */
/*---------------------------------------------*/
div.title {
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border-width: 0;
	width: 950px;
	text-align: left;
}

h1 {
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding-left: 75px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 3px #FFCC00 solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #F2F2F2;
	background-image: url(../img/gorou.gif);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	font-size: 150%;
	color: #000066;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
}

/*---------------------------------------------*/
/* コンテンツ部分設定 */
/*---------------------------------------------*/
div.main {
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	border-width: 0;
	width: 950px;
	text-align: left;
}

div.dateInfo {
	margin-left: 10px;
}

p.explanation {
	margin-left: 10px;
}

h2 {
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px #F5CB99 solid;
	border-bottom: 1px #F5CB99 solid;
	border-left: 1px #F5CB99 solid;
	border-right: 1px #F5CB99 solid;
	background-color: #FFF5D7;
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 120%;
	color: #330000;
	font-weight: bold;
	text-align: left;
	line-height: 130%;
	clear: both;
}

/*---------------------------------------------*/
/* 分類メニュー */
/*---------------------------------------------*/
ul.box1 {
	padding: 0px;
}

ul.box1:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "";
}

/** ボタン */
ul.box1 li.menulist {
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #D3ECFF;
	font-size: 90%;
	background-image: url(../img/link.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	width: 285px;
	float: left;
}

ul.box1 li.menulist_non {
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #E0E0E0;
	font-size: 90%;
	width: 285px;
	float: left;
}

ul.box1 li.menulist:hover {
  color : #ff0000;
  background-color:#00BFFF;
}

a {
	width: 100%;
	height: 100%;
}
/** ボタンマウスオーバー設定*/
a:hover {
  color : #ff0000;
  background-color:#00BFFF;
}

/** リンクマウスオーバー設定*/
a.hoverLink {
  font-size: 90%;
}
