html {
	overflow: auto;
}

html,body {
	width : 100%;
	font-family: 'meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif;
	background: url(./commons/bodybg.png) #141418;
}

body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
}

a:link {
	color: deepskyblue;
}

a:visited {
	color: deepskyblue;
}

a:hover {
	color: #faa;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style-type: none;
}

div.boxentryheader, div.entryheader, h5#comtop {
font-family: 'Merriweather Sans', sans-serif;
}

div.sidetitle {
	font-family: 'Raleway', sans-serif;
}


/* [wrapper]
-------------------------------------------------------------- */
div#wrap {
	width: 1100px;
	margin: 5px auto;
	padding: 10px 20px 15px;
	overflow-y: hidden;
	position: relative;
/*	_height: 1%;
	background: #fff;
	box-shadow: 0px 3px 15px #ccc;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
*/	border-radius: 0px 0px 5px 5px;
}

div#wrapper:after, div.commentwrap:after, div.activecomment:after, div#header:after, ul.recent-article-image li:after, div#fcolumn:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/* [header]
-------------------------------------------------------------- */
div.naviarea {
	min-width: 1100px;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	background: #18181a;
	font-weight: 300;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

div.naviarea a {
	display: block;
	width: 150px;
	font: normal normal 500 15px / 15px 'メイリオ', sans-serif;
	color: #FFFFF;
	border-left: 1px solid #222422;
	line-height: 40px;
}

div.naviarea a:hover {
	background: #020000;
}

div.naviarea a.last {
	width: 146px!important;
	border-right: 1px solid #222422;
}

div.naviarea a.btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
}

div.naviarea a.btn img {
	padding: 1px 0 0;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

div.naviarea a.btn:hover > img {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

a.btn#twitter {
	background: url(./commons/icon_twitter.png) top center no-repeat;
}

a.btn#rss {
	background: url(./commons/icon_rss.png) top center no-repeat;
}

ul.navilist {
	position: relative;
	width: 1102px;
	margin: 0 auto;
	padding: 0;
}

ul.navilist li {
	float: left;
	padding: 0;
	text-align: center;
}

ul.navilist li.naviicon {
	/*float: right;*/
	position: absolute;
	right: 0;
	padding: 0;
}

div#header {
	min-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}

div#headerinner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding: 0;
}

a#logobanner {
	display: inline-block;
	width: 672px;
	height: 300px;
}

a#logobanner:hover {
/*	background: url(./commons/sitelogo_bg.png);*/
	filter: (opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

div#head_banner {
	float: right;
	padding: 0;
	width: 728px;
	height: 90px;
	background: #888;
	text-align: center;
	line-height: 90px;
}

div#head_rtrank {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 120px;
}

div#head_rtrank div.popularArticlesWithImage.A ul li {
	margin: 0 25px 0 0 !important;
}

div#siteinfo {
	width: 210px;
	height: 180px;
	background: #eddab2;
	padding: 10px;
	text-align: center;
}


/* [blogroll]
-------------------------------------------------------------- */
div.blogroll-channel {
	float: left;
	width: 384px;
	height: 100%;
	margin: 0;
	padding: 0;
}

.blogroll-channel .blogroll-list-wrap {
	margin: 0;
	padding: 10px;
	overflow: hidden;
}

.blogroll-channel .blogroll-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.3;
}

.blogroll-channel .blogroll-list a {
	display: inline-block;
	width: 350px;
	margin: 0;
	padding: 5px 5px 5px 20px;
	border-bottom: 1px dashed #333;
	background: url(./commons/icon_caption.png) -15px center no-repeat;
	white-space: nowrap;
}

.blogroll-channel .blogroll-list a:hover {
	background: url(./commons/icon_caption.png) 0px center no-repeat #222;
}

.blogroll-channel .blogroll-link-time {
	display: none;
}

.blogroll-channel div {
	margin: 20px 0 0 10px;
}


/* [main]
-------------------------------------------------------------- */

div#main {
	width: 780px;
	margin-left: 320px;
	padding: 0 0 10px;
}

img#midashi {
	margin: -20px 0px 5px 10px;
}

div#contents {
	margin: 0 auto;
	padding: 10px 0;
	background: #fdfdfd;
	box-shadow: 0px 2px 15px #fff;
	border-top: 3px solid #222;
	border-bottom: 3px solid #222;
	border-radius: 10px;
}

div#leftside {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 300px;
	height: auto;
	margin-right: 13px;
	padding: 10px 0;
	background: url(./commons/side_bg.png) rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
	border-top: 3px solid #444;
	border-right: 1px solid #000;
	border-bottom: 3px solid #444;
	border-left: 1px solid #000;
	border-radius: 10px;
}

/*
div#sidead {
	position: absolute;
	display: none;
	width: 300px;
	height: 600px;
	margin-right: 13px;
	padding: 10px 0;
	background: url(./commons/side_bg.png) rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
	border-top: 3px solid #444;
	border-right: 1px solid #000;
	border-bottom: 3px solid #444;
	border-left: 1px solid #000;
	border-radius: 10px;
}
*/

div#headline {
	margin: 0 auto 20px;
	padding: 0 auto;
	width: 778px;
	height: 380px;
	border-top: 3px solid #444;
	border-bottom: 3px solid #444;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 8px;
	background: url(./commons/side_bg.png) rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
	background-image: url(./commons/side_bg.png);
	overflow: hidden;
}

div#rssinner {
	margin: 0 auto 15px;;
	padding: 0 auto;
	width: 780px;
	height: 480px;
/*	border-top: 3px solid #444;
	border-bottom: 3px solid #444;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-radius: 8px;
	background: url(./commons/side_bg.png) rgba(0,0,0,0.0);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
	background-image: url(./commons/side_bg.png);
*/
	overflow: hidden;
}


h3#rssheader {
	display: inline-block;
	margin: 0 0 0 20px;
	padding: 0;
	color: #666;
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

h3#rssheader2 {
	display: inline-block;
	margin: 0 0 0 0px;
	padding: 0;
	color: #666;
	font-size: 20px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
}


div#headline:hover {
/* RSSの数が増えてきたら必要な高さに合わせてここを設定 */
	height: 450px;
	border-top: 3px solid #fdd;
	border-bottom: 3px solid #fdd;
	border-left: 1px solid #fdd;
	border-right: 1px solid #fdd;
	box-shadow: 0 0 8px #faa inset;
}

div#rssinner:hover {
	height: 480px;
}


div.sidetitlebody {
	margin-left: 5px;
	min-height: 50px;
	background: url(./commons/sideh_bg.png) left top repeat-y;
}

div.sidetitle {
	display: table-cell;
	height: 50px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: 300;
	text-shadow: 1px 1px 2px #444;
	line-height: 1.1;
	vertical-align: middle;
	color: #ccc;
}

div.sidetitle:first-letter {
	margin-right: 3px;
	font-size: 42px;
	color: deepskyblue;
}

/*
div.sidetitlebody:hover > div.sidetitle:first-letter {
	color: #faa;
}
*/

div.side {
	width: auto;
	height: auto;
	margin: 15px 0 20px;
	padding: 0 10px;
	color: #888;
}

div.sidebody {
	margin: 0;
	font-size: 16px;
}

div.plugin-categorize.sidewrapper a, div.plugin-monthly.sidewrapper a {
	display: block;
	border-bottom: 1px dashed #333;
	padding: 10px 5px 10px 5px;
}

div.plugin-categorize.sidewrapper a:hover, div.plugin-monthly.sidewrapper a:hover {
	background: #222;
}

div.plugin-recent_articles.sidewrapper a {
	display: block;
	border-bottom: 1px dashed #333;
	padding: 10px 5px 10px 20px;
	background: url(./commons/icon_caption.png) -15px center no-repeat;
}

div.plugin-recent_articles.sidewrapper a:hover {
	background: url(./commons/icon_caption.png) 0px center no-repeat #222;
}

div.adbanner {
	margin: 0 auto 20px;
	padding: 0;
	width: 728px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	background: #bbb;
}


/* [entry]
-------------------------------------------------------------- */

div#entrybox, div#entryarea, div#commentarea {
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 5px;
}

div.boxwrap {
	padding: 10px 0 0;
	cursor: pointer;
}

div.boxwrap:hover {
	background: #eee;
}

div.boxwrap:hover > div a.boxentrytitle {
	color: #faa;
}

div#entryarea {
	margin: 10px auto 30px;
}

div.entry {
	width: auto;
	margin: 0;
	padding: 20px 20px;
}

div.boxentryheader {
	position: relative;
	width: auto;
	padding: 0;
	margin: 10px 10px 0;
	border-bottom: 1px solid #aaa;
	text-shadow: 1px 1px 2px #ddd;
}

div.entryheader {
	position: relative;
	width: auto;
	margin: 10px 10px 20px;
	padding: 10px 0 0;
	background: url(./commons/header_bg.png) left top no-repeat;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-shadow: 1px 1px 2px #ddd;
	box-shadow: 3px 3px 3px #eee;
}

img#boxthumb {
	width: 160px;
	height: 100px;
	margin: 0 10px;
	padding: 3px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #ccc;
	display: inline-block;
}
/*
:root img#boxthumb {
	background: url(./commons/boxbg.png) no-repeat;
}
*/

a.boxentrytitle {
	display: inline-block;
	padding: 0;
	font-size: 25px;
	font-weight: 500;
	max-width: 450px;
	line-height: 1.1;
	min-height: 44px;
	vertical-align: top;
}

a.entrytitle {
	display: inline-block;
	padding: 0 0 6px 30px;
	font-size: 25px;
	font-weight: 500;
	max-width: 635px;
	line-height: 1.1;
	min-height: 44px;
}

a.entrytitle:first-letter {
	font-size: 40px;
	color: deepskyblue;
}

a.entrytitle:link{
	color: #666;
}

a.entrytitle:hover {
	color: #faa!important;
}

div.btnlist {
	position: absolute;
	right: 0;
	bottom: 10px;
}

div.entryinfo {
	color: #888;
	margin: 10px 0 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid #eee;
}

div.entryinfo span {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
}

span.catinfo {
	margin-left: 10px;
	padding:  0 0 0 28px;
	background: url(./commons/icon_category.png) left center no-repeat;
}

a.catlink {
	margin-right: 10px;
	font-size: 14px;
}

span.postinfo {
	padding: 0 0 0 30px;
	background: url(./commons/icon_posted.png) left center no-repeat;
}

span.btnbox {
	float: right;
	padding-top: 2px;
	margin-right:5px;
}

span.btnbox:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

a.comcount {
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	width: 72px;
	height: 60px;
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	background: url(./commons/comcount_bg.png) center left no-repeat;
}

.twitter-share-button.twitter-count-horizontal, .hatena-bookmark-button-frame {
	margin-bottom: -3px;
}

.twitter-share-button.twitter-count-horizontal {
	width: 110px !important;
}

div.entry-body {
	padding: 10px 15px;
}

.entry-body blockquote {
	width: 90%;
	margin: 0 auto;
	padding: 5px 10px;
	border-top: 1px dashed #BBB;
	border-left: 1px dashed #BBB;
	border-right: 1px dashed #BBB;
	border-bottom: 1px dashed #BBB;
	background: #fff;
}


img.pict {
	max-width: 735px;
	height: auto;
	padding: 5px;
	border: 1px solid #aaa;
	box-shadow: 1px 1px 5px #ccc;
}

/*
div#admin img.pict {
	padding: 0;
	border: none;
	box-shadow: none;
}

*/
/* [最新ツイートパーツ]
-------------------------------------------------------------- */

div#tweetlist{
	width: 750px;
	margin: 0 auto 10px;
	text-align:left;
}

div#tl-title,div#tl-more{
height:43px;
background:#f9f9f8;
background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#f4f4f2));
background:-webkit-linear-gradient(#ffffff,#f4f4f2);
background:-moz-linear-gradient(#ffffff,#f4f4f2);
background:-o-linear-gradient(#ffffff,#f4f4f2);
background:-ms-linear-gradient(#ffffff,#f4f4f2);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#f4f4f2');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#f4f4f2')";
background:linear-gradient(#ffffff,#f4f4f2);
border:1px solid #e6e3e3;
}

div#tl-title{
-webkit-border-radius:6px 6px 0 0;
-moz-border-radius:6px 6px 0 0;
-o-border-radius:6px 6px 0 0;
-ms-border-radius:6px 6px 0 0;
border-radius:6px 6px 0 0;
position:relative;
}

div#tl-title h3{
margin:0;padding:14px 0 14px 53px;
font-size:14px;
color:#333333;
background:url("http://parts.blog.livedoor.jp/js/official/tweets/icon.gif") no-repeat 10px 10px;
border:0;
}

div#tl-title a.tl-button{
background-color:#f8f8f8;
background:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#dedede));
background:-webkit-linear-gradient(#ffffff,#dedede);
background:-moz-linear-gradient(#ffffff,#dedede);
background:-o-linear-gradient(#ffffff,#dedede);
background:-ms-linear-gradient(#ffffff,#dedede);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#dedede');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#dedede')";
background:linear-gradient(#ffffff,#dedede);
border:1px solid #cccccc;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
border-radius:3px;
color:#333333;
font-size:13px;
font-weight:bold;
text-decoration:none;
text-align:center;
width:80px;
top:8px;
right:20px;
padding:6px;
position:absolute;
display:block;
overflow:hidden;
}

div#tl-title a.tl-button:hover{
background:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
background:-webkit-linear-gradient(#f8f8f8,#d9d9d9);
background:-moz-linear-gradient(#f8f8f8,#d9d9d9);
background:-o-linear-gradient(#f8f8f8,#d9d9d9);
background:-ms-linear-gradient(#f8f8f8,#d9d9d9);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8',endColorstr='#d9d9d9');
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8',endColorstr='#d9d9d9')";
background:linear-gradient(#f8f8f8,#d9d9d9);
border:1px solid #bbbbbb;
}

div#tl-more{
-webkit-border-radius:0 0 6px 6px;
-moz-border-radius:0 0 6px 6px;
-o-border-radius:0 0 6px 6px;
-ms-border-radius:0 0 6px 6px;
border-radius:0 0 6px 6px;
text-align:center;
}

div#tl-more a img{
padding:13px;
border:0;
}

div#tl-content{
background:#ffffff;
border-left:1px solid #e6e3e3;
border-right:1px solid #e6e3e3;
}

div#tl-content div.tl-notweet{
font-size:14px;
text-align:center;
padding:15px;
}

div#tl-content ul{
list-style-type:none;
margin:0;
padding:0;
max-height:400px;
overflow-y:auto;
position:relative;
}

div#tl-content ul li{
min-height:58px;
margin:0;
padding:5px 10px 5px 10px;
border-top:1px solid #e6e3e3;
position:relative;
}

div#tl-content ul li:first-child{
border-top:0px;
}

div#tl-content ul li:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}

div.tl-info{
position:relative;
height:20px;
margin-left:58px;
}

div.tl-info a{
text-decoration:none;
}

div.tl-info img{
position:absolute;
top:5px;
left:-58px;
border:1px solid #ffffff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-o-border-radius:5px;
-ms-border-radius:5px;
border-radius:5px;
}

div.tl-info span.tl-name{
font-size:14px;
font-weight:bold;
margin-right:5px;
}

div.tl-info a span.tl-name{
color:#333333;
text-decoration:none;
}

div.tl-info a:hover span.tl-name{
color:#0084b4;
text-decoration:underline;
}

div.tl-info span.tl-nick,
div.tl-info span.tl-time{
font-size:12px;
}

div.tl-info span.tl-time{
position:absolute;
top:4px;
right:0;
}

div.tl-info a span.tl-nick,
div.tl-info a span.tl-time{
color:#999999;
text-decoration:none;
}

div.tl-info a:hover span.tl-time{
color:#0084b4;
text-decoration:underline;
}

div.tl-tweet{
font-size:13px;
line-height:16px;
margin-left:58px;
margin-bottom:5px;
}

div.tl-tweet span.low{
font-size:12px;
color:#cccccc;
}


/* [記事下]
-------------------------------------------------------------- */

div#bottombtn {
	/* height: 40px; */
	margin: 0 0 10px;
	text-align: center;
}
div#btmbtn a {
	margin: 0 0 10px;
}

/*
div#bottombtn a:hover {
	filter: (opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}
*/

div#bottombtn img {
	width: 270px;
}

div#bottombtn img:hover {
	width: 320px;
}

div.innerbanner {
	margin: 0 auto;
	padding: 0;
	width: 728px;
	height: 90px;
	text-align: center;
	line-height: 90px;
}
div.inentry {
	margin: 20px auto 40px;
}

div.innerbanner2 {
	margin: 0 auto;
	padding: 0;
	width: 728px;
	height: 280px;
	text-align: right;
	line-height: 90px;
}

div#boxad {
	margin: 0 auto;
	padding: 0;
	width: 336px;
	height: 280px;
	display: inline-block;
}
div#btmbox {
	width: 300px;
	height: 280px;
	margin-left: 50px;
	display: inline-block;
	text-align: center;
}
#blogranking {
	margin: 0 auto;
	display: inline-block;
	width: 212px;
}
div#btmarea {
	width: 728px;
	margin: 0 auto;
	height: 310px;
}







div.rakutenad {
	margin: 0 auto;
	padding: 0;
	width: 728px;
	height: 200px;
	text-align: center;
	line-height: 90px;
	background: #bbb;
}


/* [comment]
-------------------------------------------------------------- */

div#commentarea {
	width: 728px;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 20px;
	border-radius: 7px;
	color: #444;
}

#comments-list {
	margin: 0 0 20px 0;
	border-top: 1px solid #aaa;
}

h5#comtop {
	margin: 0 0 0 10px;
	padding: 20px 15px 5px 35px;
	font-size: 22px;
	font-weight: 300;
	text-shadow: 1px 1px 2px #ccc;
	line-height: 1.1;
	color: #444;
	background: url(./commons/comment_midashi.png) left center no-repeat;
}

h5#comtop:first-letter {
	margin-right: 3px;
	font-size: 42px;
	color: deepskyblue;
}

#com_1 {
}

.commentwrap {
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
}

.activecomment {
	padding: 10px 0;
	background: #fdd;
	border-top: none !important;
	border-bottom: 1px dashed #fdd;
	-moz-box-shadow: 0px 0px 15px 15px #fdd;
	-webkit-box-shadow: 0px 0px 15px 15px #fdd;
	box-shadow: 0px 0px 15px 15px #fdd;
}

.commentheader {
	float: left;
	width: 160px;
}

.commentbody {
	position: relative;
	float:right;
	padding:0 0 0 10px;
	border-left:solid 1px #888;
	min-height: 70px;
	height: auto;
	width: 510px;
	font-size: 16px;
	line-height: 18px;
}

.commentheader h6 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.commentheader ul {
	font-size: 12px;
	margin: 5px 0;
	padding: 5px 0 0;
	border-top: 1px solid #888;
	color: #aaa;
}

.comres {
	float: right;
}

p.text {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.number {
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: bold;
	font-style: oblique;
	color: #ddd;
	z-index: 0;
}

#comment-form * {
	margin: 0;
	padding: 0;
}

#comment-form{
	margin: 0;
	padding: 0 10px 10px 10px;
	border: 1px solid #EEE;
	line-height: 22px;
	box-shadow: 2px 2px 5px #ccc;
}

#comment-form p{
	margin: 0 0 10px;
}

p.error {
	display: none;
	padding: 10px;
	border: 1px dased #888;
	color: #F00;
}

#form-button{
	margin: 0;
}

#comment-form input#author {
	border: 1px solid #ccc;
	width: 180px;
	line-height: 20px;
	padding: 2px;
	font-size: 16px;
}

#comment-form input#author:focus {
	box-shadow: 0 0 5px #faa inset;
}

textarea#comment {
	border: 1px solid #ccc;
	width: 700px;
	height: 200px;
	padding: 2px;
	font-size: 16px;
}

textarea#comment:focus {
	box-shadow: 0 0 5px #faa inset;
}

#form-button input.button {
	text-size: 16px;
	width: 706px;
	height: 30px;
}

div.side form input.sfbtn, {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 1px;
}

p.tooltip {
	position: absolute;
	display: none;
	width: 658px;
	padding: 10px 10px;
	background: #fdd;
	border: 1px solid #888;
	border-radius: 5px;
	box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.2);
	z-index: 9999;
	filter: alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
}

a.comanchor {
	display: inline-block;
	padding: 0 10px 5px 0;
}

/* [footer]
-------------------------------------------------------------- */

div#footer {
	position: static;
	width: 100%;
	min-width: 1000px;
	margin: 20px 0 0;
	background: rgba(0,0,0,0.4);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77000000,EndColorStr=#77000000);
	z-index: 9999;
	border-top: 2px solid #888;
}

div#footerinner {
	width: 1100px;
	margin: 0 auto;
	padding: 10px 0;
	opacity: 1;
	font-size: 14px;
}

div#fcolumn {
	float: left;
	width: 350px;
	height: 650px;
	margin: 0 20px 0 0;
	background: #fff;
	border: 2px solid #666;
	border-radius: 5px;
}

div#fcolumn.last {
	float: left;
	width: 348px;
	margin: 0;
	background: #fff;
	border: 2px solid #666;
	border-radius: 5px;
}

div#fcolumn div#linklist {
	margin: 0 0 15px;
	padding: 0;
}

div#fcolumn div#linklist h3 {
	margin: 0;
	padding: 0 0 10px 10px;
	color: #666;
}

div#fcolumn div#linklist a {
	display: inline-block;
	float: left;
	margin: 0 7px;
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
	border-bottom: 1px dashed #ccc;
	width: 160px;
}

div#fcolumn div#linklist a:hover {
	background: #eee;
}

div#fcolumn div {
	margin: 0 auto;
}

div#i2i-00208891-viewwrap {
	margin: 10px auto;
}

div#footerinner h2 {
	font-size: 22px;
	margin: 5px 10px 20px 8px;
	padding: 0 10px 3px 5px;
	text-shadow: 1px 1px 3px #ddd;
	border-left: 3px solid #aaa;
	border-bottom: dashed 1px #aaa;
	text-align: center;
	color: #666;
}

#fbanner {
	text-align: center;
}

#fbanner img {
	vertical-align: middle;
}

span.copy {
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	text-align: center;
	color: #fff;
	clear: both;
}

span.copy a {
	color: #fff;
}


/* [記事本文設定]
-------------------------------------------------------------- */

.entry blockquote{
	width: 90%;
	padding: 5px 15px;
	margin: 5px 10px;
	border: solid 1px #888;
	line-height: 170%;
}

.entry p.aa {
	font-family: "ＭＳ Ｐゴシック","ＭＳＰゴシック","MSPゴシック","MS Pゴシック","MS PGothic";
	font-size: 12px;
	line-height: normal;
	letter-spacing: normal;
}


/* [記事下コメント設定]
-------------------------------------------------------------- */

div#chara {
	position: relative;
	margin: 20px auto;
	width: 680px;
	height: 100px;
	background: url(./commons/comment_bg.png) no-repeat;
}

pre#entrycomment {
	position: absolute;
	top: 18px;
	left: 180px;
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
/*	white-space: pre;
*/
}

/* [フェード設定]
-------------------------------------------------------------- */

body, div.adlink, span.amatitle, div#headline, div#rssinner, #pagenavi li, div.commentwrap {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

div#leftside a, input, textarea, div.title, div.naviarea a, div.boxwrap, div#contents a, div#content div.popularArticlesWithImage.A ul li, div.naviarea a.btn img, p.navibtn, .blogroll-list a, div#bottombtn img, .pager a, a#logobanner {
}


/* [カテゴリ最新記事のスタイル]
-------------------------------------------------------------- */

.related-articles {
	width: 700px;
	margin: 0 auto 30px;
	padding: 10px 10px 10px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
.related-articles h3 {
	margin: 0 0 10px;
	padding: 0;
	color: #666;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}

.related-articles ul {
	margin: 0;
	padding: 0;
	font-size: 16px;
	list-style: none;
}

.related-articles a {
	display: block;
	border-bottom: 1px dashed #ddd;
	padding: 5px 5px 5px 20px;
	background: url(./commons/icon_caption.png) -15px center no-repeat;
}

.related-articles a:hover {
	background: url(./commons/icon_caption.png) 0px center no-repeat #f8f8f8;
}


/* [ページナビ]
-------------------------------------------------------------- */

div.index-navigator-outer {
	text-align: center;
}

ul.index-navigator {
	padding: 0;
	margin: 0 auto 20px;
}


.index-navigator li {
	display: inline;
}

.index-navigator li.current {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	padding: 0 10px;
	line-height: 28px;
	border:1px solid #888;
	background-color: #333;
}

.pager a, .pager-inner a {
	border: 1px solid #888;
	background-color: #fff;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	font-weight: normal;
	line-height: 28px;
	margin: 0 5px;
	padding: 0 10px;
	text-decoration: none;
}

.pager a:hover, .pager-inner a:hover {
	color: #fff;
	background-color: #333;
}

#pagenavi, .pager {
	margin: 20px auto 0;
}

#pagenavi {
	width: 780px;
	margin: 10px auto 0;
}

ul#navibox {
	height: 60px;
	margin: 20px 0 0;
	padding: 0;
	border-top: 1px solid #ccc;
}

#pagenavi li.prev {
	float: left;
	background: url(./commons/arrowl.png) 390px center no-repeat;
	min-height: 50px;
	font-size: 16px;
	line-height: 110%;
	border-right: 1px dashed #CCC;
	text-align: left;
	padding: 0;

}

#pagenavi li.next {
	float: right;
	background: url(./commons/arrowr.png) -20px center no-repeat;
	min-height: 50px;
	font-size: 16px;
	line-height: 110%;
	text-align: right;
	padding: 0 0 0 1px;
}

#pagenavi li.prev:hover {
	background: url(./commons/arrowl.png) left center no-repeat;
}

#pagenavi li.next:hover {
	background: url(./commons/arrowr.png) right center no-repeat;
}

#pagenavi a {
	display: inline-block;
	width: 339px !important;
	height: 50px !important;
	padding: 10px 25px;
}

ol.paging-number,
ol.paging-number li {
	display: inline;
}


/* [右サイドナビ]
-------------------------------------------------------------- */

.navibtn {
	position: fixed;
	margin: 0 0 0 1100px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#44000000,EndColorStr=#44000000);
	background-color: rgba(255,255,255,0.3);
}

.navibtn a {
	width: 50px;
	height: 50px;
	margin: 0;
	overflow: hidden;
	display: block;
}

.navibtn img {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.navibtn img:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#navi_comread {
	bottom: 150px;
	background-image: url(./commons/navi1.png);
}

#navi_comread:hover {
	background-image: url(./commons/navi1_on.png);
}

#navi_comwrite {
	bottom: 100px;
	background-image: url(./commons/navi3.png);
}

#navi_comwrite:hover {
	background-image: url(./commons/navi3_on.png);
}

#navi_top {
	bottom: 50px;
	background-image: url(./commons/navi2.png);
}

#navi_top:hover {
	background-image: url(./commons/navi2_on.png);
}


/* [Amazon広告設定]
-------------------------------------------------------------- */

div.amabox {
	width: 250px;
	padding: 3px 3px 5px;
	margin: 0 auto 10px;
	border-radius: 0 0 5px 5px;
	text-align: center;
}

div.amabox img {
	margin: 0 0 5px;
}

div.amabox a {
	display: inline-block;
	color: deepskyblue;
	line-height: 1.1;
}

div.amabox:hover {
	background: deepskyblue;
}

div.amabox:hover > a {
	color: #fff;
}

div.amabox, div.amabox a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

/* 追記 */
ul.recent-article-image {
	margin: 0;
	padding: 0;
}
ul.recent-article-image li {
	padding: 5px 0 10px;
	border-bottom: 1px dashed #333;;
}
ul.recent-article-image img {
	padding-right: 3px;
	vertical-align: top;
	float: left;
}
.t_h {
	margin: 14px 0;
}

#leftside select {
	width: 280px;
}

/* 独自人気記事パーツ */
div#head_rtrank {
	width: 752px!important;
	height: 122px;
/*	margin-left: -12px;*/
	margin: 0 auto 10px;
	overflow: hidden;
}
#head_rtrank ul {
	margin: 0;
	padding: 0;
}
#head_rtrank li, #bottombox li {
	margin: 0 0 12px 12px !important;
	float: left;
	position: relative;
	display: inline-block;
	padding: 3px;
	background: #ccc;
	vertical-align: top;
	text-align: center;
}
#head_rtrank li:hover, #bottombox li:hover {
	background: orange;
}
#head_rtrank a, #bottombox a {
	position: relative;
	display: block;
	text-decoration: none;
	width: 170px;
	height: 110px;
	transition: all 0.3s ease;
	background: #fff;
	overflow: hidden;
}
div#head_rtrank img.thumb, div#bottombox img.thumb {
	margin: 0;
	padding: 0;
	width: 170px;
	min-height: 110px;
}

div#bottombox {
	width: 792px!important;
	height: 380px;;
	margin: 10px 0 10px -32px;
}

/*
div#bottombox img.thumb {
	margin: 0;
	padding: 0;
	width: 165px;
	min-height: 100px;
}
*/
#head_rtrank li:hover > a span.etitle, #bottombox li:hover > a span.etitle {
	height: 97%;
}
#head_rtrank li:hover > a span.rtcount, #bottombox li:hover > a span.rtcount, #head_rtrank li:hover > a span.comcount, #bottombox li:hover > a span.comcount, #head_rtrank li:hover > a span.randombox, #bottombox li:hover > a span.randombox {
	top: 84%;
}
#head_rtrank span.etitle, #bottombox span.etitle {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 28px;
	width: 97%;
	padding: 2px 3px;
	background: url(./commons/side_bg.png) rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99000000,EndColorStr=#99000000);
	color: #fff;
	font-size: 16px;
	line-height: 15px;
	text-align: left;
	overflow: hidden;
	font-size: 13px;
}
span.rtcount, span.comcount, span.randombox {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #888;
	background: deepskyblue;
	z-index: 1;
}
#head_rtrank span.rtcount, div#bottombox span.rtcount {
	background: deepskyblue;
	padding: 3px 2px;
}
#head_rtrank span.comcount, div#bottombox span.comcount {
	background: orange;
	padding: 3px 2px;
}
#head_rtrank span.randombox, div#bottombox span.randombox {
	background: green;
	padding: 3px 5px;
}
#head_rtrank li, div#bottombox li, #head_rtrank span, div#bottombox span {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#head_rtrank img, div#bottombox img {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}

.sample2{     font-size:large;     background-color:#FFFFFF;     border-style:solid;     border-width:0px;     border-bottom-width:2px;     border-left-width:15px;     border-color:right, #FFFFFF 0%, #000000 100%; }

#horizontalrank.cold span.rank, div#verticalrank.cold span.rank {
background: skyblue!important;
}

/*	記事内テーブル・見出しスタイル	*/

div.entry-body table {
	color: #444;
	line-height: 1.4;
	font-size: 62.5%;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
}
div.entry-body table th, div.entry-body tr td {
	text-align: center;
}
div.entry-body table * {
	transition: 0.1s all ease;
}
div.entry-body table th {
	font-size: 12px;
	font-size: 1.1rem;
	color: #fff;
	padding: 12px 5px;
	background: deepskyblue;
	line-height: 110%;
	border-left: 1px solid deepskyblue;
	border-top: 1px solid deepskyblue;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
div.entry-body th:last-child {
	border-right: 1px solid deepskyblue;
}
div.entry-body tr:last-child > th {
	border-bottom: 1px solid deepskyblue;
}
div.entry-body tr td {
	font-size: 10px;
	font-size: 1.0rem;
	padding: 5px;
	border: 1px solid deepskyblue;
}
div.entry-body tr:hover {
	background: #ddd;
}
div.entry-body tr td:hover {
	color: #fff;
	background: #faa;
}
div.entry-body tr.head:hover {
	color: #444;
	background: #fff;
}
div.entry-body th:empty, div.entry-body td:empty{
    background: transparent;
    border: none;
}
div.entry-body h2 {
	font-size: 18px;
	color: #222;
	text-align: left;
	border: 1px solid deepskyblue;
	margin: 28px 0 20px 8px;
	padding: 10px 18px 18px 20px;
	position: relative;
	transition: 0.1s all linear;
}
div.entry-body h2:before {
	content: "";
	border-left: 5px solid deepskyblue;
	position: absolute;
	margin-left: 8px;
	top: 0;
	margin-top: 8px;
	left: 0;
	height: 60%;
	transition: 0.1s margin linear;
}
div.entry-body h2:after {
    content: "";
	border: 1px solid deepskyblue;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: -8px;
	top: 0;
	left: 0;
	transition: 0.1s margin linear;
}
div.entry-body h2:hover, div.entry-body h2:hover:after {
	background: rgba(0,191,255,0.2);
}
div.entry-body > p {
	font-size: 14px;
	color: #222;
	font-weight: bold;
	text-align: left;
	border-left: 5px solid deepskyblue;
	border-bottom: 1px dotted #ccc;
	margin: 15px 5px;
	padding: 5px 5px 5px 15px;
}
div.entry-body h3 {
	font-size: 16px;
	display: block;
	font-weight: normal;
	padding: 1em;
	margin: 15px 0;
	background-position: 10px center;
	background-image: url(./commons/icon_caption_normal.png);
	color: #444;
	text-align: left;
	border-radius: 4px;
	border: 2px solid rgba(0,0,0,0.2);
	transition: 0.2s all ease;
}


<!--　H3ホバーコード -->















div.entry-body h3.good, div.entry-body h3.bad, div.entry-body h3.attention {
	color: #fff;
	padding-left: 3em;
	background-repeat: no-repeat;
}
div.entry-body h3.good {
	background-color: deepskyblue;
	background-image: url(./commons/icon_caption_good.png);
}
div.entry-body h3.bad {
	background-color: #faa;
	background-image: url(./commons/icon_caption_bad.png);
}
div.entry-body h3.attention {
	background-color: #fa0;
	background-image: url(./commons/icon_caption_attention.png);
}
div.entry-body h3 > p {
	margin: 5px 5px 0;
	font-weight: bold;
	text-align: center;
	background: rgba(255,255,255,0.3);
	padding: 5px;
}
div.entry-body section {
	font-size: 18px;
	color: #222;
	text-align: left;
	border: 1px solid #ccc;
	margin: 10px 0 20px;
	padding: 10px;
	position: relative;
	background: rgba(200,200,200,0.1);
	transition: 0.1s all linear;
}
/*
div.entry-body section:after {
	content: "";
	border: 1px solid #ccc;
	width: 100%;
	height: 100%;
	position: absolute;
	margin: -8px;
	top: 0;
	left: 0;
	background: rgba(200,200,200,0.1);
	transition: 0.1s margin linear;
}
div.entry-body section * {
	position: relative!important;
	z-index: 1;
}
*/

/* 20140606追記 */
div#adwbox {
	margin: 20px auto;
	padding: 0;
	width: 780px;
	height: 280px;
}

#adwbox > * {
	float: left;
	margin: 0 27px;
}

#entrywbox {
	margin: 20px auto;
	padding: 0;
	width: 728px;
	height: 280px;
}

#entrywbox > * {
	float: left;
	margin: 0 14px;
}

/* コメント投票機能_20150418 */
div.commentvote {
	margin: 10px 0 0;
	padding: 0 0 5px;
}
div.commentvote .comvote_yes, div.commentvote .comvote_no {
	cursor: pointer;
	padding: 1px 3px;
	margin: 0 5px;
	border: 1px solid #aaa;
	background: #fff;
	color: #333;
	cursor: pointer;
	transition: all 0.1s ease;
}
div.commentvote .comvote_yes:hover, div.commentvote .comvote_no:hover {
	color: #fff;
	background: #333;
}
div.commentvote .votecount {
}
div.commentvote .disabled {
	background: #666;
	color: #fff;
}
/* コメント評価スタイル */
.normal {
}
.bad1 {
color: #a9a9a9;
}
.bad2 {
color: #a9a9a9;
font-size: 5px;
}
.good1 {
font-weight: bold;
}
.good2 {
font-weight: bold;
color: #0000ff;
}
.good3 {
font-weight: bold;
color: #ff8c00;
}
.good4 {
font-weight: bold;
color: #9900ff;
}
.good5 {
font-weight: bold;
color: #ff0000;
}