/* ボディ */

html{
	margin: 0;
	padding: 0;}

body {
	background-color: #aaaaaa;
	background-image: url(back.gif);
	background-repeat: repeat-x;
	color: #666;
	font-family: "MS UI Gothic",Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;}

body a {
	color: #33C;
	text-decoration: underline;}
h1 {
	font-size: 12px;
	padding: 0;
	color: #333;}

img {
	border-style: none;} 

/* 外枠 */

#container {
	background-color: #FFF;
	border-top: 1px solid #191919;
	border-left: 1px solid #191919;
	border-right: 1px solid #191919;
	color: #333;
	line-height:1.4em;
    margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 800px;}

/* ヘッダー */

#head {
	background-color: #332618;
	background-image: url(head_bn.jpg);
	background-repeat: repeat-x;
	color: #f00;
	line-height:1.4em;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 145px;}

#head a {
	color: #999;
	text-decoration: none;}

#head-img {
	display: none;}

#head h1,
#head h1 a {
	color: #003300;
	font-family: "MS UI Gothic",'ＭＳ ゴシック',Verdana, Arial, sans-serif;
	font-size: 25px;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 20px;
	height: 30px;}

#head h1 a:hover{
	color: #009900;}

#head h2,
#head h2 a {
	color: #000000;
	font-family: "MS UI Gothic",'ＭＳ ゴシック',Verdana, Arial, sans-serif;
	font-size: 14px;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
	height: 30px;}

#head h2 a:hover{
	color: #f00;}

#head p,
#head p strong,
#head p em {
	color: #000000;
	font-size: 12px;
    margin:0px;
	padding: 20px 0px 0px 20px;
	height: 150px;
	text-align: left;}

/* ヘッダー下のメニューリンク枠 */

#headmenu {
	background-color: #191919;
	background-image: url(headmenu.gif);
	border-top: 0px solid #666;
	border-bottom: 1px solid #191919;
	color: #fffafa;
	font-family: "MS UI Gothic",Verdana, Arial, sans-serif;
    font-size:14px;
    line-height:1.4em;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;}

#headmenu a {
	color: #fffafa;
	border-left:1px solid #C00;
	border-right:1px solid #C00;
    font-size:14px;
    font-weight:bold;
    margin: 0px 0px 0px 0px;
    padding: 5px 3px 5px 3px;
	text-decoration: none;}

#headmenu a:hover {
	background-image: url(headmenu2.gif);
	color: #ff0;
    font-weight:bold;}

/* センター枠 */

#center {
	background-color: #ffffff;
	background-repeat: repeat-y;
	float: right;
    line-height:1.4em;
    margin:0px 0px 0px 0px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    width: 600px;
    height: auto;}

/* センター内枠 */

.content {
	color: #333;
	font-size: 14px;
	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: "MS UI Gothic",Verdana, Arial, sans-serif;
	font-size: 14px;
	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: #333;
	background-image: url(entrytitle.jpg);	
	border:0px solid #f50;
	color: #fff;
	font-family: "MS UI Gothic",Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 3px 100px 2px 40px;
	text-align: left;}

.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
	color: #333;
}


.content a{
	color:#33C;
	text-decoration: underline;}

.content a:hover{
	color:#f00;}

.content input,
.content serect,
.content textarea{
	margin:5px 5px 5px 5px;} 

/* サイドバー */

#side {
	background-color: #ffffff;
	float: right;
	line-height:1.4em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 198px;}

/* サイドバー内枠 */

.sidebar {
	border-left:0px solid #FFF;
	border-bottom:0px solid #FFF;
	color: #333;
	font-size: 12px;
	line-height:1.4em;
	margin:0px;
	padding: 5px 5px 5px 5px;}


.sidebar a {
	color: #33C;}

.sidebar a:hover {
	color: #009;}


.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
	background-color: #ffffff;
	background-image: url(side_head.gif);
	color: #006600;
	font-size: 14px;
	font-weight: bold;
	line-height:1.4em;
	margin:0px 0px 0px 0px;
	padding:3px 5px 3px 10px;
	text-align: left;}

.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;} 

/* キーワード部分 */
.keyword{
	}

.keyword-inner	{
	margin:0px;
	padding-bottom:20px;
	background:#dceec6;}

.keyword ul{
	margin:0;
	padding:0;
	list-style-type:none;}

.keyword ul li{
	border-bottom:1px solid #ffffff;}

.keyword ul li a{
	display:block;
	padding:5px 8px;
	text-decoration:none;
	border-left:3px solid #003300;}

.keyword ul li a:hover{
	color: #ff0000;
	background:#ffffff;
	text-decoration:none;
	border-left:3px solid #00bb00;}

/* サイドバー内コンテンツ部分 */

.side-content {
	border-top:0px solid #f50;
	border-left:0px solid #f50;
	border-right:0px solid #f50;
	border-bottom:0px solid #f50;
	color: #333;
	font-size: 12px;
	line-height:1.4em;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 5px 5px;}

/* フッタ */

#footer {
	background-color: #191919;
    background-image: url(footer.gif);
	border-left:0px solid #191919;
	border-right:0px solid #191919;
    clear:both;
	color: #fffafa;
    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: #fffafa;
	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 #CCC;
	color:#333;
	font-size:12px;
	margin:3px 0px 10px 0px;}

.navi a{
	color:#33F;
	font-size:12px;
	text-decoration:none;}

/* RSS記事の表示部分 */

.rss{
	color: #333;
	font-family: "MS UI Gothic",Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:1.4em;
	margin: 10px 0px 10px 0px;
    padding:0px 0px 0px 0px;
    text-align:left;
	width:580px;}

.rss h2 {
	background-color: #fff;
	background-image: url(entrytitle.jpg);	
	background-repeat: no-repeat;
	border:0px solid #f50;
	color: #ff6600;
	font-family: "MS UI Gothic",Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 2px 40px;
	text-align: left;}

.rss p{
	color: #333;
    font-size:14px;}

.rss td{
	color: #333;
    font-size:12px;
    word-break: break-all;}

/* RSS記事下のリンク部分 */

.rssdate{
	color:#666;
	font-size:12px;
	margin:5px 5px 0px 0px;
	padding: 0px;
	text-align:right;
	width:99%;}

.rssdate a{
	color:#666;
	font-size:12px;
	text-decoration:none;}

/* 関連キーワードの表示部分 */

.content .y_key{
	background-color: #FFF;
	background-image: url(y_key.gif);
	background-repeat: no-repeat;	
	border-top:1px solid #6f5436;
	border-left:1px solid #6f5436;
	border-right:1px solid #6f5436;
	border-bottom:1px solid #6f5436;
	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:#333;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 0px 5px;}


.sidebar .y_key{
	border-top:0px solid #f50;
	border-left:0px solid #f50;
	border-right:0px solid #f50;
	border-bottom:0px solid #f50;
	width:auto;}

.sidebar .y_key ul{
	margin:5px 5px 5px 5px;}

.sidebar .y_key ul li{
    font-size:12px;}

.sidebar .y_key strong{
	background-color:#6f5436;
    background-image: url(side_head.gif);
	color:#333;
	font-size:14px;
	font-weight:bold;
	line-height:1.0em;
	width:100%;}

/* youtube動画の表示部分 */

.rss_movie{
	font-size:14px;
	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:14px;
	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:14px;
	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:14px;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	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:#FFF;
	border:solid 1px;
	color: #333;
	margin:10px 5px 20px 5px;
	width:500px;
	height:350px;}

/* Google Adsense */
.adsense{
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #666;}
