@charset "utf-8";

/* ▼　フォントサイズを変える場合はパーセンテージで指定しましょう ▼

   10px   =      77%
   11px   =      85%
   12px   =      93%
   13px   =     100%
   14px   =     108%
   15px   =     116%
   16px   =   123.1%
   17px   =     131%
   18px   =   138.5%
   19px   =   146.5%
   20px   =   153.9%
   21px   =   161.6%
   22px   =     167%
   23px   =     174%
   24px   =     182%
   25px   =     189%
 
   ▼　リセットCSS （基本データです。いじる時は注意しましょう）　▼ */

html {
   overflow-y: scroll;
   background: #fff;
   background-image: url();
   background-repeat: repeat-x;
   background-position: top left;
   background-attachment: fixed;
}

body {
   margin: 0;
   padding: 0;
   font: 13px/1.5 "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo", "メイリオ", "Lucida Grande", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  *font-size: small;
  *font: x-small;
   color: #353535;
}

h1, h2, h3, h4, h5, h6 {
   font-size: 100%;
   font-weight: normal;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
   margin: 0;
   padding: 0;
}

pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

select, input, button, textarea {
   font: 99% verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  *font-size: 100%;
   color: #555;
   padding: 2px;
   background: #fff;
   border: 1px solid #999;
}

table {
   border-collapse: collapse;
   border-spacing :0;
   font-size: inherit;
   font: 100%;
}

address, caption, cite, code, dfn, em, th, var {
   font-style: normal;
   font-weight: normal;
}

strong {font-weight: bold;}

pre, code, kbd, samp, tt {
   font-family: monospace;
  *font-size: 108%;
   line-height: 100%;
}

abbr, acronym {
   border: 0;
   font-variant: normal;
}

ol, ul {list-style: none;}

caption, th {text-align: left;}
 
fieldset, img {border: 0;}

legend {color: silver;}

sup {vertical-align: text-top;}

sub {vertical-align: text-bottom;}

q:before, q:after {content: '';}

a:link, a:visited {
   color: #2f32ca;
   text-decoration: none;
}

a:hover, a:active {
   color: #d5bfaa;
   text-decoration: none;
}

.clearfix {zoom:1;}
.clearfix:after {content:"";display:block;clear:both;}

/* ▼　ヘッダー ▼ */

#header {
   margin: 0 auto;
}

.header-top{
   width: 1026px;
margin:0 auto;
}
.header-right {
float:right;
   width: 845px;
text-align:;
   margin: 7px 0px 0px 0px;
}

#header h1 {
   color: #ddd;
   font-size: 108%;
   margin-left: 5px;
}

/* ▼　メニュー ▼ */

#menu {
   width: 100%;
   margin: 0px auto 0px auto;
   background: #ccc;
   border-top: 1px solid #999;
   border-bottom: 1px solid #999;
}

#menu ul {
   width: 1026px;
   margin: 0 auto;
   padding: 3px 0;
}

#menu li {
   float: left;
   text-align: center;
}

#menu li a {
   display: block;
   width: 162px;
   color: #666;
   border-right: 1px solid #bbb;
}

#menu li a:hover {
   color: #fff;
   font-weight: bold;
   background: #d5bfaa;
}

#menu li#bo a {border-left: 1px solid #bbb;}

/* ▼　レイアウト ▼ */

#blog-box {
   width: 1026px;
   margin: 0 auto;
}

#top-box {
   margin: 0px 0px 0px auto;
}

.top-left {
   float: left;
   width: 730px;
   margin: 0px 0px 0px auto;
}

.top-right {
   float: right;
   text-align:center;
   width: 280px;
   margin: 0px 0px 5px 0px;
}

#top2-box {
   float: ;left
   width: 730px;
   margin: 5px auto 5px auto;
}

#main-box {
   float: left;
   width: 730px;
}

#left-box {
   float: left;
   width: 250px;
   margin-left: -994px;
}

#right-box {
   float: left;
   width: 280px;
   margin-left: 16px;
}

/* ▼　エントリー ▼ */

.entry-title {
   color: #fff;
   font-size: 200%;
   font-weight: bold;
   padding: 5px 10px;
   background: #29589B;
   word-break:break-all;
}

.entry-title a {color: #fff;}

.entry-title a:hover {color: #d5bfaa;}

.entry-body {
   width: auto;
   font-size: 108%;
   margin-bottom: 16px;
   padding: 15px 15px 7px 15px;
   background: #ffffff;
   border: 1px solid #aaa;
   border-top: none;
   box-shadow: 0 3px 10px #777;
  -webkit-box-shadow: 0 3px 10px #777;
  -moz-box-shadow: 0 3px 10px #777;
   word-break:break-all;
}

.entry-body a {
   text-decoration: underline;
}

.entry-body a:hover {
   text-decoration: underline;
}


.open-more a {
   display: block;
   float: left;
   width: 339px;
   color: #fff;
   font-size: 93%;
   text-align: center;
   text-decoration: none;
   margin: 15px 16px 15px 0;
   padding: 2px 0;
   background: #374F7A;
   border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.read-more a {
   display: block;
   float: left;
   width: 339px;
   color: #fff;
   font-size: 93%;
   text-align: center;
   text-decoration: none;
   margin: 15px 0;
   padding: 2px 0;
   background: #374F7A;
   border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;

}

.read-more a:hover,
.open-more a:hover {
   color: #ddd;
   text-decoration: none;
   background: #374F7A;
}

.entry-footer {
   text-align: right;
   font-size: 85%;
   padding-top: 7px;
   border-top: 1px solid #999;
}

.fc2_footer {margin-top: 15px;}

.relate_dl {
 font-weight: bold;
 font-size: 18px;
 margin: 2.0em 0 0.5em !important;
 padding: 0 !important;
 border: 0 none !important;
 background: none !important;
}
.relate_dl .relate_dt {
 margin: 0 !important;
 padding: 0.5em 0.5em !important;
 border: 1px #d9d9d9 solid !important; /* 線の色 */
 line-height: 1.1 !important;
 background: #fafafa !important; /* 背景色 */
}
.relate_dl .relate_dd {
 margin: 0 !important;
 padding: 0 !important;
 border: 0 none !important;
 background: none !important;
}
.relate_dl .relate_ul {
 margin: 1em 0 1em 2em !important;
 padding: 0 !important;
 list-style-type: disc;
}
.relate_dl .relate_ul li {
 margin: 0 0 0.5em !important;
 padding: 0 !important;
 border: 0 none !important;
}

.entry-body blockquote {
   padding: 5px 10px;
   background: #fff;
   border: double #999;
}

.relate_dl .relate_ul .relate_li a:link {
 color: #0088cc;
}
.relate_dl .relate_ul .relate_li a:visited {
 color: #0088cc;
}
.relate_dl .relate_ul .relate_li a:hover {
 color: #dd0000;
}

/* --- 記事下ユーザータグ --- */
#main_contents .p_area .entry_body .entry_tag {margin: 1.7em 0 0.5em; font-size: 83%;}
#main_contents .p_area .entry_body .entry_tag li {display: inline; padding: 0; margin: 0 0.1em 3px 0;}
#main_contents .p_area .entry_body .entry_tag ul {
 margin: 1em 0 1em 2em !important;
 padding: 0 !important;
 list-style-type: disc;
}
#main_contents .p_area .entry_body .entry_tag a {
 white-space: nowrap; display: inline-block; padding: 2px 3px;
 background: #bbbbbb; color: #ffffff;
}

#main_contents .p_area .entry_body .entry_tag a:hover {background: #333333;}
/* END */

/* ▼　コメント＆トラックバック ▼ */

.com-meta {
   font-size: 93%;
   padding-bottom: 2px;
}

.com-meta span{
   font-size: 108%;
   font-weight: bold;
}

.com-meta a,
.com-meta a:hover {text-decoration: none;}

.com-body {
   margin-bottom: 16px;
   padding: 5px 10px;
   background: #fff;
   border: 1px solid #999;
}

.tb {font-weight: bold;}

.tb-url {padding-bottom: 8px;}

.tb-url input {width: 350px;}

/* ▼　コメントフォーム ▼ */

.com-form {
   width: 500px;
   margin-left: 186px;
   padding: 15px 0 9px 0;
}

.com-form dt {
   font-size: 93%;
}

.com-form dd input {
   width: 100%;
   font-size: 100%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #999;
   background: #fff;
}

.com-form dd textarea {
   width: 100%;
   height: 150px;
   font-size: 100%;
   margin-bottom: 5px;
   padding: 5px;
   border: 1px solid #999;
   background: #fff; 
}

.com-form dd input:hover,
.com-form dd textarea:hover {
   border: 1px solid #374F7A;

}

.com-form dd input:focus,
.com-form dd textarea:focus {
   border: 1px solid #374F7A;
}

.com-form p input {
   width: 200px;
   font-size: 100%;
   margin-top: -12px;
   color: #fff;
   background: #374F7A;
   border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;

}

.com-form p input:hover {
   color: #ddd;
   background: #374F7A;
   border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

/* ▼　ページナビ ▼ */

#content-nav {
   text-align: center;
   font-size: 116%;
   font-weight: bold;
   margin-bottom: 16px;
}

/* ▼　サイド ▼ */

.side-title {
   color: #fff;
   text-align: center;
   font-weight: bold;
   padding: 2px;
   background: #374F7A;
}

.side-body {
   color: #777;
   margin-bottom: 16px;
   padding: 15px;
   font-size: 100%;
   background: #ffffff;
   border: 1px solid #aaa;
   border-top: none;
   box-shadow: 0 2px 7px #777;
  -webkit-box-shadow: 0 2px 7px #777;
  -moz-box-shadow: 0 2px 7px #777;
  word-break:break-all;
}

.side-body a {color: #555;}

.side-body a:hover {
   color: #b89572;
   text-decoration: underline;
}

/* ▼　プラグイン ▼ */

.side-body ul {color: #374F7A;}

.side-body li {
   list-style-type: disc;
   list-style-position: outside;
   margin: 0 0 3px 10px;
}

.plugin-search input {margin-top: 5px;}

.plugin-mail input {margin-top: 5px;}

table.calender {width: 100%;}

table.calender caption {
   font-weight: bold;
   text-align: center;
   padding-bottom: 5px;
}

table.calender th {
   color: #555;
   text-align: center;
}

table.calender th#sun {color: #cc0000;}

table.calender th#sat {color: #0033ff;}

table.calender td {
   color: #999;
   text-align: center;
   background: #ddd;
   border: 3px solid #ffffff;
}

table.calender td a {
   display: block;
   color: #fff;
   background: #374F7A;
}

table.calender td a:hover {
   color: #fff;
   text-decoration: none;
   background: #b89572;
}

/* ▼　フッター ▼ */

#footer {
   color: #666;
   text-align: center;
   margin: 0 auto;
   padding: 0px 0 0px 0;
   background: #ccc;
}

.copy {
   font-size: 100%;
   padding: 0px 0 0px 0;
}

.copy a {
   color: gold;
   font-weight: bold;
   text-decoration: underline;
}

.copy a:hover {
   color: goldenrod;
   font-weight: bold;
   text-decoration: underline;
}

.fc2-pr {
   font-size: 85%;
   text-align: center;
}

.fc2-pr a {
   color: #fff;
}

.fc2-pr a:hover {
   color: #888;
}

.abcd{
    position:fixed;
    top:20px;/*固定させたい位置*/
}

.res {
    margin-bottom: 30px;
}

.t_b {
    padding-bottom: 10px;
}

.t_h {
    font-size:100%;
}

.t_i {
    background: none repeat scroll 0 0 #FAF8F8;
    border-left: 1px solid#CCCCCC;
    margin-top: -10px;;
    padding-left: 1em;
    margin-left: 1em;
}



.thumb_tube_menu {

	padding:0;
	margin:0;
	list-style-type: none;
}
.thumb_tube_menu li {
	width:50px;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
.thumb_tube_menu li a {
	position:relative;
	width:auto;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-shadow:0 -1px 0px #333,0 1px 0px #555;
	padding:10px 0;
	text-decoration:none;
	display:block;
	
	
	background: #2b606e;/*IE9の背景用*/
	background: -webkit-linear-gradient(top, #6fa7bc 0%, #3b7b91 50%, #2f6474 50%, #2b606e 100%);/*Google Chrome、Safari*/
	background: -moz-linear-gradient(top, #6fa7bc 0%, #3b7b91 50%, #2f6474 50%, #2b606e 100%);/*Firefox用*/
	background: -o-linear-gradient(top, #6fa7bc 0%, #3b7b91 50%, #2f6474 50%, #2b606e 100%);/*Opera*/
	background: -ms-linear-gradient(top, #6fa7bc 0%, #3b7b91 50%, #2f6474 50%, #2b606e 100%);/*Internet Explorer*/
	background: linear-gradient(top, #6fa7bc 0%, #3b7b91 50%, #2f6474 50%, #2b606e 100%);

	
	border-left:1px solid #1f5260;/*仕切り線*/
	
	
	box-shadow: 1px 0px 0px rgba(225,225,225,0.4) inset,/*1pxのハイライト*/
			    -1px 0px 0px rgba(225,225,225,0.2) inset,/*1pxのハイライト*/
			    0px 1px 1px rgba(0,0,0,0.1) inset,
			    0px -1px 1px rgba(0,0,0,0.3) inset,
			    0px 1px 3px #666;
				
}


.thumb_tube_menu li.first a{
	border-left:0px;
	border-radius:8px 0 0 8px;
	-moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	-o-border-radius:8px 0 0 8px;
	-ms-border-radius:8px 0 0 8px;

	border-left:0;
				  

}


.thumb_tube_menu li.last a {
	display:block;
	border-radius:0 8px 8px 0;
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	-o-border-radius:0 8px 8px 0;
	-ms-border-radius:0 8px 8px 0;
					  

}


.thumb_tube_menu li a:hover {
	background:#6aa3b8;
	background: -webkit-linear-gradient(top, #2c606f 1%, #6aa3b8 100%);
	background: -moz-linear-gradient(top, #2c606f 1%, #6aa3b8 100%);
	background: -o-linear-gradient(top, #2c606f 1%, #6aa3b8 100%);
	background: -ms-linear-gradient(top, #2c606f 1%, #6aa3b8 100%);
	background: linear-gradient(top, #2c606f 1%, #6aa3b8 100%);
	
}


.thumb_tube_menu li.active a {
	background:#6aa3b8;
	background: -webkit-linear-gradient(top, #2c606f 1%, #6aa3b8 100%);
	background: -moz-linear-gradient(top, #2c606f 1%, #6aa3b8 100%);
	background: -o-linear-gradient(top, #2c606f 1%, #6aa3b8 100%);
	background: -ms-linear-gradient(top, #2c606f 1%, #6aa3b8 100%);
	background: linear-gradient(top, #2c606f 1%, #6aa3b8 100%);
	

}


.thumb_tube_iframe{
	display:none;
}

.thumb_tube_player_control{
	display:none;
	margin-bottom:5px;
}
.thumb_tube_player_control:after{
    content: ""; 
    display: block; 
    clear: both;
}


.thumb_tube_info_table_td2{
	vertical-align:bottom;
	padding-bottom:5px;
}

/* --- 記事下ユーザータグ --- */
.entry_tag {margin: 1.7em 0 0.5em; font-size: 83%;}
.entry_tag li {display: inline; padding: 0; margin: 0 0.1em 3px 0;}
.entry_tag a {
 white-space: nowrap; display: inline-block; padding: 2px 3px; text-decoration: none;
 background: #bbbbbb; color: #ffffff;
}
.entry_tag a:hover {background: #333333;}
/* END */