@charset "UTF-8";



.clearfix {
	zoom:1;

}
 .clearfix:after {
  content: ""; 
  display: block; 
}


.clear{
	
	 clear: both;
}


/****************************************
		1. General Setting 
*****************************************/

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	
	
	}

html{}

body{    
    font: 12px/22px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,Sans-Serif;
	background-color: #008641;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
	-webkit-text-size-adjust: 100%;
	} 

a{ color: #000; text-decoration: underline;}
	a:hover{ color: #ccc; }

.clear{ clear: both; line-height: 0}
	
.current-cat a,.current-cat{ color: #008641;}

.radius{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	
}



/****************************************
		2. Basic Layout 
*****************************************/
#contents {
	width: 882px;
	min-height: 452px;
	margin:65px auto 0px auto;
	background-color: #FFF;
	padding: 34px;
	position: relative;
}



#header_menu{
	height: 12px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 900px;
}


#header_menu li {
	float: left;
	margin-right: 15px;
	background-repeat: no-repeat;	
	height: 12px;
	
}

#header_menu li#header_m10{
		margin-right: 0px;
}

#header_menu li a:hover div{
	background-color: #138440;	
}
#main {
	min-height: 330px;
	width: 600px;
	float: left;
	
}


#right_menu {
	float: right;
	width: 215px;
}

#right_menu a{
	text-decoration: none;	
}


#right_menu ul{
	margin-bottom: 5px;
	margin-top: 10px;
	
}

#right_menu li{
	font-size: 14px;
	font-weight: bold;
	background-image: url(/imgs/shared/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
	margin-bottom: 3px;
}

#right_menu ul.children{
	margin-bottom: 50px;
	margin-left: 10px;
}

#right_menu ul li .new{
	font-size:12px;
	color:#F00;

}


#footer {
	font-weight: bold;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	padding: 5px 0px 100px 10px;
	text-align: right;
	font-size: 11px;
	color: #FFF;
}
#twitter {
	position: absolute;
	top: -45px;
	right: -20px;
}


.openyotei{
	color:#F00;
	
	
}


.comingsoon {
	font-size: 20px;
	font-weight: bold;
}

h1{
	clear:both;
	display: block;
	margin-bottom: 30px;
	font-size: 16px;
}
h2{
	margin-bottom: 20px;
	font-size: 24px;
}

h3{
	font-size: 14px;
	margin-bottom: 5px;
	padding-left: 5px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
}

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

a img{
	text-decoration: none;
	
}



/****************************************
		3.  Header, Menu
*****************************************/
.blog_title{
	color: #000;
	text-decoration:none;
	font-weight:bold;
	}
	.blog_title:hover{color: #ccc}
#header p{color:#999;margin-top:10px;}

/*** Main Menu ***/
ul#nav, div.menu ul{
	position:absolute;
	top:100px;
	height: 38px;
	}
	.admin-bar ul#nav, .admin-bar div.menu ul{top:128px;}

	ul#nav li, div.menu ul li{
	float: left;
	position: relative;
	border: 1px solid #000;		
		}
	ul#nav > li:first-child, div.menu ul > li:first-child{
		
		}
		ul#nav li > a, div.menu ul li > a{
			color: #000;
			padding:8px 13px;
			text-decoration:none;
			display: block;
			}
			ul#nav li:hover > a,
			ul#nav > li.current_page_item > a,
			ul#nav > li.current_page_ancestor > a,
			ul#nav > li.current-menu-item > a,
			ul#nav > li.current-category-ancestor > a,
			div.menu ul li:hover > a,
			div.menu ul > li.current_page_item a,
			div.menu ul > li.current_page_ancestor > a,
			div.menu ul > li.current-menu-item > a,
			div.menu ul > li.current-category-ancestor > a{
				 /* Webkit */
			
				 /* FF */
			
					
				 /* IE */
				
				}
	/*** Children Menu ***/
	ul#nav ul, div.menu ul ul{
		display: none;
		border:1px solid #ccc;
		position: absolute;
		top: 38px;
		left: 0;
		float: left;
		width: 180px;
		z-index: 99999;
		}
		ul#nav ul li, div.menu ul ul li { width: 180px;border:none;}
			ul#nav ul li ul, div.menu ul ul li ul { left: 100%; top: 0; }
				ul#nav ul li a, div.menu ul ul li a {
					background: #000;
					background: rgba(0, 0, 0, 0.8);
					filter:alpha(opacity=70);  /* IE7 */
    				-ms-filter: "alpha(opacity=70)"; /* IE8 */
					}
					ul#nav ul li:hover > a, div.menu ul ul li:hover{background: #666;}
	ul#nav li:hover > ul, div.menu ul li:hover > ul{ display: block;}


/****************************************
		4.  Main
*****************************************/
/*** Blog info ***/
div.blog_info{
	
	padding: 0px;
	margin: 0 0 10px;
	}
	div.blog_info ul{margin:0;}
		div.blog_info li{
			float: left;
			margin:0 15px 0 0px !important;
			list-style: none !important
			}
			div.blog_info li a{}
			div.blog_info li a:hover{}
			div.blog_info li.cal{
				font-size: 20px;
				font-weight: bold;
			}
			div.blog_info li.cat{}
			div.blog_info li.tag{}
	
/*** Contents ***/
img.attachment-post-thumbnail{float: left; margin:0 15px 0 0 !important;}
a.more-link{
	background:url("images/arrow_next.png") no-repeat right top;
	color:#333;
	font-size:85%;
	padding:2px 20px 5px 10px;
	text-align:right;
	text-decoration:none;
	margin-left:480px;
	display:block;
	}
	a.more-link:hover{color: #999}
	
/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 40px 0 0;overflow:auto;}
div.navigation{overflow:auto;}
	div.navigation a{margin-bottom:10px}

	.nav-previous a, .nav-next a,
	div.navigation .alignleft a, div.navigation .alignright a{
		color:#333;
		font-size:85%;
		text-decoration:none;
		}
		.nav-previous a:hover, .nav-next a:hover,
		div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
			color: #999
			}
			
	.nav-previous a, div.navigation .alignleft a{
		float:left;
		padding:2px 10px 2px 20px;
		background:url("/images/arrow_prev.png") no-repeat left top;
		}
	.nav-next a, div.navigation .alignright a{
		float:right;
		text-align:right;
		padding:2px 20px 2px 10px;
		background:url("/images/arrow_next.png") no-repeat right top;
		}
		

/****************************************
		5. Post Entry 
*****************************************/
.title{
	margin:10px 0 5px !important;
	border:none !important;
	padding: 0 !important;
	font-size: 14px;
	}
	div.post:first-child .title{margin-top:0 !important;}
	.title a{}
		.title a:hover{
			text-decoration: none;
		}
.post{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.post h2, .post h3, .post h4, .post h5, .post h6{
	margin: 10px 0 5px
}
.post h2{font-size:160%; border-bottom:5px solid #ccc; padding-bottom:10px;}	
.post h3{font-size:140%;}
.post h4{font-size:120%;}
.post h5{font-size:110%;}

.post p{margin-bottom:20px; font-size:14px;line-height:22px;}
.post em{font-style: italic;}
.post code{color: #06c; font-family:'Courier New',Courier,monospace;}
.post img{
	
	margin-right: 10px;
	margin-bottom: 10px;	
	}
	.post img.wp-smiley{border:none;padding:0;background:none;margin:0;}
.post blockquote{
	border-left:5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin:20px 0;
	font-style:italic;
	}
	.post blockquote p{margin:0;}
.post div.wp-caption{margin: 20px 0;}
	.post div.wp-caption img{ margin: 0;}
	.post div.wp-caption p{ font-size:85%;}
.post ul, .post ol{margin:20px 0;}
	.post ul li{
		list-style: url(images/arrow_list.png);
		margin-left:20px;
		}
	.post ol li{list-style: decimal outside;margin-left:20px;}





	

/****************************************
		6. Comments
*****************************************/
h3#comments{
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top:40px;
	border-top:1px solid #ddd;
	}
	
.commentlist{margin-bottom:30px;}
	.commentlist li {
		border-top:1px solid #ddd;
		padding:15px 0 0 55px;
		position:relative;
		}
	.commentlist .avatar {
		background:#fff;
		border:1px solid #ddd;
		left:0;
		margin:0 16px 0 0;
		padding:3px;
		position:absolute;
		top:15px;
		}
	.commentlist .comment-meta{margin-bottom:10px;}
		.commentlist .comment-meta a{
			color: #999;
			font-size:85%;
			text-decoration:none;
			}
			.commentlist .comment-meta a:hover{color: #ccc;}
	.commentlist p{margin-bottom:15px;}
	.commentlist .reply a{
		position: absolute;
		top: 15px;
		right: 0;
		padding: 2px 10px;
		background: #ddd;
		font-size: 85%;
		color: #333;
		text-decoration: none;
		}
		.commentlist .reply a:hover {color: #999}
		
/*** Comment form ***/
#respond{margin-top:70px;}
#respond h3{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:10px 0 10px 10px;
	}

#commentform{margin-top:20px;}
	#commentform p{clear: both}
	#commentform label{margin: 10px 5px;font-size:85%;}
	*:first-child+html #commentform label{ position:relative¥9; top: -15px¥9; } /* IE7 */
	#commentform input[type="text"], #commentform textarea{
		margin: 5px 0 10px;
		}
		#commentform input[type="text"]:focus, #commentform textarea:focus{
			border:1px solid #06c;
			}

		
/****************************************
		7.  widget
*****************************************/
#side h3{
	margin:30px 0 10px;
	padding:5px 0 3px 10px;
	}
	#side li:first-child h3{margin-top:0;}
	
#footer h3{
	background: url(images/bg_footer_title.png) no-repeat;
	padding-left:15px;
	height: 42px;
	}

.widget-container a{text-decoration:none;}
	
.widget-container ul li{
	list-style: url(images/arrow_list.png);
	margin-left:20px;
	}

/*** Calendar ***/
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			padding: 3px 0 2px;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}
	
	
/****************************************
		8.  Form
*****************************************/
input[type="text"], textarea{
	border:1px solid #ccc;
	padding: 5px;
	color: #666;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}
	
input[type="submit"]{
	border:1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}



/****************************************
		9.  Footer
*****************************************/
#footer .widget-area{
	width:290px;
	margin-left:35px;
	float: left;
	}
	#footer .widget-area:first-child{margin-left:0;}


p.copy{
	clear: both;
	text-align:center;
	padding:40px 0;
	color: #666
	}
	p.copy a{color: #999;}
		p.copy a:hover{color: #ccc;}
		
		
		
#main.newsblog h2{
	font-size:26px;
	line-height:34px;
	border:none;
	padding:0 0 30px 0 ;
}


#main.newsblog .blog_info2{
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 0 ;
}

#main.newsblog .blog_info2 .from{
	float:left;
}

#main.newsblog .blog_info2 .update{
	float: right;
	
}