@charset "utf-8";

body#entry_list {
	margin:0;
	padding:0;
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro W3", Verdana, san-serif, "CI", Meiryo, "lr oSVbN", "MS P Gothic";
	font-size:12px;
	line-height:1.4em;
	color:#444444;
	background:#FCF1E6;
	}

body#entry_list a:link, body#entry_list a:visited {color:#555555;text-decoration:underline;}
body#entry_list a:hover, body#entry_list a:active {color:#888888;text-decoration:underline;}

body#entry_list ul {
	margin:0;
	padding:0 5px 0 15px;
	list-style:none;
	}

body#entry_list ul li {
	margin:0 0 5px 0;
	padding:0 0 15px 0;
	list-style:none;
	background:url(../images/blog/list_line.gif) repeat-x left bottom;
	}

div.entries_body {
	margin:0;
	padding:0;
	width:200px;
	height:206px;
	overflow:auto;
	scrollbar-base-color: #CCCCCC;
    scrollbar-track-color: #EFEFEF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #CCCCCC;
    scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
    scrollbar-arrow-color: #CCCCCC;
	}
		
div.blog_list ul li {
	padding:0 30px 23px 0;
	background:url(../images/blog/blog_list_dot.gif) no-repeat bottom left;
	}
span.entry_data {
	font-size:11px;
	font-weight:bold;
	color:#f8bb00;
	}
span.cate_name {
	font-size:10px;
	line-height:2em;
	color:#999999;
	}
span.blog_title {
	font-size:13px;
	}
body#entry_list ul li span.cate_name a {
	text-decoration:none;
	color:#999999;
	}

body#entry_list ul li span.cate_name a:hover {
	text-decoration:underline;
	color:#666666;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

p.pagetitle {
	margin:0 0 30px 0;
	padding:20px 0 0 35px;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
	height:61px;
	background:url(../images/blog/pagetitle_bg.gif) no-repeat top left;
	}
.post {
	margin:0 0 30px 0;
	padding:0;
	background:url(../images/blog/post_back.gif) repeat-y;
	}

.post_inner {
	margin:0;
	padding:15px 30px;
	background:url(../images/blog/post_btm.gif) no-repeat left bottom;
	}

div.article_data {
	margin:0;
	padding:0 30px 15px 30px;
	font-size:12px;
	font-weight:bold;
	line-height:38px;
	text-align:left;
	color:#6d8800;
	background:url(../images/blog/post_data.gif) no-repeat left top;
	}

div.article_data a:link,
div.article_data a:visited {color:#6d8800;}
div.article_data a:hover,
div.article_data a:active {color:#96bb00;}

div.article_title {
	margin:0 0 20px 0;
	padding:0;
	background:url(../images/blog/line.gif) no-repeat left bottom;
	position:relative;
	}

div.article_title2 {
	margin:0 0 30px 0;
	padding:0 0 0 80px;
	position:relative;
	}

div.article_title h3,
div.article_title2 h3 {
	margin:0;
	padding:0 0 10px 0;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.4em;
	letter-spacing:0.1em;
	}

div.article_title h3 a,
div.article_title2 h3 a {
	text-decoration:none;
	color:#574416;
	}

div.article_title h3 a:hover,
div.article_title2 h3 a:hover {
	text-decoration:underline;
	color:#BA9C53;
	}

div.entry {padding-bottom:20px;font-size:13px;}

div.entry p {margin:0 0 10px 0;line-height:1.8em;}
div.entry strong {font-weight:bold;}
div.entry em {font-style:italic;}
div.entry ul {margin:0 0 15px 0;padding:0 0 0 30px;}
div.entry ul li {margin-left:0;padding:0;list-style-type:square;list-style-position:outside;}
div.entry ol {margin:0 0 15px 0;padding:0 0 0 30px;}
div.entry ol li {margin:0;padding:0;list-style-type:decimal;list-style-position:outside;}

p.article_continue {
	padding-top:10px;
	text-align:right;
	}
p.article_continue a:link,
p.article_continue a:visited {
	margin:0 0 15px 0;
	padding: 10px 25px;
	z-index: -1;
	font-size: 14px;
	line-height:100%;
	color: #6D8811;
	text-align: center;
	text-decoration:none;
	vertical-align:top;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px;
	background: -moz-linear-gradient(center top, #f0f0f0 100%,#ffffff 0%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f0f0f0),color-stop(0, #ffffff));
	border: 1px solid #D3CFB6;
	background-color: #FFF5EE;
	outline: 0px solid #000000;
	cursor:pointer;
	}

p.article_continue a:hover {
	text-decoration: none;
	color:#63CFD2;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	}

p.article_continue a:active {
	text-decoration: none;
	color:#30A1A4;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background-image:-moz-linear-gradient(top, #F7F7F7, #FFFFFF);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #F7F7F7), color-stop(1.0, #FFFFFF));
	}

div.autograph {
	margin:10px 0;
	padding:1px;
	font-size:12px;
	line-height:1.7em;
	text-align:center;
	color:#666666;
	border:solid 1px #DDDDDD;
	}

div.autograph p {padding:10px 0;}

div.autograph p.catch {
	margin:0;
	font-size:13px;
	font-weight:bold;
	line-height:1.4em;
	color:#FFFFFF;
	background:#60c5d8;
	}

dl.entry_footer {
	margin:0;
	padding:0;
	background:url(../images/blog/line2.gif) repeat-x;
	width:590px;
	}

dl.entry_footer dt.social_plugin {
	padding:15px 0 0 0;
	width:250px;
	}

dl.entry_footer dd {
	margin:-35px 0 0 0;
	}

dl.entry_footer dd p {
	padding:0 0 0 270px;
	}

dt.social_plugin ul.fbox li {
	padding-right:5px;
	}
.twitter-share-button {width:57px!important;}
.postmetadata {
	margin:15px 30px 0 0;
	padding:10px 0 0 0;
	font-size:0.8em;
	line-height:1.8em;
	text-align:right;
	color:#888888;
	}

.postmetadata a {
	color:#999999;
	text-decoration:none;
	}

.postmetadata a:hover {
	color:#666666;
	text-decoration:underline;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ul.blog_menu {
	margin:0;
	padding:0 10px 0 10px;
	font-size:13px;
	}

ul.blog_menu h2 {
	margin:0;
	padding:13px 15px 12px 25px;
	font-size:15px;
	font-weight:bold;
	line-height:35px;
	letter-spacing:0.1em;
	color:#ffffff;
	background:url(../images/blog/sidetitle.gif) no-repeat left center;
	}

ul.blog_menu li ul li {
	margin:0;
	padding:1px 0 7px 0;
	border-bottom:dotted 1px #CCCCCC;
	}

ul.blog_menu li ul li ul li {
	margin:0 ;
	padding:0 0 7px 0;
	border-bottom:dotted 1px #CCCCCC;
	}

ul.blog_menu a {
	padding:0 0 0 23px;
	color:#444444;
	background:url(../images/blog/list1.gif) no-repeat left top;
	display:inline;
	}

ul.blog_menu a:hover {
	color:#777777;
	}

ul.blog_menu, ul.blog_menu ol {
	margin: 0;
	padding:0;
	}

ul.blog_menu li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom:20px;
	}

ul.blog_menu p, ul.blog_menu select {
	margin: 5px 0 8px;
	list-style-type: none;
	list-style-image: none;
	padding:4px 6px;
	border:solid 1px #CCC;width:253px;
	}

ul.blog_menu ul, ul.blog_menu ol {
	margin:0;
	list-style-type: none;
	list-style-image: none;
	}

ul.blog_menu ul ul, ul.blog_menu ol {
	margin: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	}

ol li, ul.blog_menu ol li {
	list-style: decimal outside;
	}

ul.blog_menu ul li, ul.blog_menu ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

ul.blog_submenu {
	margin:0 0 0px 0;
	list-style:none;
	font-size:0;
	line-height:0;
	}

ul.blog_submenu li {
	margin:0;
	list-style:none;
	font-size:0;
	line-height:0;
	display:inline;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


h3#comments {
	margin:0 0 15px 0;
	padding:0 25px;
	font-size:1.2em;
	font-weight:bold;
	line-height:30px;
	color:#73641F;
	background:url(../images/blog/comment_titleback.gif) no-repeat;
	}

#commentform p small {
	font-size:1.2em;
	line-height:1.5em;
	}

#commentform textarea {
	margin:0 0 10px 0;
	width: 588px;
	padding:0;
	}

div#respond {
	margin:0 0 30px 0;
	padding:0;
	background:url(../images/blog/post_back.gif) repeat-y;
	}

div#respond h3 {
	margin:0;
	}

div.respond_inner {
	margin:0;
	padding:20px 30px;
	background:url(../images/blog/post_btm.gif) no-repeat left bottom;
	}

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

p.comment_submit {
	margin:0;
	padding:10px 0;
	text-align:center;
	background:#CCCCCC;
	width:590px;
	}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding:0;
	list-style: none;
	background:url(../images/blog/post_back.gif) repeat-y;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.comment-body {padding:0;background:url(../images/blog/post_btm.gif) no-repeat left bottom;}

.commentlist p {
	padding:10px 30px;
}

.commentlist div.reply {padding:0 30px 20px 30px;}

.children { padding: 0; }

#commentform p {
	margin:0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.comment-author {
	padding:15px 30px 0 30px;
	background:url(../images/blog/comment_top.gif) no-repeat left top;
	}

.commentmetadata {
	margin: 0;
	padding:0 30px;
	font-size:0.8em;
	line-height:2em;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
