@charset "utf-8";
/*-----------------------------------------------------
  Author   :  Masa Kudo
  URL      :  http://www.creolewalk.com/
  Date     :  08/01/10
  Copyright(C)2007 Creole LLP All rights reserved.
-----------------------------------------------------*/

/*-----------------------------
	- 全体
-----------------------------*/
* {
	margin:0;
	padding:0;
}

body {
	font-size:92%;
	font-family: "ＭＳ Ｐゴシック", "Arial", Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
	line-height:120%;
	color:#464646;
	background: #6D5434;
	padding-top: 10px;
	text-align:center;
}

p ,h1, h2, h3, h4, h5, h6,td {text-align:left;}

img {
	border:0;
}

hr {
   margin: 15px 0px 20px 0px;
    height: 2px;
    border: #660000 1px solid;
}
h1 {
	font-size:1.2em;
}
h2,h3 {
	font-size:1.0em;
}
ul li {
	list-style-type:none;
}

a {
	color: #660000;
	text-decoration:none;
}
a:hover {
	color:#F60;
}

.hid {
	display:none;
}

p {
	margin-bottom:.8em;
}

.error{
	color:red;
}

/*-----------------------------
	- 全体コンテナ
-----------------------------*/
#container {
	width:750px;
	margin:0px auto;
	background: #ffffff;
	padding: 15px 15px 15px 15px;
	text-align:left;
}

/*-----------------------------
	- ヘッダー
-----------------------------*/
div#header {
	clear: both;
	width: 750px;
	height: 125px;	
	margin: 0px;
	background: #ffffff;
}

div#header h1 {
	float:left;
	margin: 0px 0px 0px 0px;
}

div#header h2 {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
}


/* ------ */
/* header menu */
/* ------ */
#menu {	
	clear: both;
	width: 750px;
	margin: 0px; 
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	float: left;
}
#menu ul {
	width: 750px;
	color: #FFF;
	background-color: #4E3525;
/*	margin: 0 15px; */
	margin: 0px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;
}

#menu li {
	float: left;
	list-style: none;
	border-right: 1px #6D5434 solid;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;
}
#menu li a:hover {
	background: #993333;
	color: #FFF;
}
#menu li a#current  {
	background: #993333;
	color: #FFF;
}
#menu a img{
	vertical-align:top;
}

/*--- カテゴリメニュー ---*/
#menu ul li.cat1 {
	background-image : url(images/nature16.gif) ;
	background-position : left center ; 
	background-repeat : no-repeat ; 
	padding-left : 21px ;
	margin-left : 10px ;
}
#menu ul li.cat3 {
	background-image : url(images/nature16.gif) ;
	background-position : left center ; 
	background-repeat : no-repeat ; 
	padding-left : 21px ;
	margin-left : 10px ;
}
#menu ul li.cat5 {
	background-image : url(images/nature16.gif) ;
	background-position : left center ; 
	background-repeat : no-repeat ; 
	padding-left : 21px ;
	margin-left : 10px ;
}


/*-----------------------------
	- コンテンツの囲み
-----------------------------*/
div#main_container {
	clear: both;
	width: 750px;
	float:left;    /*←Floatを指定する事で、背景画像が伸びる。over-flow:autoでも伸びる。*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #F9F6F3;
}

/*-----------------------------
	- 左サイド(メイン)
-----------------------------*/
div#left_container {
	float:left;
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	background: #F9F6F3;
	border-right:1px #ececec solid;
}

/* Firefox */
div#left_container {
    min-height:760px;
}
/* IE6(undesr score hack) */
* div#left_container {
    _height: 100%;
}
/* IE7 */
*+html div#left_container {
    min-height:790px; 
}

div#left_container h3 {
	margin: 0px 0px 15px 0px;
	padding: 3px 0px 3px 7px;
	font-size:120%;
	border-left: 7px solid #660000;
}

div#left_container h4 {
	margin: 15px 0px 10px 0px;
	padding: 3px 0px 3px 0px;
	color:  #660000;
	border-bottom: 1px dotted #cccccc;
}

div#left_container img {
  border: 1px solid #DDD; 
  padding: 5px;
  background-color: #FFF;
}

div#left_container ul {
	margin-bottom:20px;
}
div#left_container ul li {
	margin-bottom:.5em;
	padding-left:20px;
/*	background:url(img/list_triangle.gif) no-repeat 2px 50%; */
}

div#left_container ol {
	margin-left:22px;
}
div#left_container ol li {
	margin-bottom:.5em;
}

div#explanation{
	margin: 0px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background: #ffffff;
	border: 1px solid #eeeeee;
}

div.videolists{
	margin: 10px 0px 20px 0px;
}
div.imglist{
	margin: 10px 0px 20px 0px;
}
div.posts{
	margin: 10px 0px 20px 0px;
}
div#showlists{
	margin: 10px 0px 0px 0px;
	text-align:right;
}
div.tags{
	margin: 10px 0px 20px 0px;
}
div.tagex li {display:inline;}
div.tagex li a:hover {background-color:#d9dce6;}
div.topicPath {
	margin: 0px 0px 15px 0px;
}

#category_name{
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	background: #ffffff;
	border: 1px solid #eeeeee;
}

#title_recentpost{
	margin: 10px 0px 10px 0px;
}

/* -------- */
/* 投稿記事 */
/* -------- */
div.post {
	margin: 0px 0px 25px 0px; 
	padding: 0;	
}

/* Title */
div.post h1{
	border-bottom:1px dotted #dcdcdc;
	padding-bottom:3px;
	margin-bottom:5px;
	line-height: 1.3em;
}
div.post h1 a{
	text-decoration: none;
}
/* Post Info */
p.postinfo{
	text-align: left;
	margin: 10px 0px 15px 0px;
	font-size:0.8em;
}
p.postinfo a{
	text-decoration: none;
}

p.postbody {}
p.morelink {}

div.post .post-footer {
	background-color: #fafafa;
	padding: 5px; 
	margin-top: 15px;
	font-size:0.8em;
	border: 1px solid #eee;
	text-align: right;
}
div.post .post-footer .date {
	background: url(images/clock.gif) no-repeat 0 center;
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}
div.post .post-footer .comments {
	background: url(images/comment.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
div.post .post-footer .readmore {
	background: url(images/page.gif) no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* pageswitch */
div.pageswitch{
	text-align:center;
	margin: 20px 0px 0px 0px; 
}

/* comment */
div.comment{
	margin: 0px 0px 30px 0px; 
	padding: 0px;
}
div.commentbody{
	padding: 0px 0px 0px 15px;
}
div.commentform{
	margin: 0px 0px 25px 0px; 
	padding: 0px;
}

/* about */
div#left_container ul.category_lists {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
}
div#left_container ul.category_lists li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#left_container p{
	margin: 0px 0px 10px 0px;
}

div#left_container p img, div#left_container ul.category_lists img {
	border-style: none;
	vertical-align: middle;
	border-style: none;
	background-color: transparent;
}


/*-----------------------------
	- 右サイド(メニュー)
-----------------------------*/
div#right_container {
	float:left; 
	width: 209px;
/*	margin: 0px 15px 0px 9px; */
	padding: 20px 0px 20px 0px;
	background: #F9F6F3;
}

div#right_container a img{
	vertical-align:top;
}

div.sidebox{
	padding: 0px 15px 20px 20px;
	font-size:0.9em;
	text-align:left;
}
div.sidebox h1{
	color: #660000;
	padding: 0px 0px 10px 0px;
	font-size:1.2em;
}
div.sidebox p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

div.sidebox a {
	color: #333333;
	text-decoration:underline;
}
div.sidebox a:hover {
	color:#F60;
}


ul.sidemenu{}
ul.sidemenu li{
	padding: 0px 0px 5px 10px;
	font-size:0.9em;
	text-align:left;
}

/*--- カテゴリメニュー ---*/
ul.sidemenu li.cat1 {
	background-image : url(images/info16.gif) ;
	background-position : left center ; 
	background-repeat : no-repeat ; 
	padding-left : 21px ;
	margin-left : 10px ;
}
ul.sidemenu li.cat2 {
	background-image : url(images/nature16.gif) ;
	background-position : left center ; 
	background-repeat : no-repeat ; 
	padding-left : 21px ;
	margin-left : 10px ;
}
ul.sidemenu li.cat3 {
	background-image : url(images/globe_green.png) ;
	background-position : left center ; 
	background-repeat : no-repeat ; 
	padding-left : 21px ;
	margin-left : 10px ;
}
ul.sidemenu li.cat4 {
	background-image : url(images/book_open.png) ;
	background-position : left center ; 
	background-repeat : no-repeat ; 
	padding-left : 21px ;
	margin-left : 10px ;
}

ul.sidemenu li.cat6 {
	background-image : url(images/home__plus.png) ;
	background-position : left center ; 
	background-repeat : no-repeat ; 
	padding-left : 21px ;
	margin-left : 10px ;
}

/*--- Login Form ---*/
div.loginform{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

/*--- Search Form ---*/
.searchform .formfield{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	background-color:#FCFCFC; border:1px solid #DEDDDD;
	color:#333;
}

/*--- Form ---*/
.formbutton {
	vertical-align:top;
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	background-color:#eeeeee;
	border:1px solid #A1A1A1;
	color:#353535;
}
html>body .formbutton {
	vertical-align:top;
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	margin:0px;
	padding:1px 5px 2px 5px;
	background-color:#eeeeee;
	border:1px solid #A1A1A1;
	color:#353535;
}

* html .formbutton {
	vertical-align:top;
	font: bold 12px Arial, Sans-serif; 
	height: 20px;
	margin:0px;
	padding:1px;
	background-color:#eeeeee;
	border:1px solid #A1A1A1;
	color:#353535;
}

.formbutton:hover {
	background-color:#efefef;
	border:1px solid #c5c5c5;
	color:#000000;
}

.formfield {
	font-family:Verdana;
	background-color:#FCFCFC;
	border:1px solid #DEDDDD;
	color:#4a4a4a;
	margin-bottom:0px;
}

.formfield:focus {
	background-color:#ffffff;
	border:1px solid #000000;
}

.commentform div{
	padding:5px;
}

.commentform label{
	width: 200px; 
	vertical-align: top;
	text-align:right;
}


/*-----------------------------
	- フッター
-----------------------------*/
address {
	clear:both;
	padding: 10px 0px 0px 0px;
	text-align:center;
	font-style:normal;
	font-size: 0.8em;
	color:#666666;
	background: white;
}

/*-----------------------------
	- Video ListのPlay Buttons
-----------------------------*/
div.videolists { 
    margin: 10px 10px 15px 0px;
    padding: 0px 0px 15px 0px; 
}

.videoimg {
	position: relative;
	float: left;
	margin: 0px 10px 10px 0px;
}
.videoimg img {
    display: block;
}
.videoimg span {
	width: 16px;
	height: 16px;
	font-size: 0;
	background-image: url(img/player_play.png);
/*	background-image: url(img/agt_multimedia.png); */
	position: absolute;
}
.playbtn {
	top: 10px;
	left: 10px;	
	background-position: 0px 16px;
}
* html .playbtn {
	bottom: -1px;	
}
#title_recentpost {clear:both;  margin: 10px 0px 10px 0px; }

