*{
	color:#444;
	font-family:meiryo;
	padding:0;
	margin:0;
}
.reset_left{
	width:auto;
	height:0px;
	display:block;
	clear:left;
}
.reset_right{
	width:auto;
	height:0px;
	display:block;
	clear:right;
}
.reset_both{
	width:auto;
	height:0px;
	display:block;
	clear:both;
}
body{
	background-color:#fafafa;
	padding:0px 2px;
}
#container{
max-width:1200px;
	margin:10px auto;
}
.container_style{
	width:80%;
	height:auto;
}
.defalut_container_style{
	width:100%;
	height:auto;
}
header{
	position:relative;
}
#introduction{
	font-size:0.8em;
	overflow:hidden;
	text-align:center;
	border:double 3px #eee;
	box-shadow:0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 1px rgba(255,255,255,1);
	background: -ms-linear-gradient(top,#fff 0%,#fafafa);
	background: -moz-linear-gradient(top,#fff 0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
	padding:8px 0px 5px 0px;
	background-color:#fafafa;
}
h1{
	width:75%;
	height:auto;
	font-size:28px;
	padding:10px 0px 5px 10px;
	margin:0px;
}
h1 > a{
		color:#333;
		text-decoration:none;
}
.nav_style{
	position:absolute;
	top:67px;
	right:0px;
}
.default_nav_style{
	position:relative;
}
#nav > ul{
}
#nav > ul > li{
	color:#aaa;
	font-size:14px;
	font-weight:bold;
	list-style-type:none;
	float:left;
	padding-right:10px;
}
#nav > ul > li > a{
	/*color:#aaa;*/
}

#nav > ul > li > a:link {
	color:#aaa;
	text-decoration:none;
}
#nav > ul > li > a:visited {
	color:#aaa;
	text-decoration:none;
}
#nav > ul > li > a:hover {
	color:#333;
	text-decoration:underline;
}
#nav > ul > li > a:active{
	color:#aaa
	text-decoration:none;
}




.left_style{
	width:74%;
	height:auto;
	overflow:auto;
	float:left;
	border:double 3px #eee;
	box-shadow:0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 1px rgba(255,255,255,1);
	background-color:#fff;
clear:both;
}
.right_style{
	width:24%;
	height:auto;
	overflow:auto;
	float:right;
	border:double 3px #eee;
	box-shadow:0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 1px rgba(255,255,255,1);
	background-color:#fff;
}
.default_left_style{
	width:98%;
	height:auto;
	overflow:auto;
	border:double 3px #eee;
	margin:0px auto;
	box-shadow:0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 1px rgba(255,255,255,1);
	background-color:#fff;
}
.default_right_style{
	width:50%;
	height:auto;
	overflow:auto;
	margin:10px auto;
	border:double 3px #eee;
	box-shadow:0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 1px rgba(255,255,255,1);
	background-color:#fff;
}
#left_content{
	padding:0px 0px 0px 0px;
}
#left_content article{
	font-size:90%;
	padding:10px;
}
#left_content h2{
	font-size:16px;
	font-weight:normal;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	padding:5px 5px 0px 5px;
	margin:0px;
	background-color:#fafafa;
	background: -ms-linear-gradient(top,#fff 0%,#fafafa);
	background: -moz-linear-gradient(top,#fff 0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
}
#left_content h2 > a{
	color:#444;
	text-decoration:none;
}
#left_content .entry_body{
	border-top:double 3px #eee;
	padding:10px 0px;
}
/*--------------------------------------------------------left content------------*/
#left_content .entry_body .entry_image > img{
	width:180px;
	height:auto;
	display:block;
	margin:0px 10px 10px 0px;
	float:left;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#left_content .entry_body > img{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#left_content .entry_body .entry_more{
	clear:left;
	text-align:right;
margin:10px 0px 0px;
}
.entry_more > a{
	color: #111;
	font-size:0.9em;
	display:blodk;
	text-decoration:none;
	border: 1px solid #bbb;
	background: -ms-linear-gradient(top,#fff 0%,#fafafa);
	background: -moz-linear-gradient(top,#fff 0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 8px 3px;
}
.entry_more > a:link{
	color:#666;
	text-decoration:none;
}
.entry_more > a:visited{
	color:#666;
	text-decoration:none;
}
.entry_more > a:hover{
	color:#000;
	text-decoration:underline;
	font-weight:normal;
	border: 1px solid #999;
}
.entry_more > a:active{
	color:#666;
	text-decoration:none;
}
.entry_state, .entry_date{
	float:right;
padding:0px;
margin:0px;
}
.entry_state > li, .entry_date > li{
  font-size:75%;
	float:left;
	margin-right:5px;
	list-style-type:none;
}
.entry_state > li:before, .entry_date > li:before{
content:"| ";
}
.gray_line{
	width:auto;
	height:0px;
	clear:both;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #fff;
	padding:0px;
}
.whiteline{
	width:auto;
	height:1px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #fff;
	margin:0px 0px 0px 0px;
}
._margin10{
	margin:0px 10px;
}
#left_content .prevnext{
	font-size:80%;
	text-align:center;
	padding:10px 0px;
	margin:0px 10px;
	border-top:solid 1px #fff;
}

#plugin h3 + .whiteline
{
	width:auto;
	height:0px;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #eee;
	margin:0px 0px 10px 0px;
}
/*--------------------------------------------------------right_content----*/
#right_content > section{
	padding:0px 10px 10px 10px;
	font-size:75%;
}
#right_content h3{
	font-size:14px;
	font-weight:normal;
	border-top:double 3px #eee;
	border-bottom:solid 1px #eee;
	padding:3px 5px;
	margin:10px 0px 0px 0px;
	background: -ms-linear-gradient(top,#fff 0%,#fafafa);
	background: -moz-linear-gradient(top,#fff 0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
background-color:#fafafa;
}
#right_content > #plugin > div > h3 br{
display:none;
}
#right_content > #plugin > .archive_plugin > ul{
}
#right_content > #plugin ul{
  max-height:250px;
  overflow:auto;
}
#right_content > section > div > p + div div{
margin:5px 0px 0px;
}
#right_content > section > div > p + div div:before{
	content: "・";
}
#right_content > section > div > p + div{
  max-height:250px;
  overflow:auto;
}
#right_content ul > li{
	list-style-position:inside;
	margin-top:5px;
}
#right_content > #plugin{
overflow:auto;
}
#right_content > #plugin input,#right_content > #plugin select{
font-size:100%;
}
#right_content > #plugin input[type="text"]{
width:55%;
height:auto;
}
#right_content > #plugin select{
width:40%;
height:auto;
}
#right_content > #plugin form br{
display:none;
}
#right_content > #plugin  form > .plugin-mail br{
display:block;
}
#plugin .plugin-myimage + p{
padding:5px;
}
#right_content > #plugin .plugin-myimage + p br{
display:block;
}
.link_plugin > ul{
  padding:8px 0px 10px 0px;
}
.calender{
	font-size:80%;
	border-top:1px solid #444;
	border-bottom:1px solid #444;
	width:100%;
	height:auto;
	border-collapse:separate;
	border-spacing:0;
	margin:5px 0;
	padding:0;
}
.calender caption{
	font-size:100%;
	font-weight:bold;
	border-top:1px solid #444;
	padding:3px 0px 2px 0px;
}
.calender th{
	font-weight:bold;
	text-align:center;
}
.calender td{
	font-weight:bold;
	text-align:center;
	padding:0.1em;
color:#999;
}
.calender td a{
	display:block;
}
th#sun{
	color:#444;
}
th#sat{
	color:#444;
}
.calender td a:link{
	color: #111;
}
.calender td a:visited{
	color:#000;
	font-weight:normal;
	border:1px solid #f0f;
	text-decoration: none;
}
.calender td a:hover{
	color:#111;
}
.calender td a:active{
	color:#111;
}
footer{
	/*background-color:red;*/
	padding:10px 0px 0px;
}
footer h3{
	width:50%;;
	height:auto;
	font-size:14px;
	font-weight:normal;
	border-left:solid 5px #eee;
	border-bottom:solid 1px #eee;
	padding:5px 0px 0px 5px;
	margin:5px 0px 0px;
}
footer dt{
	padding-left:10px;
}
footer label{
	font-size:90%;
}
footer input[type="text"], footer input[type="password"]{
	width:40%;
	height:auto;
	font-size:80%;
}
footer textarea{
	width:50%;
	height:150px;
}
footer .himitudd{
	font-size:80%;
}
footer div > p{
	width:50%;
	height:auto;
	text-align:right;
}
footer input[type="submit"]{
/*
	display:block;
	margin:0px 0px 0px 10px;
*/
}

footer #copyright{
	font-size:80%;
	font-weight:bold;
	text-align:center;
	padding:7px 5px 5px 2px;
	margin:0px 0px 0px 0px;
	border:double 3px #eee;
	box-shadow:0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow:0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow:0px 0px 1px rgba(255,255,255,1);
	background: -ms-linear-gradient(top,#fff 0%,#fafafa);
	background: -moz-linear-gradient(top,#fff 0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
background-color:#fafafa;
}
footer > h4{
  text-indent:5px;
  font-weight:normal;
  font-size:0.8em;
  border-left:solid 5px #eee;
  margin:5px 0px 5px 0px;
}

footer > .body{
  width:50%;
  height:auto;
  overflow:auto;
  font-size:0.8em;
  border:double 3px #eee;
  padding:5px;
  margin:0px 0px 10px;
  background-color:#fff;
}
footer > .body > ol{
  float:right;
  padding:0px;
  margin:0px;
}
footer > .body > ol > li{
  font-size:0.85em;
  padding:5px 0px 0px;
  margin-left:5px;
  float:left;
  list-style-type:none;
}
footer > .body > ol > li:before{
content:"| ";
}

#trap{
 font-size:0.9em;
 padding-bottom:10px;
}
#trap > dt{
 font-size:0.9em;
  padding:5px 0px 5px 5px;
}
#trap > dd{
 font-size:0.9em;
  padding:5px 0px 5px 15px;
}
a:link {
	color:#666;
}
a:visited {
	color:#666;
}
a:hover {
	color:#000;
font-weight:bold;
}
a:active{
	color:#666;
}
.page_top{
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	display:block;
	border:solid 1px #ddd;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	position:fixed;
	right:50px;
	bottom:50px;
	background-color:#fff;
	background: -ms-linear-gradient(top,#fff 0%,#fafafa);
	background: -moz-linear-gradient(top,#fff 0%,#fafafa);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fafafa));
	cursor:pointer;
}
.page_top > a{
	text-decoration:none;
	display:block;
}
.page_top:hover{
	color:#000;
	border:solid 1px #ccc;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}


.page_top a:link{
	color:#aaa;
	text-decoration:none;
}
.page_top a:visited{
	color:#aaa;
	text-decoration:none;
}
.page_top a:hover{
	color:#333;
	text-decoration:none;
}
.page_top a:active{
	color:#aaa;
	text-decoration:none;
}