h1{
	line-height:85px;
	font-size:180%;
	margin-left:20px;
	display:inline-block;
	color:#ffffff;
        position:absolute;
}
h1 > a{
	text-decoration:none;
	display:block;
	text-shadow: 0 0 5px #000;/***** サイト名が見づらい場合は色変更 *****/
}

header > #header_img_box{
	width:auto;
	height:auto;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	background-color:black;
        position:relative;
        overflow:hidden;
}
header > #header_img_box > img{
    width:100%;
    height:auto;
    display:block;
}

#right_content > #recommend_box > #recommend > div{/*固定表示エリアのスタイル指定 sample */

}
/* sample */
/*
#right_content > #recommend_box > #recommend > div > h3{
	font-size:140%;
	font-weight:normal;
	background-color:#000000;
	padding:10px 5px;
	margin:5px 5px 10px;
	color:#fff;
	width:auto;
	height:auto;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	background: linear-gradient(to bottom, red, orange, red);
	background: -moz-linear-gradient(top, red, orange 50%, red);
	background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0.5, orange), to(red));
	text-shadow: 0 0 5px #000;
}
*/
#right_content > #recommend_box > #recommend > div > #recommend_body{/* sample */
	font-size:80%;
}

#right_content > #recommend_box > #recommend > div > #recommend_body > img{/* sample */
	display:block;
	margin:auto;
}





*{
	font-size:100%;
	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;
}
input,textarea,input[type="checkbox"]{
	border:solid 1px #aaa;
}
body{
	color:#333;
	padding:10px 0px;
	background-color:#fff;
}

#wrapper{
	background-color:#FAFAFA;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
.wrapper_style{
	width:80%;
	height:auto;
	margin:0px auto;
	max-width:1200px;
	min-width:768px;
}
.default_wrapper_style{
	width:100%;
	height:auto;
	margin:0px auto;
}

header{
	border-top:double 3px #aaa;
	padding:0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color:#FAFAFA;
}

#introduction{
	color:#333;
	font-size:75%;
	text-align:right;
	padding:8px 0px 5px;
	margin:0px 10px;
}
#introduction span{
	color:#333;
}

h1{
	line-height:90px;
	font-size:180%;
	margin-left:20px;
	display:inline-block;
	color:#ffffff;
}

.nav_style{
	float:right;
	margin:5px 0px 0px;
}
.nav_default_style{
}
#nav a:link{
	color:#999;
	text-decoration:underline;
}
#nav a:visited{
	color:#999;
	text-decoration:underline;
}
#nav a:hover{
	color:#f00;
	font-weight:bold;
	text-decoration:underline;
}
#nav a:active{
	color:#f00;
	text-decoration:underline;
}
header > ul > li{
	font-size:80%;
	font-weight:bold;
	float:right;
	list-style-type:none;
	margin-right:15px;
}

h1 > a:link {
	color:#ffffff;
}
h1 > a:visited {
	color:#ffffff;
}
h1 > a:hover {
	color:#f00;
	font-weight:bold;
}
h1 > a:active{
	color:#f00;
}
.left_style{
	width:74%;
	height:auto;
	overflow:auto;
	float:left;
	clear:both;
	padding-left:1%;
}
.right_style{
	width:24%;
	height:auto;
	overflow:visible;
	float:right;
	padding-right:1%;
}

.default_left_style{
	width:100%;
	height:auto;
	overflow:auto;
	clear:both;
	margin:0px auto;
}
.default_right_style{
	width:50%;
	height:auto;
	overflow:auto;
	margin:10px auto;
}



#left_content{

}
#left_content > article{
	color:#333;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	padding:5px 5px 0px;
	margin:5px auto 0px;
	background-color:#ffffff;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2)  inset;
	
}

#left_content > article > h2{
	color:#333;
	font-size:130%;
	font-weight:normal;
	background-color:#f00;
	/*padding:5px 5px 0px;*/
    padding:13px 10px 10px;
	margin:0px;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	background-color:#000000;
    background: -ms-linear-gradient(top,#fff 0%,#eee);
    background: -moz-linear-gradient(top,#fff 0%,#eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}
#left_content > article > h2 > span{
	color:#333;
}
#left_content > article > h2 + div{
	color:#333;
	font-size:80%;
	padding:20px;
	overflow:auto;
	background-color:#ffffff;
	line-height:200%;
}
#left_content > article > h2 > a{
	text-decoration:none;
	color:#333;
}

#left_content > article > div > img{
border:double 3px #aaa;
}
.more_box{
  font-size:90%;
  padding:10px;
  margin:0px 0px 5px;
}
.more_box > hr{
  margin:10px 0px;
  color:#aaa;
}
.community_box{
  text-align:right;
}
#left_content > article > div > .date{
	border-top:solid 1px #aaa;
	margin-top:20px;
	

}
#left_content > article > div > .date > ul{
	font-size:85%;
	float:right;
	padding:10px 0px 10px;
}

#left_content > article > div > .date > ul > li{
	float:left;
	margin-left:5px;
	list-style-type:none;
}
.date > ul > li:before{
	content:"| ";
	color:#333;
}
#left_content > article > div > .prevnext{
	color:#333;
	clear:both;
	font-size:90%;
	text-align:center;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	padding:5px 0px;
	margin:0px 0px;
}
#right_content{
	position:relative;
	overflow:hidden;
}

#right_content > .plugin_box > #plugin{
	font-size:90%;
	padding:5px 0px 0px 10px;
}


#right_content > #recommend_box{
	overflow:visible;
	position:relative;
}

#right_content > #recommend_box > #recommend{
	font-size:90%;
	padding:0px 0px 0px 10px;
}
#right_content > .plugin_box > .plugin > div{
	color:#333;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	padding:0px 0px 0px;
	margin:0px 0px 10px;
	background-color:#ffffff;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2)  inset;
}
#right_content > .plugin_box > .plugin > div > h3{
	font-size:120%;
	font-weight:normal;
	background-color:#000000;
	/*padding:0px 5px;*/
    padding:13px 10px 10px;
	margin:5px 5px 10px;
	color:#333;
	width:auto;
	height:auto;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
    background: -ms-linear-gradient(top,#fff 0%,#eee);
    background: -moz-linear-gradient(top,#fff 0%,#eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}
#right_content > .plugin_box > .plugin > div > h3 br{
display:none;
}
#right_content > .plugin_box > .plugin > div > *{
	width:90%;
	height:auto;
	padding:0px;
	margin:0px auto 10px;
}
#right_content > .plugin_box > .plugin > .archive_plugin > ul{

}
#right_content > .plugin_box > .plugin ul{
  max-height:350px;
  overflow:auto;
}
#right_content > .plugin_box > .plugin > div > .plugin-myimage{
  color:#333;
  padding:0px 0px 0px;
}
#right_content > .plugin_box > .plugin > div > p + *{
/**/
}
#right_content > .plugin_box > .plugin iframe{
min-width:50px !important;
}
#right_content > .plugin_box > .plugin .FC2BLOGPlugInPhotograph{/*--------アルバム---------------*/
}

#right_content > .plugin_box > .plugin > div > p{
	font-size:80%;
	color:#333;
}
#right_content > .plugin_box > .plugin > div > ul > li{
	font-size:80%;
	list-style-position:inside;
	color:#333;
	margin-top:5px;
}
#right_content > div > div > p + div div{
	font-size:80%;
	margin:0px 0px 0px;
}
#right_content > div > div > p + div div:before{
	content: "・";
	color:#333;
}
#right_content > div > div > p + div{
  max-height:350px;
  overflow:auto;
}
#right_content > .plugin_box > .plugin > div > form > p{
	text-align:center;
	padding:0px 0px 0px;
}
#right_content > .plugin_box > .plugin > div > form br{
	display:none;
}
#right_content > .plugin_box > .plugin  form > .plugin-mail br{
display:block;
}
#right_content > .plugin_box > .plugin > div > form input,#right_content > .plugin_box > .plugin > div > form select{
	font-size:95%;
}
#right_content > .plugin_box > .plugin > div > form input[type="text"],#right_content > .plugin_box > .plugin > div > form select{
	width:50%;
	font-size:80%;
	color:#333;
}
#right_content > .plugin_box > .plugin > div > form input[type="submit"]{
	color:#333;
	font-size:80%;
}
.link_plugin > ul{
  padding:0px;
  margin:0px;
}
.link_plugin > ul > li{
  padding:0px;
  margin:0px 0px 10px;
}
.calender{

	font-size:75%;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	width:100%;
	height:auto;
	border-collapse:separate;
	border-spacing:0;
	margin:0px 0;
	padding:0;
}
.calender caption{
	color:#333;
	font-size:100%;
	font-weight:bold;
	border-top:1px solid #aaa;
	padding:3px 0px 2px 0px;
	margin:0px 0px 0px;
}
.calender th{
	color:#000;
	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:#000;
}
th#sat{
	color:#000;
}
.calender td a:link{
	color: #000;
}
.calender td a:visited{
	color:#000;
	font-weight:normal;
	border:1px solid #f0f;
	text-decoration: none;
}
.calender td a:hover{
	color:#000;
	font-weight:bold;
}
.calender td a:active{
	color:#000;
}


footer{
	font-size:80%;
	padding:0px 0px;
	clear:both;
}
footer *{
	color:#fff;
}
#comment_area{
	font-size:80%;
}

#comment_area > form{
	width:auto;
	height:auto;
	padding:10px 20px;
}
#comment_area h3{
	width:80%;
	height:auto;
	font-weight:normal;
	border-left:solid 5px #aaa;
	border-bottom:solid 1px #aaa;
	position:relative;
	padding:0px 0px 0px 5px;
	margin:10px 0px 0px 10px;
	color:#333;
}

#comment_area h3 > a:link {
	color:#333;
}
#comment_area h3 > a:visited {
	color:#333;
}
#comment_area h3 > a:hover {
	color:#f00;
	font-weight:bold;
}
#comment_area h3 > a:active{
	color:#f00;
}
#comment_area dt{
	padding-left:10px;
}
#comment_area label{
}
#comment_area input[type="text"], #comment_area input[type="password"]{
	width:40%;
	height:auto;
	color:#333;
}
#comment_area textarea{
	width:80%;
	height:150px;
	color:#333;
}
#comment_area .himitudd{
	font-size:90%;
}
#comment_area div > p{
	width:50%;
	height:auto;
	text-align:right;
}
#comment_area input[type="submit"]{
	color:#333;
}


footer > #copyright{
	width:auto;
	height:auto;
	color:#333;
	overflow:auto;
	text-align:center;
	font-weight:bold;
	line-height:35px;
	padding:10px 0px;
	margin:5px auto 0px;
	border-top:solid 1px #aaa;
	border-bottom:double 3px #aaa;
	background-color:#000000;
	padding:5px 0px 2px 0px;
    background: -ms-linear-gradient(top,#fff 0%,#eee);
    background: -moz-linear-gradient(top,#fff 0%,#eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}
#copyright a:link{
	color:#666;
	text-decoration:none;
}
#copyright a:visited{
	color:#666;
	text-decoration:none;
}
#copyright a:hover{
	color:#f00;
	font-weight:bold;
	text-decoration:underline;
}
#copyright a:active{
	color:#f000;
	text-decoration:none;
}
#comment_area > form{
	padding-bottom:10px;
}
#comment_area > h4{
  text-indent:5px;
  font-weight:normal;
  border-left:solid 5px #aaa;
  padding:0px 0px 0px 5px;
  margin:10px 0px 0px 10px;
}

#comment_area > .body{
  width:80%;
  height:auto;
  overflow:auto;
  border:solid 1px #aaa;
  padding:5px;
  margin:5px 0px 0px 10px;
  background-color:#fff;
  color:#333;
}
#comment_area > .body > ol{
  float:right;
  padding:0px;
  margin:0px;

}
#comment_area > .body > ol > li{
  font-size:0.85em;
  padding:5px 0px 0px;
  margin-left:5px;
  float:left;
  list-style-type:none;
  color:#333;
}
#comment_area > .body > ol > li:before{
content:"| ";
}
#comment_area > .body > ol > li > a:link {
	color:#333;
}
#comment_area > .body > ol > li > a:visited {
	color:#333;
}
#comment_area > .body > ol > li > a:hover {
	color:#f00;
	font-weight:bold;
}
#comment_area > .body > ol > li > a:active{
	color:#f00;
}
#trap{
 padding-bottom:10px;
}
#trap > dt{
  padding:5px 0px 5px 5px;
}
#trap > dd{
  padding:5px 0px 5px 15px;
}
#trap a:link {
	color:#fff;
}
#trap a:visited {
	color:#fff;
}
#trap a:hover {
	color:#f00;
	font-weight:bold;
}
#trap a:active{
	color:#f00;
}

.page_top{
	display:block;
	width:100%;
	height:auto;
	text-align:center;
	background-color:#000;
background: linear-gradient(to bottom, black, #444, black);
background: -moz-linear-gradient(top, black, #444 50%, black);
background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(0.5, #444), to(black));
padding-bottom:0px !important;
margin-bottom:0px !important;
border-top:0px !important;
border-bottom:solid 5px #FAFAFA !important;
}
.page_top > a{
width:100% !important;
height:50px !important;
display:block;
margin-bottom:0px !important;
	line-height:50px;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}
.page_top:hover{
	color:#fff;
}


.page_top a:link{
	color:#fff;
	text-decoration:underline;
}
.page_top a:visited{
	color:#fff;
	text-decoration:underline;
}
.page_top a:hover{
	color:#f00;
	text-decoration:underline;
}
.page_top a:active{
	color:#f00;
	text-decoration:underline;
}
pre{
    overflow:auto;
    line-height: normal;
}
pre > code{
    color:#333;
    overflow:auto;
    font-family:Consolas;
    line-height: normal;
}

a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover {
	color:#f00;
}
a:active{
	color:#f00;
}

.show{

}
.hideIn{
	-ms-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-ms-animation-name: fade;
	-moz-animation-name: fade;
	-webkit-animation-name: fade;
	-o-animation-name: fade;
	animation-name: fade;
}
.hoge{
	opacity:0;
}
@keyframes fade{
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-ms-keyframes fade{
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-moz-keyframes fade{
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-webkit-keyframes fade{
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
@-o-keyframes fade{
  from {
    opacity:0;
  }
  to {
    opacity:1;
  }
}
.static_style{
}

.fixed_top{
    position:fixed;
    top:0px;
}
.fixed_bottom{
    position:fixed;
    bottom:0px;
}
.absolute_bottom{
    position:absolute;
    bottom:-5px;
}
.recommend_style{
	width:auto !important;
	height:auto;
	position:static;
	padding:0px;
}