@charset "utf-8";

* {
	color:#222222;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body {
	background-color: #3F3F3F;
	background-image: url(img/bg3.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center top;
}

img {
	vertical-align: top;
}

a {
	color:#5A9700;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}


.chui {
	font-size: 10px;
	color: #FF0000;
}


/*
ベース
-------------------------------------------------------------------*/
#base {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border: 1px solid #333333;
}

#base_wrap {
	float: left;
	width: 960px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#wrap {
	float: left;
	width: 765px;
	margin-left: 5px;
}


/*
ヘッダー
-------------------------------------------------------------------*/

#header {
	width:960px;
	background-image: url(img/head.gif);
	height: 330px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
}


h1 a {
	text-decoration: none;
	font-size: 28px;
	line-height: 28px;
	color: #FFFFFF;
	position: absolute;
	left: 20px;
	top: 100px;
}
h1 a:hover {
	color: #F4FFB9;
}

#header #sub {
	font-size: 10px;
	color: #DAF8A2;
	position: absolute;
	left: 20px;
	bottom: 28px;
}

#header #sub2 {
	text-align: right;
	font-size: 10px;
	color: #9FB95B;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 28px;
	left: 230px;
}

/*ナビゲーション
----------------------------------------------- */
#nav {
	width: 930px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 15px;
}

#nav ul {
	list-style-type:none;
	display: block;
	margin: 0px;
	padding: 0px;
  }
  

#nav li {
	display: inline;
  }
  
#nav li a {
	color: #333333;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 22px;
	padding-right: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#nav li a:hover {
	color: #FFFFFF;
	background-image: url(img/li_ov.gif);
	background-color: #668129;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4A5724;
}


/*
コンテンツ
-------------------------------------------------------------------*/

#contents {
	width:590px;
	float: right;
}

#contents p{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(img/note_line.gif);
	margin-right: 30px;
	margin-left: 30px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#contents h2 {
	font-size: 16px;
	padding-left: 10px;
	color: #3F3F3F;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #AACE6F;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#E9F3EE
}

#contents h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A9B59B;
	padding-left: 7px;
	color: #555555;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}

#contents h3 a {
	font-size: 14px;
}

#contents h4 {
	font-size: 12px;
	color: #C27274;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

#contents ul {
	margin-left: 30px;
	list-style-type: none;
}
#contents li a {
	font-size: 12px;
}

#contents p a {
	line-height: 20px;
}

#contents p strong {
	line-height: 20px;
}

#contents #top_img {
	background-color: #EEEDE9;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	position: relative;
}

#contents #top_img p {
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	left: 30px;
	top: 65px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#contents #top_flash {
	background-color: #EEEDE9;
	height: 200px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contents .img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}

#contents .img_left img {
	border: 1px solid #999999;
}

#contents .c_img_left {
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_left img {
	border: 1px solid #999999;
}

#contents .c_img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 10px;
}

#contents .c_img_right img {
	border: 1px solid #999999;
}

.btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #7A7A76;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(img/btn.gif);
	position: absolute;
	right: 5px;
	bottom: 10px;
}

.btn a:hover {
	background-color: #FF9900;
	background-image: url(img/btn_ov.gif);
}
/*
２box
-------------------------------------------------------------------*/
#base #wrap #contents .box2 {
	float: left;
	height: 130px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
}
#base #wrap #contents .box2 h3 {
	margin: 0px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD8;
	background-color: #59741D;
	border-left-color: #92C023;
	color: #FFFFFF;
}

#base #wrap #contents .box2 p {
	margin: 0px;
}

#base #wrap #contents .box2 li {
	font-size: 12px;
	list-style-type:none;
	line-height:15px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left:0px;
	padding-right: 15px;
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-position: 7px center;
	background-color: #FFF;
}

#base #wrap #contents .box2 a {
    text-decoration: none;
	font-weight:700;
}

div.cats {
	text-align: center;
}


div.kiyaku {
	background-color: #EEEDE9;
	height: 171px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.pr_bn {
	background-color: #EEEDE9;
	height: 114px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.facebook { 
    margin-left: 40px;
	margin-rignt: 40px;
	margin-top: 10px;
}

div.center {
	text-align: center;
}

/* Twitterボタンの幅調整 */
iframe.twitter-share-button {
	width: 100px!important;
}

div.google_ad {
	height: 15px;
	width: 570;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/*
box_pr
-------------------------------------------------------------------*/
#base #wrap #contents .box3 {
	float: left;
	height: 200px;
	width: 570px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	
}
#base #wrap #contents .box3 h3 {
	margin: 0px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDBD8;
	background-color: #59741D;
	border-left-color: #92C023;
	color: #FFFFFF;
}

#base #wrap #contents .box3 p {
	margin: 0px;
}

#base #wrap #contents .box3 li {
	font-size: 12px;
	list-style-type:none;
	line-height:15px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left:0px;
	padding-right: 15px;
	padding-left: 18px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	background-position: 7px center;
	background-color: #FFF;
}
div.img_c { text-align: center }
/*
テーブル
-------------------------------------------------------------------*/

#contents table {
	width: 555px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	border-collapse: collapse;
    border-spacing: 0;
}

#contents table a {
    text-decoration: none;
}

#contents table td {
	padding-right: 15px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
}
#contents table th {
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	height: 23px;
	color: #FFFFFF;	
}
#contents table tr:hover td {
    background: #BDD95E;
}

#contents table td.name {
    font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
}


#contents form table th {
	width: 127px;
}

/*
パンくずリスト
-------------------------------------------------------------------*/
#contents #pan {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAEAEA;
}
#contents #pan a {
	margin-right: 7px;
	margin-left: 7px;
}
#contents #pan strong {
	margin-left: 7px;
}

/*
サイド・メニュー
-------------------------------------------------------------------*/
#side {
	float: left;
	width: 170px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
}

#side li {
	list-style-type: none;
}

#side .side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side .side_d h3 {
	display: block;
	width: 146px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#side .side_d ul {
	margin-bottom: 5px;
}

#side .side_d li a {
	display: block;
	width:120px;
	font-size: 12px;
	color:#546839;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}


#side .side_d li a:hover {
	background-color:  #648E31;
	color: #FFFFFF;
	text-decoration: none;
	background-position: 8px;
	background-image: url(img/li_ov.gif);
}


#side img {
	border:none;
}

#side p {
	padding: 10px;
}

#side p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

#side #google_pr {
	text-align: center;
}

#side .banner_pr {
	margin-bottom: 5px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}
#side .side_fb {
	padding-top: 5px;
	padding-bottom:5px;
	text-align:center;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #EEEDE9;
}

#side .count1 {
	padding-top: 2px;
	padding-bottom:2px;
	text-align:center;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEDE9;
}

#side .count2 {
	text-align:center;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEDE9;
}

#side .facebook {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

/*
右サイド・メニュー
-------------------------------------------------------------------*/
#side_r {
	float: right;
	width: 180px;
	background-color: #EEEDE9;
	padding-bottom: 10px;
	margin-right: 5px;
}

#side_r li {
	list-style-type: none;
}

#side_r .side_d {
	padding-top: 2px;
	margin-bottom: 5px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side_r .side_d h3 {
	display: block;
	width: 156px;
	line-height: 23px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 3px;
	font-size: 12px;
	text-align: center;
	background-color: #666666;
	background-image: url(img/side_h3.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #969583;
	border-left-color: #969583;
	height: 23px;
}

#side_r .side_d ul {
	margin-bottom: 5px;
}

#side_r .side_d li a {
	display: block;
	width:130px;
	font-size: 12px;
	color:#666666;
	line-height: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	background-image:url(img/li.gif);
	background-repeat: no-repeat;
	background-color: #EEEEEE;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #948C74;
	background-position: 7px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBC8BC;
	text-decoration: none;
}


#side_r .side_d li a:hover {
	background-color: #FCF9E4;
	color: #000000;
	text-decoration: none;
	background-position: 8px;
}


#side_r img {
	border:none;
}

#side_r p {
	padding: 10px;
}

#side_r p a {
	font-size:10px;
	background-color: #E2DECF;
	display: block;
	padding: 10px;
	line-height: 15px;
	border: 2px solid #C6BCB0;
}

#side_r #side_pr {
	margin: 10px;
	padding: 10px;
	border: 1px solid #DBD9D0;
	background-color: #F8F8F5;
}

#side_r #google {
	margin-right: auto;
	margin-left: auto;
	width: 170px;
	height: 100px;
	border: 1px solid #DBD9D0;
	background-image: url(img/image3.gif);
	text-align: center;
}

#side_r #google_pr {
	text-align: center;
}

#side_r .ablenet {
	margin-bottom: 5px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side_r .banner_pr {
	margin-bottom: 5px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
	background-color: #B9B8AC;
}

#side_r .count1 {
	padding-bottom:5px;
	text-align:right;
	margin-top: 5px;
	width: 165px;
	height:30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEDE9;
	background-image:url(img/gif20/total_back.gif);
	background-repeat: no-repeat;
}

#side_r .count2 {
	text-align:right;
	width: 165px;
	height:32px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEDE9;
	background-image:url(img/gif20/today_back.gif);
	background-repeat: no-repeat;
}

#side_r .count3 {
	text-align:right;
	padding-bottom:1px;
	width: 165px;
	height:32px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEDE9;
	background-image:url(img/gif20/yesterday_back.gif);
	background-repeat: no-repeat;
}
/*
フッタメニュー
-------------------------------------------------------------------*/

#f_menu {
	clear: both;
	background-image: url(img/foot_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #E2E2DE;
	padding: 10px;
	background-color: #F5F4F0;
	background-position: bottom;
}
#f_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}
#f_menu ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#f_menu li a {
	font-size: 12px;
	color: #576C00;
}

#f_menu p {
	font-size: 10px;
	color: #333333;
}

#f_menu #pr {
	font-size: 10px;
	color: #888888;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
}
#f_menu #pr a {
	font-size: 10px;
	color: #959A76;
}
/*
コピーライト
-------------------------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #6B7843;
	font-size: 10px;
	padding: 5px;
}
