@charset "Shift_JIS";
/* サイト内共通CSS */

/* リセットスタイル */
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border: 0px;
}
/* body:ページ全体の基本設定 */
body {
	background-color: #b7df2e;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color:#364d00;
	line-height:1.2em;
}
/* リンク色 */
 a{	color: #364d00;}
 a:hover {	color: #000;}
 a:active {	color: #000;}
/* 汎用クラス */
span.bold{
	font-weight:bold;
}
p.keyword{
	font-size:0.7em;
	padding-top:5px;
}
.right{
	float:right;
	padding:5px 5px;
}
.textright{
	text-align:right;
}
.clear{
	clear:both;
}
/* wrapper:ページ全体をセンタリング */
#wrapper {
	margin:0 auto;
	background:#fff url(img/bodybg.png) repeat-x;
}
/* header:ヘッダー・ロゴマーク */
#header {
	width: 760px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	overflow:hidden;
}
#logo {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#logo h1 {
	font-size:2.4em;
	padding-top:10px;
	color: #F58220;
}
#headnavi {
	font-size:0.7em;
	margin-top:20px;
	margin-left: 500px;
}
#headnavi a {
	float: left;
	padding-right:10px;
	padding-left:10px;
	border-right:1px #000 solid;
}
/* topnav:TAB NAVIGATION部分 */
#topnav {
	margin-top: 50px;
	margin-left: 225px;
}
#topnav a {
	float: left;
	width: 120px;
	height: 50px;
	display: block;
	font-size: 0.8em;
	line-height: 50px;
	text-align: center;
	background-image:url(img/tab.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#topnav a:hover {
	background-image:url(img/tab.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
#topnav a:active {
	background-image:url(img/tab.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
/* CONTENTBODYの共通項目 */
.contentbody {
	min-height:400px;
	height: auto !important;
	height: 400px;
	width: 760px;
	background-color:#fff;
}
#topicpath {
	font-size:0.7em;
	padding:10px;
}
#content_right {
	float:left;
	width:200px;
}
#content_right h2 {
	width:150px;
	font-size:1em;
	text-align:center;
	border-bottom:1px solid #ccc;
	background-color:#ecfc8d;
}
#content_left {
	float:left;
	width:540px;
	padding:5px;
}
/* footer:フッター*/
#footbody {
	padding-top: 40px;
	background: #b7df2e url(img/bg2.png) repeat-x;
}
#footer {
	clear:both;
	width: 760px;
	margin: 10px auto 0px auto;
	color: #364d00;
	text-align:left;
	background: #b7df2e url(img/footerimg.gif) no-repeat bottom right;
}
address {
	margin-top:10px;
	font-style:normal;
	font-size:0.7em;
	width:50%;
	display: inline-block;
	vertical-align: top;
}
address a{
	font-weight:bold;
	text-decoration:none;
	font-size:120%;
}
#link{
	font-style:normal;
	width:46%;
	font-size:0.8em;
	margin-top:10px;
	padding:0 0 5px 5px;
	display: inline-block;
	vertical-align: top;
	background-color:#ecfc8d;
}
#link p a{
	text-decoration:none;
}
#footer p {
	font-size:0.8em;
}
#copyright {
	font-size:0.8em;
	text-align:center;
}
