@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/*コンテナ
---------------------------------------------------------------------------*/
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダ
---------------------------------------------------------------------------*/
header {
	width: 100%;
	height: 130px;
	position: relative;
}
header h1 {
	font-weight: normal;
	color: #0b750b;
	background-color: #fff;
	font-size: 10px;
	text-align: right;
	line-height: 18px;
}
header #logo {
	position: absolute;
	left: 10px;
	top: 38px;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
header nav#menubar ul {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #214b08;
	height: 40px;
	width: 100%;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#497b1a), to(#214b08));
	background-image: -webkit-linear-gradient(#497b1a, #214b08);
	background-image: linear-gradient(#497b1a, #214b08);
	padding-left: 20px;
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
}
/*メニュー１個ごとの設定*/
header nav#menubar ul li {
	float: left;
	border-right: 1px solid rgba(255,255,255,0.3);
}
header nav#menubar ul li a {
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-right: 20px;
	padding-left: 20px;
}
header nav#menubar ul li a:hover {
	background-color: #548d1e;
	color: #FFF;
}
/*１個目のメニューの線の設定*/
header nav#menubar ul li:first-child {
	border-left: 1px solid rgba(255,255,255,0.3);
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	padding-top: 20px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 700px;
}
#main section > h1,
#main article > h1 {
	background-color: #214b08;
	border-radius: 6px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#497b1a), to(#214b08));
	background-image: -webkit-linear-gradient(#497b1a, #214b08);
	background-image: linear-gradient(#497b1a, #214b08);
	-webkit-box-shadow: 0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
	font-size: 100%;
	color: #FFF;
	padding: 3px 0px 3px 15px;
	clear: both;
}
#main section > h2,
#main article > h2 {
	font-size: 100%;
	border-bottom: 1px solid #CCC;
	border-left: 3px solid #214b08;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #214b08;
	padding: 0px 0px 0px 5px;
	clear: both;
}
#main section > h3,
#main article > h3 {
	font-size: 100%;
	border-bottom: 1px solid #CCC;
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #214b08;
	padding: 0px 0px 0px 5px;
	clear: both;
}
#main p {
	padding: 0.5em 10px 1em;
}

/*右側ブロック
---------------------------------------------------------------------------*/
#right {
	float: right;
	width: 240px;
}
#right h1 {
	border: 1px solid #CCC;
	border-radius: 6px 6px 0 0;
	font-size: 100%;
	text-align: center;
	padding: 5px 0px;
	background-color: #e3e3e3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);
	background-image: linear-gradient(#FFF, #e3e3e3);
}

/*フッタ設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 2px;
}
footer a {
	text-decoration: none;
}

/*「お知らせ」
---------------------------------------------------------------------------*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;
	max-height: 150px;
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 8em;
}
/*内容設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	color: #FFF;
	font-size: 10px;
	opacity:0.5;
	text-decoration: none;
	text-align: center;
	width: 12em;
	letter-spacing: 0.1em;
}
#pagetop:hover {
	opacity:1;
}

/*ボタンの設定*/
input[type="submit"],
input[type="button"]:not(.msgButton):not(.btn),
input[type="reset"],
button:not(.msgBoxBackGround) {
	width: 150px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #999;
	border-radius: 30px;
	background-color: #e9f7f6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);
	background-image: linear-gradient(#FFF, #e3e3e3);
	-webkit-box-shadow:  0px 2px 5px #bebebe;
	box-shadow: 0px 2px 5px #bebebe;
}
input[type="submit"]:hover,
input[type="button"]:hover:not(.msgButton):not(.btn),
input[type="reset"]:hover,
button {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#FFF));
	background-image: -webkit-linear-gradient(#e3e3e3, #FFF);
	background-image: linear-gradient(#e3e3e3, #FFF);
}

/*その他
---------------------------------------------------------------------------*/
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
img {
	max-width: 100%;
	height: auto;
}
