/* スタイルシート */

/* ▼基本色

#594e52
#eeeaec

背景
#7b8d42
#9cbb1c
#9fc24d
 */


/* ボディ */

html{
	margin: 0;
	padding: 0;}


body {
	background-color: #7b8d42;
	background-image: url(body.gif);
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;}

body a {
	color: #333;
	text-decoration: underline;}

img {
	border-style: none;} 





/* 外枠 */

#container {
	background-color: #9cbb1c;
	border-left: 0px solid #666;
	border-right: 0px solid #191919;
	color: #333;
	line-height:1.4em;
    margin-top:0px;
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 100%;}


/* ヘッダー */

#head {
	background-color: #9cbb1c;
	background-image: url(head_bn.jpg);
	background-repeat: repeat-x;
	color: #594e52;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	text-align:left;
	width: 100%;
	height: 70px;}

#head a {
	color: #594e52;
	text-decoration: none;}

#head-img {
	display: none;}


#head h1,
#head h1 a {
	color: #594e52;
	font-size: 20px;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

#head p,
#head p strong,
#head p em {
	color: #333;
	font-size: 12px;
    margin:0px;}



/* ヘッダー下のメニューリンク枠 */

#headmenu {
	background-color: #919191;
	background-image: url(headmenu.gif);
	background-repeat: no-repeat;
	border-top: 0px solid #eeeaec;
	border-bottom: 2px solid #666;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
    font-size:12px;
    line-height:1.4em;
    margin:0px;
	padding: 0px 0px 0px 240px;
	text-align: left;
	width: 100%;}

#headmenu a {
	color: #eeeaec;
	border-right:1px solid #333;
    font-weight:bold;
    padding:3px;
	text-decoration: none;}

#headmenu a:hover {
	color: #fff;
    font-weight:bold;}



/* センター枠 */

#center {
	background-color: #9fc24d;
    border-left:1px solid #e5e5e5;
	float: left;
    line-height:1.4em;
    margin:0px 0px 0px 0px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
	width:70%;
    height: auto;}



/* センター内枠 */

.content {
	background-color: #9fc24d;
	color: #333;
	font-size: x-small;
	line-height:1.4em;
	padding: 0px 10px 5px 10px;}

.content b {
    color:red;
	font-weight: bold;}

.content strong{
	font-weight: bold;}

.content p {
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height:1.4em;
	margin: 7px 30px 7px 5px;}


.content hr{
    border:1px dashed #999;
    width:95%;}


.content ul,
.content ol {
    margin:0px 0px 0px 0px;
    padding:0px;}

.content li {
	line-height:1.4em;
    list-style-type:none;
    margin:0px;
    padding:3px;}


.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	background-color: #9fc24d;
	background-image: url(midashi.gif);	
	background-repeat: repeat-x;
    border:0px solid #c0c0c0;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 1px 5px 1px 20px;
	text-align: left;}

.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
	color: #fff;
}


.content a{
	color:#0066cc;
	text-decoration: underline;}

.content a:hover{
	color:#c00;
	font-weight:bold;}

.content input,
.content serect,
.content textarea{
	margin:5px 5px 5px 5px;} 



/* サイドバー */

#side {
	background-color: #9cbb1c;
	float: left;
	line-height:1.4em;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
	width: 28%;}



/* サイドバー内枠 */

.sidebar {
    background-color:#9cbb1c;
    border-left:0px solid #FFF;
    border-bottom:0px solid #FFF;
	color: #333;
    font-size: 12px;
	line-height:1.4em;
    margin:0px;
	padding: 0px 0px 0px 0px;
	width: 194px;}


.sidebar a {
	color: #666;
    text-decoration: none;}

.sidebar a:hover {
	color: #c00;
	font-weight:bolder;}


.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
    background-color: #9cbb1c;
    background-image: url(sidehead.gif);
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height:1.4em;
	margin:0px 0px 0px 0px;
	padding:3px 5px 3px 10px;
	text-align: left;
	text-transform: uppercase;}


.sidebar ul {
	font-weight: normal;
	margin: 0px;
	margin-bottom: 5px;
	padding-left: 0px;}

.sidebar li {
    border-left:3px solid #594e52;
    border-bottom:1px solid #919191;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:1.4em;
    list-style-type:none;
	margin: 1px 5px 1px 0px;
	padding: 0px 3px 0px 3px;
	text-align: left;}


.sidebar li a {
	color: #666;
    text-decoration: none;
	width:100%;}

.sidebar li a:hover {
	color: #594e52;
	background-color:#eeeaec;
	font-weight:bolder;}


.sidebar img {
	border: 0px solid #fff;}

.sidebar p {
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}


.sidebar form{
	margin:5px 5px 5px 5px;
	padding:2px;}

.sidebar input,
.sidebar serect,
.sidebar textarea{
	margin:0px 0px 0px 0px;} 




/* サイドバー内コンテンツ部分 */

.side-content {
    background-color:#9cbb1c;
	border:1px solid #666;
	color: #666;
	font-size: 12px;
	line-height:1.4em;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;}



/* フッタ */

#footer {
	background-color: #191919;
    background-image: url(footer.gif);
	border-left:1px solid #191919;
	border-right:5px solid #191919;
    clear:both;
	color: #fff;
    float: none;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
    overflow: hidden;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: 100%;}

#footer a {
	color: #fff;
	text-decoration: none;}

#footer p {
	margin: 0px 0px 10px 0px;}




/* 右寄せ（検索フォーム） */

.rig{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	width:99%;}



/* 中央寄せ */

.cen {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:99%;}



/* ナビリンク */

.navi{
	border-bottom:1px dashed #e5e5e5;
	color:#666;
	font-size:12px;
	margin:3px 0px 10px 0px;}

.navi a{
	color:#666;
	font-size:12px;
	text-decoration:none;}





/* RSS記事の表示部分 */

.rss{
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height:1.4em;
	margin: 10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    text-align:left;
　　word-break:break-all;}

.rss h2 {
	background-color: #9fc24d;
	background-image: url(midashi.gif);	
	background-repeat: repeat-x;
    border:0px solid #c0c0c0;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 1px 5px 1px 20px;
	text-align: left;}

.rss p{
	color: #333;
    font-size:x-small;}




/* RSS記事下のリンク部分 */

.rssdate{
	color:#666;
	font-size:90%;
	margin:5px 5px 0px 0px;
	padding: 0px;
	text-align:right;
	width:99%;}

.rssdate a{
	color:#666;
	font-size:90%;
	text-decoration:none;}



/* 関連キーワードの表示部分 */

.content .y_key{
	background-color:#9cbb1c;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	width: auto;}

.content .y_key ul{
	margin:5px 5px 5px 5px;}

.content .y_key ul li{
	display:inline;
    font-size:12px;}

.content .y_key strong{
	color:#666;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 0px 5px;}


.sidebar .y_key{
	background-color:#9cbb1c;
	border-top:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	margin:0px 0px 0px 0px;
	width:auto;}

.sidebar .y_key ul{
	margin:5px 5px 5px 5px;}

.sidebar .y_key ul li{
    font-size:12px;}

.sidebar .y_key li a {
	color: #666;
    text-decoration: none;
	width:100%;}

.sidebar .y_key li a:hover {
	color: #594e52;
	background-color:#eeeaec;
	font-weight:bolder;}

.sidebar .y_key strong{
	background-color:#9cbb1c;
	color:#594e52;
	font-size:14px;
	font-weight:bold;
	line-height:1.0em;
	padding:2px;
	width:100%;}



/* youtube動画の表示部分 */

.rss_movie{
	font-size:x-small;
	margin:5px 5px 5px 0px;
	padding:0px;
	vertical-align:top;
	width:;}

.rss_movie object,
.rss_movie embed{
	width:270px;
	height:224px;}

.rss_movie2{
	font-size:x-small;
	margin:5px 5px 5px 0px;
	padding:0px;
	vertical-align:top;
	width:95%;}

.rss_movie2 object,
.rss_movie2 embed{
	width:360px;
	height:300px;}




/* Yahoo!画像の表示部分 */
.rss_img{
	font-size:x-small;
	margin:5px 5px 5px 0px;
	padding:0px;
	vertical-align:top;
	width: ;}

.rss_img img{
	margin:0px;
	padding:0px;
	width: ;
	height: ;}



/* amazon 楽天広告の表示部分 */
.rss_amp{
	color: #333;
	font-size:x-small;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
　　word-break:break-all;
	width: 100%;}

.rss_amp p{
	margin:0px;
	padding:0px 5px 0px 5px;
	text-align:left;}

.rss_amp img{
	border:0px;
	margin:0px;
	padding:0px;
	width: 110px;
	height: 130px;}



/* 地図の表示部分 */

.mapdiv{
	background-color:#9fc24d;
	border:solid 1px;
	color: #333;
	margin:10px 5px 20px 5px;
	width:500px;
	height:350px;}
