@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------ */
/* 基本指定 */
/* ------------------------------------------------------------ */

html{
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); /* これで一瞬砂時計が出るのを回避（IE Only） */
	width: 100%;
	height: 100%;
}
* {
	color:#333;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Tahoma,Verdana, Helvetica, Arial, sans-serif,Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
body,td,th {
	color: #fff;
}
body {
	background-color: #fff;
	width: 100%;height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	color: #fff;
}

#content p.current{
	font-size: 10px;
	line-height: 20px;
	color: #0F4FA6;
	font-weight: bold;
	margin-left: 5px;
}
strong {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #ff4500;
}
li{
	list-style-type: none;
}
a {
	text-decoration: underline;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0em;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #000;
	filter: alpha(opacity=100);
  	-moz-opacity:1.00;
  	opacity:1.00;
}
#content{
	width: 1010px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: center;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
#content h1 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fd6201;
}
#content h2 {
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #290f15;
}
#content h2.sub {
	display: inline;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	padding-left: 3px;
	color: #000066;

	border-left: 5px solid #000066;
}
#content h2.admin {
	display: inline;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 3px;
	color: #000066;

	border-left: 5px solid #000066;
}
#content h3 {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
#content h4.shoukai {
	width: 120px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #2c1a10;
	float: left;
}
#content p {
	font-size: 15px;
	line-height: 25px;
	color: #000;
}
#content strong {
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	color: #000;
}
#wrapper {
	width: 1010px;
	height: auto;
	padding: 0px 0px 0px 0px;
	float: left;
}
#header {
	width: 100%;
	height: 270px;
	position: relative;
	float: left;
}
#header h1 {
	font-size: 8px;
	line-height: 15px;
	color: #999;
	font-weight: normal;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	text-align: left;
}
#header h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
	position: absolute;
	top: 50px;
	left: 180px;
	color: #000;
	border: none;
	width: 600px;
	text-align: center;
}
#header h2.news {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	position: absolute;
	top: 120px;
	left: 20px;
	color: #000;
	border: none;
	width: 750px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}
#header h3 {
	position: absolute;
	top: 15px;
	left: 10px;
	border: none;
}
#header h4 {
	width: 500px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	position: absolute;
	top: 200px;
	left: 145px;
	color: #000;
	border: none;
	text-align: center;
}
#header h4 a {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#header h4 a:hover {
	color: #0000ff;
}
#header h5 {
	width: 500px;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	position: absolute;
	top: 235px;
	left: 145px;
	color: #000;
	border: none;
	text-align: center;
}
#header #ban {
	width: 200px;
	height: 50px;
	position: absolute;
	top: 20px;
	right: 0px;
	float: left;
}
#header #ban a {
	width: 200px;
	height: 50px;
	margin-bottom: 0px;
}
#header #ban a img {
	float: right;
}
#header #ban a:hover {
	filter: alpha(opacity=80);
  	-moz-opacity:0.80;
  	opacity:0.80;
}
#newssites {
	position: absolute;
	right: 0px;
	top: 2px;
}
#newssites img{
	position: absolute;
	right: 5px;
	top: 13px;
}
#newssites a{
	font-size: 11px;
	color: #333;
	line-height: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin-right: 5px;
}
/* ----- メニュー ----- */
.menu{
	width: 1010px;
	height: 30px;
	position: absolute;
	top: 70px;
	left: 0px;
	margin-bottom: 0px;
	border: 0px solid #999;
}
.menu ul li{
	height: 30px;
	width: auto;
	display: block;
	color: #000;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	float: left;
	border-right: 2px solid #ddd;
}
.menu ul li a{
	height: 30px;
	width: auto;
	display: block;
	color: #779c3e;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: underline;
}
.menu ul li a:hover{
	text-decoration: none;
	color: #000;
}
/* ----- 左ボックス ----- */
#box_left {
	width: 748px;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
.box_small {
	width: 748px;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 30px;
	float: left;
	margin-left: 0px;
}
.box_small a {
	text-decoration: underline;
	font-size: 15px;
	line-height: 25px;
	color: #000099;
}
.box_ph {
	width: auto;
	height: auto;
	float: left;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	text-align: center;
}
.box_ph img {
	max-width: 396px;
	max-height: 296px;
	overflow: hidden;
	margin-top: 0px;
	padding: 1px;
	border: 1px solid #ccc;
}
#box_left .detail_box {
	width: 704px;
	height: auto;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #fee;
	float: left;
	border: 2px solid #caa;
}
#box_left .detail_box h3.details {
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
	width: 180px;
	float: left;
}
#box_left .detail_box p.details {
	font-size: 15px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	margin-left: 180px;
}
#box_left .detail_box a {
	text-decoration: underline;
	font-size: 15px;
	line-height: 25px;
	color: #000099;
	font-weight: bold;
}
.banner_area_wide {
	width: 730px;
	height: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
.banner_box_wide {
	width: 730px;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	float: left;
}
.banner_box_wide img {
	max-width: 730px;

}
/* ----- 右ボックス ----- */
#box_right {
	width: 200px;
	height: auto;
	padding: 0px;
	margin-bottom: 20px;
	float: left;
	word-wrap: break-word;
}
#box_right h2 {
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
}
#box_right h3 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	text-align: center;
}
#box_right h3 a {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
}
#box_right p{
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.05em;
	color: #1f1f1f;	
}
.link_box {
	width: 200px;
	height: auto;
	padding-top: 5px;
	margin-bottom: 10px;
}
.title_line {
	width: 180px;
	height: auto;
	padding: 5px 10px 5px 10px;
}
#box_right .title_line h3 {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: 0.00em;
	text-align: left;
	color: #004276;
	text-decoration: underline;
	background-color: transparent;
}
#box_right .title_line h3:hover {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
	color: #666;
}
.pic_box {
	width: 200px;
	max-height: 180px;
	text-align: center;
}
.pic_box img {
	max-width: 160px;
	max-height: 160px;
	overflow: hidden;
	margin-top: 0px;
	padding: 1px;
	border: 1px solid #ccc;

}
#box_right a {
	font-size: 11px;
	color: #000;
	line-height: 15px;
	letter-spacing: 0.05em;
}
#box_right a:hover {
	color: #0000ff;
}
#box_right a:visited {
	color: #999;
}
#box_right a.all {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	letter-spacing: 0.05em;
	float: right;
}
/* ----- 右上バナー ----- */
#right_top_banner {
	width: 200px;
	max-height: 400px;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	margin-bottom: 15px;
}
#right_top_banner .banner_rt {
	width: 200px;
	height: auto;
	padding: 0px;
	margin-bottom: 5px;
	float: left;
	text-align: center;

}
#right_top_banner .banner_rt img {
	max-width: 180px;
	height: auto;
	margin: 0px;
}

/* ----- サムネイル表示 ----- */
img {
     border: none;
}
.nbox {
	width: 200px;
	height: auto;
	background-color: #fff;
}
.nbox:hover{
	background-color: #eee;
}
.pbox {
	width: 190px;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-left: 8px;
	text-align: center;

}
.pbox img {
	width: 100px;
	height: auto;
	overflow: hidden;
	border: 3px solid #ccc;
}
.tbox {
	width: 180px;
	height: 42px;
	padding: 0px 5px 5px 5px;
	margin-left: 5px;
	float: left;
}
#content .tbox p {
	font-size: 10px;
	line-height: 20px;
	color: #555;
}
.titlebox {
	width: 180px;
	height: 20px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#content .titlebox h2 {
	font-size: 12px;
	font-weight: bold;
	color: #1f1f1f;
}
/* ----- フッター----- */
#footer {
	background-color: #fff;
	height: 60px;
	width: 100%;
	padding-top:15px;
	color: #2c1a10;
	font-size:11px;
	line-height: 30px;
	text-align:center;
	clear: both;
}
address {
	height: 20px;
	width: 1000px;
	position: center;
	padding-top: 15px;
	font-size: 11px;
	color: #999;
	text-align: center;
	background-color: #fff;
}
div#footerLine a{
	color: #2c1a10;
	font-size: 11px;
	margin-left: 10px;
	list-style: none;
}


 div.links{
	 	cursor: pointer;
	 }