@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 10pt;
	line-height: 1.4;
}
li.news {
	background-image: url(img/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	list-style-type: none;
}
li.tm {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	list-style-type: none;
}
li.bottom {
	background-image: url(img/li_bottom.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	list-style-type: none;
}
.container {
	width: 960px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}
.content {
	width: 730px;
	float: left;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.cell {
	width: 270px;
	float: left;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome */
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 180px;
}
.cell_announce {
	width: 580px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome */
	-moz-border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 100px;
	float: right;
}
.cell_l {
	width: 270px;
	float: left;
	overflow: hidden;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome */
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 180px;
	background-image: url(img/top/cell_l.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.cell_r {
	width: 270px;
	float: left;
	overflow: hidden;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome */
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 180px;
	background-image: url(img/top/cell_r.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.cell_c {
	width: 270px;
	float: left;
	background: rgb(255,255,255);
	overflow: hidden;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome */
	-moz-border-radius: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 180px;
	background-image: url(img/top/cell_c.JPG);
	background-repeat: no-repeat;
	background-position: center center;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
a img { 
	border: none;
}
h1 {
	font-size: 1.4em;
	color: #153A1C;
}
h1.top {
	color: #2C522B;
	margin-bottom: 2pt;
	font-size: 10pt;
	font-weight: bold;
}
h2{
	color: #153A1C;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #95D46E;
	border-left-color: #95D46E;
	margin-top: 0;
	margin-right: -15px;
	margin-bottom: 15px;
	margin-left: -12px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 95%;
}

.content p a:link {
	color: #426148;
}

/*画像の囲み点線を消す*/
a:focus{
outline:none;
}
/*画像の囲み点線を消す end*/
a{
	color: #153A1C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: underline;
}
a[target="_blank"] {
	background: url(img/link.gif) no-repeat right center;
	padding-right: 2px;
	}
.content a[target="_blank"] {
	background: url(img/link.gif) no-repeat right center;
	padding-right:14px;
	}	
.cell a[target="_blank"] {
	background: url(img/link.gif) no-repeat right center;
	padding-right:14px;
	}
.header {
	height: 111px;
	width: 960px;
	padding-top: 10px;
}
.header_top {
	height: 90px;
	width: 960px;
	padding-top: 10px;
}
.header_top2 {
	height: 120px;
	width: 900px;
	padding-top: 10px;
	position: relative;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
}

p#modified {
	font-size: 10px;
	color: #666;
	text-align: right;
}

.sidebar {
	float: left;
	width: 180px;
	padding-bottom: 20px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.9);
	overflow: hidden;
	border-radius: 10px;        /* CSS3 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome */
	-moz-border-radius: 10px;   /* Firefox用 */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 20px;
}


/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ フッタースタイル ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	text-align: center;
	font-size: 12px;
	border-top-width: 0.5px;
	border-top-style: dotted;
	border-top-color: #063;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、.footer が .container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (.container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*menu*/
.home {
	width: auto;
	height: auto;
}
.home li {
	list-style-type: none;
}
.menu li {
	list-style-type: none;
}
/*.home li a  {
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 20px;
	display: block;
	position: relative;
	font-size: 1.2em;
	font-weight: bold;
	color: #336699;
	background-image: url(img/home.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.home > li > a:hover, .home > li > a.active {
	color: #F60;
	background-image: url(img/home2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}*/

.menu {
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(87,114,92,0.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(87,114,92,0.73),0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(87,114,92,0.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.menu > li > a {
	/*background-color: #339933;*/
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #99CC99 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#99CC99));
	background: -webkit-linear-gradient(top, #ffffff 1%,#99CC99 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#99CC99 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#99CC99 100%);
	background: linear-gradient(top, #ffffff 1%,#99CC99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#99CC99',GradientType=0 );
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 1px 0px 0px #CCCCCC;
	-moz-box-shadow: inset 0px 1px 0px 0px #CCCCCC;
	box-shadow: inset 0px 1px 0px 0px #CCCCCC;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 0.5em;
	display: block;
	position: relative;
	/*font-weight: 600;*/
	color: #153A1C;
	font-size: 14px;
	/*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	 [disabled]border-bottom-width: 0.5px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #999999; */
	text-decoration: none;
}
.menu ul li a {
	/* [disabled]border-bottom: 0.5px solid #efeff0; */
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 1em;
	display: block;
	position: relative;
	font-size: 1em;
	/*font-weight: 400;*/
	color: #333333;
	text-decoration: none;
}
.menu ul li#now a {
	/* [disabled]border-bottom: 0.5px solid #efeff0; */
	/*width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 1em;
	display: block;
	position: relative;
	font-size: 1em;
	font-weight: 400;*/
	color: #339933;
}
/*.menu ul li:last-child a {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}*/
.menu ul li a[target="_blank"] {
	background-image: url(img/link.gif);
	background-repeat: no-repeat;
	background-position: 165px center;
	}
.menu > li > a:hover, .menu > li > a.active {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #009933 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#009933));
	background: -webkit-linear-gradient(top, #ffffff 1%,#009933 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#009933 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#009933 100%);
	background: linear-gradient(top, #ffffff 1%,#009933 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#009933',GradientType=0 );
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
	/* [disabled]background-color: #8DC32D; */
	-webkit-box-shadow: inset 0px 1px 0px 0px #8DC32D;
	-moz-box-shadow: inset 0px 1px 0px 0px #8DC32D;
	box-shadow: inset 0px 1px 0px 0px #8DC32D;
	/* [disabled]border-bottom-width: 0.5px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #999999; */
}
/*.menu > li > a.active {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}*/
/*.menu > li > a:before {
	content: '';
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	font-size: 36px;
	height: 1em;
	width: 1em;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.4em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.item3 > a:before {
	background-position: 0 -38px;
}
.item4 > a:before {
	background-position: -38px -38px;
}
.item5 > a:before {
	background-position: -76px 0;
}
.menu > li > a span {
	font-size: 1em;
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%;
	line-height: 1em;
	height: 1em;
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	font-weight: 500;
	background-color: #35afe3;
	margin-top: -0.8em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0.4em;
	padding-right: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0.4em;
}
.menu > li > a:hover span, .menu > li a.active span {
	background: #1E803D;
}*/
/*.menu > li > ul li a:before{
	content: '▶';
	font-size: 6px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -1.5em;
}*/

.menu > li > ul li:hover a,
.menu > li > ul li:hover a span,
.menu > li > ul li:hover a:before {
	color: #339933;
}


/*.menu ul > li > a span {
	font-size: 0.857em; 
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%; /
	background: #fff;
	border: 0.5px solid #d0d0d3;
	line-height: 1em;
	height: 1em;
	padding: .4em .7em;
	margin: -.9em 0 0 0; 
	color: #878d95;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: 769em;
	border-radius: 769em;
	text-shadow: 0px 0px 0px rgba(255,255,255,.01));
}*/
/*menu end*/
