/*General Setting */
body, div, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, a, em, font, img, 
dl, dt, dd, ol, ul, li,
form, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
header,footer,nav,article,section,aside{display: block;}
body{word-wrap:break-word;line-height: 1;}
img{border:0;}
img,input[type="image"]{vertical-align:top;-ms-interpolation-mode:bicubic;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
[hidden]{display:none;}
button,input{line-height:normal;}
button,input,select{vertical-align:baseline;*vertical-align:middle;}
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;*overflow:visible;-webkit-appearance: button;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
textarea{overflow:auto;vertical-align:top;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}

ol, li{list-style: none;}

body {
	width:100%;
	color: #101010;
	font:16px/26px 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align:center;
	}

a{color:#ff6600; text-decoration:none;}
a:hover{text-decoration:underline;}

.dvl{float:left;}
.dvr{float:right;}
.clear{clear: both;}


section{
clear: both;
margin-bottom:30px;
overflow:hidden;
}

.txtC{text-align:center;}
.txtR{text-align:right;}
.mini{font-size:87%;}

/*Layout*/
#page{
	background:url(http://livedoor.blogimg.jp/y1124_doubt/imgs/c/4/c44c70c8.jpg) repeat-y;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}
	
#wrapper{
	width: 935px;
	float: left;
	margin-right: -230px;
	margin-left:20px;
}
#content {
	width: 700px;
	float: right;
	margin-left: -200px;
padding-top:30px;
}
#sideL,#sideR {
	width: 200px;
	font-size:82%;
	line-height:1.3em;
}
#sideL {
	float: left;
padding-top:5px;
}
#sideR {
	float: right;
	margin-right:12px;
padding-top:20px;
}

#head{
	height:200px;
	width: 1200px;
	margin: 0 auto;
	text-align:left;
	color:#949494;
	position: relative;
	}

#head h1#logo a{
	background: #fff url(http://livedoor.blogimg.jp/y1124_doubt/imgs/3/9/39dce793.jpg) no-repeat;
	display: block;
	width: 1200px;
	height: 200px;
	text-indent: -9999px;
}

.description{
	position:absolute;
	text-align:right;
	top:140px;
	left:3px;
	width: 900px;
	color:#888;
	font-size:82%:
	}

.footer{
	background:url(http://livedoor.blogimg.jp/y1124_doubt/imgs/2/f/2ff8d1b3.jpg) no-repeat;
	width: 1200px;
	margin: 0 auto;
	font-size:87%;
	color:#FFF;
	text-align:right;
	}

.footer div{
	padding-top:18px;
	padding-right:20px;
	line-height:3em;
}

#go-top {
 position: fixed;
 bottom: 120px;
 right: 0px;
}
#go-bottom {
 position: fixed;
 bottom: 80px;
 right: 0px;
}

/*Parts*/

article img {
margin:5px 5px  1.2em 0;
	height: auto;
	max-width: 98.4%;
}
	.date, #comments-list h3{
		color:#FFD18C;
		font-size:230%;
		text-align:right;
		padding:10px 10px 3px 5px;
		letter-spacing:-1px;
		border-bottom:3px solid #FFD18C;
		line-height:0.4;
		margin-bottom:20px;
	}
	
	*html .date{
		text-align:right;
		padding:10px 10px 4px 5px;
		height:56px;
	}/*IE6*/
	
	article{
		padding-bottom:20px;
		border-bottom:1px solid #c2c2c2;
		margin-bottom:30px;
		line-height:1.6;
	}
	h1{
		font-size:127%; 
		line-height:2.4;
		font-weight:bold;
		text-align:left;
		margin-top:10px;
		margin-bottom:20px;
	}

.continues{}

h2.title{
		color:#CCC;
		font-size:230%;
		text-align:right;
		margin-bottom:20px;
}


/*個別記事*/
article p,article div{
clear:both;
overflow:hidden;
}

article p{
margin-bottom:1.6em;
}
.pict{
margin-right:20px;
}
#comments{
overflow:visible;}

/*テーブル*/

article table{
	border: #BBB 1px solid;
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	}

article th,article td	{
	border: #BBB 1px solid;
	padding:5px;
}

article th{
	background: #EFEFEF;
}

.bordered tr:nth-child(odd) {
	background: #FDFAF0;
}

.none, .none td, .none th{
border:none;
}
/* サイドカラム */
	.sidetitlebody{
		height:40px;
		background:url(http://livedoor.blogimg.jp/y1124_doubt/imgs/5/5/551efc88.gif) no-repeat;
	}
	.sidetitle{
		padding:10px 3px 0 37px;
		text-align:left;
		font-weight:bold;
		color:#696969;
		margin:0;
	}
	
	*html .sidetitle{
		padding:14px 3px 0 37px;
	}/*IE6用*/
	
	.side{
 		background:url(http://livedoor.blogimg.jp/y1124_doubt/imgs/2/f/2f36b852.gif) repeat-y;
		padding:5px 10px 0px 10px;
		margin:0;
		min-height:20px;
	word-wrap:break-word;
	}
	
	.sidebody{
		padding:4px 0;
}


	.sidebottom{
		height:10px;
 		background:url(http://livedoor.blogimg.jp/y1124_doubt/imgs/5/7/57ed12e7.gif) no-repeat;
 		margin-bottom:15px;
	}

.side img{margin-bottom:10px;}

/* 検索 */
.sidewrapper input.sf,
.sidewrapper input.sfbtn {
	border: 1px solid #aaa;
	font-size: 13px;
	height: 20px;
	line-height: 18px;
	outline: 0;
}
.sidewrapper input.sf {
	background-color: #fff;
	background-position: 4px -264px;
	border-radius: 3px 0 0 3px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0 5px 0 2px;
	vertical-align: top;
	width: 75%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sidewrapper input.sfbtn {
	border-left: 0;
	border-radius: 0 3px 3px 0;
	float:right;
	text-shadow: 0 1px 0 #fff;
	width: 25%;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:    -moz-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:     -ms-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:      -o-linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	background:         linear-gradient(top,#fefefe 0%,#f1f1f1 100%);
	-webkit-transition: color 0.2s ease;
	   -moz-transition: color 0.2s ease;
	    -ms-transition: color 0.2s ease;
	     -o-transition: color 0.2s ease;
	        transition: color 0.2s ease;
}
.sidewrapper input.sfbtn:hover,
.sidewrapper input.sfbtn:focus {
	color: #2e90c5;
}

/* カレンダー */
	.calendarhead{
		width:200px;
		margin:0 auto;
		color:#ff6600;
		font-weight:bold;
		text-align:center;
		background-color:#ffffff;
		padding-top:3px;

	}

	.calendarpre{
		margin-right:5px;
	}
	.calendarnext{
		margin-left:5px;
	}

	.calbody{
	line-height:22px;
	}
	.calendartable{}
	.caltbl{
		width:200px;
		margin:0 auto;
		text-align:center;
	}

	.calbottom{margin-bottom:10px;}
	.caltblwkbg{}

	.calendarwd{}
	.calendarwd{}
	.caltblwk{
		width:200px;
		height:25px;
		margin:0 auto;
		    border-top:2px solid #ffffff;
    border-left:2px solid #ffffff;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#F3F3F3;
    empty-cells:show;
	}
	.caltblwk td{
		height:25px;
		text-align:center;
    border-right:2px solid #ffffff;
    	padding-top:3px;
	}
	.weekday{
	}
	.sun{
	}
	.sat{
	}
	.caltbldaybg{}
	.caltblday{
		width:200px;
		margin:0 auto;
				    border-top:2px solid #ffffff;
    border-left:2px solid #ffffff;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#F3F3F3;
    empty-cells:show;
	}
	.caltblday td{
	height:25px;
	text-align:center;
	border-right:2px solid #ffffff;
    border-bottom:2px solid #ffffff;
    orverflow-hidden;
    padding-top:3px;
	}
	
	.calendardbg{
	background:url(http://livedoor.blogimg.jp/y1124_doubt/imgs/d/3/d33b4435.gif) no-repeat;
	text-decoration:none;
	}
	
	.caltblday a:hover{
		text-decoration:none;
		font-weight:bold;
	}



/* フォーム部分共通
----------------------------------------------- */
#article-options li{
	list-style: none;
}
#article-options h3{
	display: none;
}
#article-options .article-option-title{
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
}
#article-options input.text,
#article-options textarea,
.trackback-form-url input {
	border: 1px solid #aaa;
	padding: 6px;
	line-height: 18px;
	color: #555;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
	   -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
	    -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
	     -o-transition: border 0.1s ease, box-shadow 0.1s ease;
	        transition: border 0.1s ease, box-shadow 0.1s ease;
}
#article-options input.text,
.trackback-form-url input {
	border-radius: 3px;
	height: 32px;
}
#article-options textarea {
	border-bottom: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
}
#article-options input.text:focus,
#article-options textarea:focus,
.trackback-form-url input:focus {
	outline: 0;
	border: 1px solid rgba(23,126,229, 0.5);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2), 0 0 6px rgba(23,126,229, 0.5);
}
#article-options button,
.trackback-form-submit input {
	border: 1px solid #aaa;
	padding: 0 10px;
	line-height: 26px;
	text-shadow: 0 1px 0 #fff;
	border-radius: 3px;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:    -moz-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:     -ms-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:      -o-linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-image:         linear-gradient(#fefefe, #fefefe 25%, #e7e7e7);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e7e7e7', GradientType=0)\9;
}
#article-options button:hover,
.trackback-form-submit input:hover {
	background-color: #e7e7e7;
	background-position: 0 -10px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	    -ms-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e0e0e0', GradientType=0)\9;
}



/* コメント・トラックバック一覧
----------------------------------------------- */

#ld_blog_article_comment_entries{
margin:0 auto 13px auto;
padding-top:10px;
}

.comment-set,
.trackback-set {
	padding-bottom:15px;
border-bottom:1px dashed #CCC;
	margin: 15px 0;
	font-size: 92%;
}
.comment-author,
.comment-date,
.ping-title,
.ping-info,
.ping-blog-name,
.ping-date{
	display: inline;
}
.comment-author,
.ping-title {
	padding-right: 8px;
}
.comment-date,
.ping-blog-name,
.ping-date {
	padding: 0 8px;
}
.comment-body,
.ping-excerpt {
	padding: 8px 1em 8px 0;
}

.comment-date,
.ping-blog-name,
.ping-date {
	border-left: 1px solid #aaa;
	color: #aaa;
}
.comment-body {
	margin-left: 16px;
	color: #666;
}
.ping-excerpt {
	color: #666;
	margin-left: 16px;
}


/* コメント投稿フォーム
----------------------------------------------- */

input[name],input[email],input[url]{
	border-radius:  3px;
	border:1px solid #BBB;
	padding:2px
}
#comment-form-textarea{
	border-radius:  3px 3px 0 x;
	border:1px solid #BBB;
}

#comment-form {
	font-size: 82%;
	margin: 2em 0 4em;
}
#comment-form dl {
	overflow: hidden;
	padding: 5px 0;
}
#comment-form dl.comment-form-body {
	overflow: visible;
}
#comment-form dd {
	margin: 0 12%;
}
#comment-form dt {
	float: left;
	width: 10%;
	text-align: right;
	line-height: 30px;
	color: #555;
}
#comment-form fieldset {
	border: 0;
}
#comment-form legend {
	display: none;
}
#comment-form-tools {
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	height: 32px;
	width:515px;
}
#comment-form-tools .facemark a {
	border-right: 1px solid #ddd;
	display: block;
	float: left;
	padding: 6px;
	height:21px;
	
}
#comment-form-tools .rating-value {
	border: 1px solid #bbb;
	border-radius: 3px;
	color: #808080;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-top: 2px;
	margin-left: 10px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 76px;
	padding: 0 5px;
	background-color: #fff;
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:    -moz-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:     -ms-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:      -o-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:         linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)\9;
}
#comment-form-tools .rating-value > span {
	display: inline-block;
	margin-left: -3px;
}
#comment-form-tools .rating-value .caret {
	float: right;
	width: 18px;
	height: 26px;
	border-left: 1px solid #bbb;
}
#comment-form-tools .rating-value .caret span {
	display: inline-block;
	margin-top: 11px;
	margin-left: 4px;
	width: 0;
	height: 0;
	text-indent: -99999px;
	vertical-align: top;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid black;
	opacity: 0.3;
	filter: alpha(opacity=30);
	content: "↓2193";
}
#comment-form-tools .rating-value ul {
	display: none;
	position: absolute;
	border: 1px solid #bbb;
	list-style: none;
	background-color: white;
	top: 26px;
	left: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#comment-form-tools .rating-value ul li {
	margin: 0;
	padding: 6px;
	width: 72px;
	text-align: center;
	line-height: 1px;
	border-bottom: 1px dotted #bbb;
	height:12px;
	line-height:12px;
}
#comment-form-tools .rating-value ul li:last-child {
	border-bottom: none;
}
#comment-form-tools .rating-value ul li:hover {
	background-color: #eee;
}
#comment-form-tools .rating-value > img {
	margin-top: 5px;
}
#comment-form-tools .rating-value > img.star {
	margin-top: 6px;
}
#comment-form-tools .rating-icon {
	margin-top: 2px;
	margin-left: 10px;
	display: inline-block;
	background-color: #235f9f;
	background-image: -webkit-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
	background-image:    -moz-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
	background-image:     -ms-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
	background-image:      -o-linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
	background-image:         linear-gradient(#235f9f, #235f9f 25%, #3e96c9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#235f9f', endColorstr='#3e96c9', GradientType=0)\9;
	border-radius: 3px;
}
#comment-form-tools .rating-icon div {
	float: left;
	cursor: pointer;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	width: 34px;
	height: 26px;
	border-radius: 3px;
	border: 1px solid #bbb;
	color: #808080;
	background-color: #fff;
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:    -moz-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:     -ms-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:      -o-linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-image:         linear-gradient(#ffffff, #ffffff 25%, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)\9;
}
#comment-form-tools .rating-icon .selected {
	background-color: inherit;
	background-image: inherit;
	border: none;
	color: #fff;
	height: 28px;
	line-height: 28px;
	text-shadow: 0 1px 3px #808080;
	width: 36px;
	filter: none;
}
#comment-form-tools .submit,
#comment-form-tools .memorize {
	float: right;
	margin: 2px;
}
#comment-form-tools .memorize {
	line-height: 28px;
	margin-right: 12px;
	color: #808080;
}
#comment-form-tools .memorize input {
	vertical-align: top;
	margin-top: 8px;
}
#comment-form-tools .memorize input,
#comment-form-tools .memorize label {
	cursor: pointer;
}
#comment-form-author,
#comment-form-email {
	width: 60%;
}
#comment-form-url,
#comment-form-textarea {
	width: 100%;
}
#comment-form-textarea{height:15em;}
#comment-form .comment-form-body dt {
	display: none;
}

/* コメントユーザーを限定した時の名前 */
#comment-author-form {
	line-height: 30px;
}

/* ページ送り
----------------------------------------------- */
ul.index-navigator li,
ol.paging-number,
ol.paging-number li {
	display: inline;
padding-left:2em;
}


/* 記事下ソーシャルボタン */
.article-social-btn {
	font-size: 12px;
}
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
	display: inline-block;
	margin: 16px 0;
}
.article-social-btn * {
	vertical-align: middle !important;
	margin-right: 4px !important;
}

/*メッセージ*/
.message-name input,
.message-address input{width:175px;}

.message-detail textarea{width:175px;
height:100px;}