@charset "utf-8";

/* Last Update - ----/--/-- */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.both{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

body {
font-size: 85%;
color: #333;
margin: 0;
padding: 0;
background: #FFF;
font-family: "メイリオ", Meiryo, Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

a:link { color: #333; text-decoration: underline;}
a:visited { color: #333; text-decoration: underline;}
a:hover { color: #333; text-decoration: none;}
a:active { color: #333; text-decoration: none;}

#wrap {
width: 1200px;
margin: 0 auto;
}

#myad { 
width: 728px;
margin: 0 auto 30px;
}

html body div#wrap div#content div#e.permanentbody {
width: 800px;
height: 600px;
}

#blogname {
width: 100%;
margin: 0 0 30px;
}

h1 {
font-size: 180%;
font-weight: normal;
margin: 20px 0 10px;
padding: 0;
}

h1 a:link { color: #333; text-decoration: none;}
h1 a:visited { color: #333; text-decoration: none;}
h1 a:hover { color: #333; text-decoration: none;}
h1 a:active { color: #333; text-decoration: none;}

h2 {
font-size: 90%;
font-weight: normal;
margin: 0;
padding: 0 20px;
}

#content { width: 100%;}

.topentrybody {
width: 500px;
height: 400px;
position: relative;
}

.topentrybody:nth-child(2) {margin-top:200px;}
.topentrybody:nth-child(even) {float:right; margin-bottom: 200px; height: 400px;}
.topentrybody:nth-child(odd) {float:left; margin-bottom: 200px; height: 400px;}

#entryhead { margin: 0 0 10px;}

.topentrybody:nth-child(even) p.entrydate {
float: left;
color: #666;
font-size: 100%;
text-align: center;
margin: -5px 0 0 -80px;
padding: 5px 10px 0;
border: 1px #888 solid;
background: #FFF;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.topentrybody:nth-child(odd) p.entrydate {
float: right;
color: #EEE;
font-size: 100%;
text-align: center;
margin: -5px -80px 0 0;
padding: 5px 10px 0;
border: 1px #888 solid;
background: #555;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

.permanentbody {
float: left;
width: 500px;
height: auto;
margin: 0 0 30px;
position: relative;
}

.permanentbody p.entrydate {
float: right;
color: #EEE;
font-size: 100%;
text-align: center;
margin: -5px -80px 0 0;
padding: 5px 10px 0;
border: 1px #888 solid;
background: #555;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

p.entrydate span { font-size: 140%;}

span.partition { color: #CCC;}

h3.entrytitle {
border-bottom: 1px #888 solid;
padding: 25px 5px 5px;
}

h3.entrytitle span {
position: absolute;
top: 40px;
font-size: 100%;
font-weight: normal;
margin: 0 5px;
padding: 0 5px;
background: #FFF;
}

.entrytext, .formtext {
font-size: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.entrytext ul li {
margin: 0 0 5px 20px;
padding: 0;
list-style: square;
}

.entrytext img {
margin: 5px;
padding: 3px;
border: 1px #CCC solid;
}

.formtext img {
margin: 0 2px 2px;
padding: 0;
border: none;
}

.entryinfo {
margin: 10px 10px 0;
}

.entrystate {
text-align: right;
margin: 0;
padding: 0 5px;
border-top: 1px #CCC solid;
}

blockquote {
margin: 5px;
padding: 3px;
border: 1px #DDD solid;
}

#section {
float: left;
width: 500px;
margin: 0 50px 30px;
padding: 15px 0 0;
position: relative;
border-top: 10px #666 solid;
}

.sectiontitle {
position: absolute;
top: -14px;
margin: 0 0 50px;
padding: 0 10px 0 0;
background: #FFF;
}

#titlelistbody {
width: 500px;
}

.readmore {
width: 500px;
margin-top: 30px;
}

.readmore a {
display:block;
padding: 5px 10px;
background: #999;
border-top: 1px solid #DCDCDC;
color: #EEE;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-align: center;
}

.readmore a:hover {
background: #111;
border-top: 1px solid #656565;
color: #EEE;
}

#pluginarea {
margin: 0;
padding: 20px 0 0;
border-top: 1px #999 solid;
background: #ECECEC;
}

.plugin {
width: 1200px;
margin: 0 auto;
}

.menubody {
width: 220px;
float: left;
margin: 0 10px 20px;
}

h4.plugtitle {
font-size: 100%;
font-weight: normal;
margin: 0 0 10px;
padding: 0 5px;
border-bottom: 1px #999 solid;
}

.menutext {
font-size: 100%;
margin: 0;
padding: 0 5px;
overflow: hidden;
}

.menutext ul li {
margin: 0 0 5px 20px;
padding: 0;
list-style: square;
}

.calender {
width: 100%;
padding: 0.5em 0;
text-align: center;
}

.calender th {
border-bottom: 1px solid #333;
font-weight: normal;
}

th#sun { color: #d35350; border-bottom: 1px solid #d35350;}
th#sat { color: #0080ff; border-bottom: 1px solid #0088ff;}

.calender td {
text-align: center;
padding: 0.1em;
color: #999;
}

.calender td a { display: block;}

.calender td a:link, .calender td a:visited { text-decoration: underline;}
.calender td a:hover, .calender td a:active { text-decoration: none;}

p.formnavi {
float: right;
width: 500px;
margin: 0 auto;
color: #AAA;
font-size: 100%;
text-align: center;
margin: 0;
padding: 0 0 30px;
}

.admenu {
margin: 0;
padding: 0;
font-size: 95%;
height: 20px;
}

.admenu ul li {
padding: 0;
display: inline;
background: none;
}

.admenu a {
display: block;
float: right;
height: 20px;
padding: 0 10px;
}

#formbody {
float: right;
width: 580px;
margin: 0;
padding: 0;
}

.combody {
margin: 0 0 50px;
padding: 0;
}

.tbbody { margin: 50px 0 0;}

h4.formtitle {
color: #EEE;
font-weight: normal;
font-size: 100%;
text-align: center;
margin: 0 0 10px;
padding: 0 10px;
border: 1px #888 solid;
background: #555;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}

p.pagenavi {text-align: center;}

#page-top {
position: fixed;
bottom: 10px;
right: 10px;
font-size: 100%;
}

#page-top a {
text-decoration: none;
color: #333;
width: 80px;
padding: 10px 0;
text-align: center;
display: block;
background: #BABABA;
border-top: 1px solid #CCC;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
text-align: center;
}

#page-top a:hover {
background: #444;
border-top: 1px solid #959595;
color: #FFFFFF;
}

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	float: left;
	left: 50%;
	position: relative;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	left: -50%;
	position: relative;
}


.light-theme a, .light-theme span {
float: left;
color: #666;
font-size:14px;
line-height:24px;
font-weight: normal;
text-align: center;
border: 1px solid #BBB;
min-width: 14px;
padding: 0 7px;
margin: 0 5px 0 0;
border-radius: 3px;
}

.light-theme a:hover {
text-decoration: none;
background: #FCFCFC;
}

.light-theme .current {
background: #666;
color: #FFF;
border-color: #444;
cursor: default;
}

.light-theme .ellipse {
background: none;
border: none;
border-radius: 0;
box-shadow: none;
font-weight: bold;
cursor: default;
}

p.com_title { padding-left: 5px;}

.com_state {
text-align: right;
margin: 0 0 50px;
padding: 0;
}

.tb_text {
font-size: 90%;
margin: 0 0 20px;
padding: 5px 10px 0;
}

p.baton_title { padding: 1px 5px;}

dt.baton_q {}

dd.baton_a { margin: 0 0 5px;}

ul.all { margin: 0 0 20px; padding: 0;}

.relate_dl {
margin: 10px 10px 20px;
padding: 5px 10px;
background: #FAFAFA;
}

.relate_dt {
margin: 0 0 10px;
}

textarea,input,select {
font-family: "\30D2\30E9\30AE\30CE\20Pro\20W3","Osaka","Verdana","Helvetica","Arial","\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF",sans-serif;
font-size: 100%;
margin: 0 2px 3px 0;
border: 1px #AAA solid;
background: transparent;
}

img.emoji {
margin: 0;
padding: 0 1px;
border: 0;
vertical-align:middle;
background: transparent;
}

.new {
position: absolute;
top: 15px;
font-size: 120%;
color: #CF8184;
margin: 0;
padding: 0;
font-weight: normal;
}

img { border: none;}

br { letter-spacing: normal;}

hr { border: 1px #CCC solid;}

.more, .entry-more { margin: 10px 0;}

span.open { padding: 0;}

p.close { padding: 10px 0 0;}

.fc2_footer { margin: 0; padding: 5px 0;}

.fc2_footer img { float: none; border: none; background: transparent;}

p.plugin-myimage img { border: 1px #CCC solid;}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;} /* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;} /* End hide from IE-mac */

/* 著作権とFC2広告につき以下の削除・改変禁止 */
#footer {
clear: both;
text-align: center;
font-size: 100%;
margin: 0;
padding: 10px;
border-top: 1px #DDD solid;
}