@charset "utf-8";
/*  
Theme Name: Miselab
Theme URI: http://mincs.net/blog/
Description: Theme of Miselab
Version: 1.0
Author: MINCS
*/



/*
------------------------------
   RESET
------------------------------ */


html,body,h1,h2,h3,h4,h5,h6,p,div,span,table,tr,th,td,ul,ol,li,dl,dt,dd,form,fieldset,input,option,select,textarea {
	margin:0;
	padding:0;
}

body {
	background: url("/img/bg_body.gif") center repeat-y #fff;
	color: #111;
	font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Verdana', sans-serif;
}

a:link    { color: #039; text-decoration: none; }
a:visited { color: #409; text-decoration: none; }
a:hover   { color: #900; text-decoration: underline; }

h1,h2,h3,h4,h5,h6 { font-size: 100%; }
ul,ol,li,dl,dt,dd { list-style: none; }
hr { display: none; }

iframe{border:none;}

img,object{
	border: none;
	vertical-align: middle;
}


img.fl{
	float: left;
	margin: 0 14px 14px 0;
}

.ac{text-align: center;}
.ar{text-align: right;}




/*
------------------------------
   LAYOUT
------------------------------ */

#content{
	padding: 25px 0 5px 0;
	background: none;
}

#content-inner{
	width: 951px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #ccc;
	background: url("img/bg-content.gif") center repeat-y #fff;
}

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


/* Header */

#headline {
	height: 30px;
	background: url("img/bg-headline.jpg") top repeat-x;
}

#headline-inner {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

#headline h1 {
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	background: url("img/bg-headline.jpg") top repeat-x;
}

form#searchform{
	position: absolute;
	top: 3px;
	left: 750px;
}

#header{
	padding: 20px 0 20px 0;
}

#header-inner{
	position: relative;
	width: 950px;
	margin: 0 auto;
}

p#header-logo{
	padding: 15px 0 0 0;
}

p#header-banner{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}


/* Contents */

#main{
	float: left;
	width: 650px;
}

.entry {
	margin: 0 0 42px 0;
}

.entry-content {
	margin: 0 42px 0 42px;
}

.entry h2.entry-title {
	padding: 9px 42px 9px 42px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	background: url(img/bg-entry-title.jpg) bottom repeat-x #fefefe;
	border-bottom: 1px solid #ddd;
}

.entry h2 a{ text-decoration: none; }

.entry h3{
	margin: 3px 0 24px 0;
	padding: 3px 0 3px 5px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	border-left: 7px solid #111;
}

.entry h4{
	margin: 3px 0 18px 0;
	font-size: 14px;
	line-height: 21px;
}

.entry p{
	margin: 0 0 21px 0;
	font-size: 14px;
	line-height: 21px;
}

.entry ul,
.entry ol{
	margin: 0 14px 21px 28px;
}

.entry ul li{
	list-style-type: disc;
	margin: 0 0 7px 0;
	font-size: 14px;
	line-height: 21px;
}

.entry ol li{
	list-style-type: decimal;
	margin: 0 0 7px 0;
	font-size: 14px;
	line-height: 21px;
}

.entry ul.entry-info{
	height: 20px;
	margin: 0 0 21px 0;
	padding: 3px 42px 3px 42px;
	overflow: hidden;
}

.entry ul.entry-info li{
	float: left;
	list-style-type: none;
	margin: 0 14px 0 0;
	padding: 3px 0 3px 0;
	font-size: 12px;
	line-height: 20px;
}

.entry ul.entry-info li.entry-date {
	padding-left: 19px;
	background: url("img/entry-date.png") left no-repeat;
}

.entry ul.entry-info li.entry-tags {
	padding-left: 19px;
	background: url("img/entry-tag.png") left no-repeat;
}

.entry ul.entry-info li.entry-hatena a{
	
}

.entry blockquote {
	margin: 0 21px 21px 21px;
	padding: 21px 21px 0.1px 21px;
	background: #f1f1f1;
	border: 1px solid #ccc;
}

.entry table,
.entry table th,
.entry table td {
    border: 1px solid #ccc;
}

.entry table {
    margin: 0 0 20px 0;
}

.entry table th,
.entry table td {
    padding: 5px;
    font-size: 13px;
    line-height: 18px;
}

.entry table th {
    background: #f1f1f1;
}


.note {
	font-size: 12px;
	line-height: 16px;
}

#main dl{
	margin-bottom: 2em;
}

#main dl dt{
	margin: 0.5em 0 0.3em 0;
}

#main dl dd{
	margin: 0.3em 0 0.3em 2em;
}

#main .entry .related-entries{
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #f1f1f1;
}

#main .entry  .related-entries ul {
    margin: 0 0 5px 2px;
}

#main .entry  .related-entries ul li {
    list-style-type: none;
    margin: 0 0 5px 0;
    font-size: 13px;
}

#main .entry  .related-entries ul li span {
    color: #333;
    font-size: 12px;
    line-height: 16px;
}

#main .entry  .related-entries ul li a {
    font-weight: bold;
    color: #039;
    text-decoration: none;
    border-bottom: 1px solid #039;
}

#google-adsense{
	margin-bottom: 2em;
	text-align: center;
}

.wp-pagenavi {
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

p#backtotop{
	clear: both;
	width: 950px;
	margin: 0 auto 16px auto;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

div.topsy_widget_shortcode,
div.topsy_theme_brick-red { display: inline; }


/* Page */

.page {
	margin: 0 0 42px 0;
}

.page-content {
	margin: 0 42px 0 42px;
}

.page h2.page-title {
	margin: 0 0 24px 0;
	padding: 9px 42px 9px 42px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	background: url(img/bg-entry-title.jpg) bottom repeat-x #fefefe;
	border-bottom: 1px solid #ddd;
}

.page h3{
	margin: 3px 0 24px 0;
	padding: 3px 0 3px 5px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	border-left: 7px solid #111;
}

.page h4{
	margin: 3px 0 18px 0;
	font-size: 14px;
	line-height: 21px;
}

.page p{
	margin: 0 0 21px 0;
	font-size: 14px;
	line-height: 21px;
}



/* SideNavi */

#sidebar{
	margin-left: 651px;
}

#sidebar .sidebar-content{
	margin: 0 0 21px 0; 
}


#sidebar h3{
	margin-bottom: 7px;
	padding-left: 5px;
	color: #850d0e;
	font-size: 14px;
	line-height: 21px;
}

#sidebar h4{
	margin-bottom:10px;
	font-size:87.5%;
	line-height:1.3;
}

#sidebar p{
	font-size: 81.25%;
	line-height: 1.3;
}

#sidebar ul, #sidebar ol{
	border-top: 1px solid #ccc;
}

#sidebar ul li, #sidebar ol li{
	padding: 5px;
	font-size: 12px;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
}

#sidebar ul li{
	padding-left: 21px;
	background: url("/img/ic_sidebar_li.gif") left no-repeat;
}

#sidebar ol li{
	list-style: decimal inside;
	color: #7a3324;
}

#sidebar ul.st-tag-cloud {
	margin: 0 14px 0 14px;
	text-align: center;
	border: none;
}

#sidebar ul.st-tag-cloud li {
	margin: 0 7px 7px 7px;
	padding: 0;
	display: inline;
	border: none;
}



/* Comments */

#comments {
	padding: 28px 42px 42px 42px;
	background: url(img/bg-comment.gif) top repeat-x #eee;
}

#comments h3 {
	margin: 0 0 16px 0;
	font-size: 16px;
	line-height: 21px;
}

#comments h4 {
	margin: 0 0 14px 0;
	font-size: 14px;
	line-height: 21px;
}

.comment-content {
	margin: 0 0 21px 0;
	padding: 21px 21px 0.1px 21px;
	background: #fcfcfc;
	border: 1px dotted #ccc;
}

.comment-content p {
	margin: 0 0 21px 0;
	font-size: 14px;
	line-height: 21px;
}

#comments p.note {
	margin: 0 0 21px 0;
	font-size: 12px;
}

form#comment-form label {
	float: left;
	width: 150px;
	padding: 0 0 0 20px;
	font-size: 14px;
}

form#comment-form label#comment-author {
	background: url("img/comment-author.png") left no-repeat;
}

form#comment-form label#comment-email {
	background: url("img/comment-email.png") left no-repeat;
}

form#comment-form label#comment-url {
	background: url("img/comment-url.png") left no-repeat;
}

form#comment-form label#comment-text {
	background: url("img/comment-text.png") left no-repeat;
}

form#comment-form input[type="text"],
form#comment-form textarea {
	width: 380px;
	padding: 3px;
	margin-bottom: 7px;
	color: #2e2e2e;
	border: 2px solid #ccc;
	background: #fcfcfc;
}

form#comment-form p.submit-button {
	margin: 0 10px 20px 0;
	text-align: right;
}

div#trackback {
	margin: 0 0 21px 0;
}

div#trackback  h4 {
	margin: 0 0 7px 0;
	font-size: 14px;
	line-height: 16px;
}

input#trackback-url {
	width: 550px;
	padding: 3px;
	margin-bottom: 7px;
	color: #2e2e2e;
	border: 2px solid #ccc;
	background: #fcfcfc;
}




/* Footer */

#footer{
	clear: both;
	padding: 24px 0;
	background: #111;
}

#footer a {
	color: #fff;
}

#footer-inner{
	width: 950px;
	margin: 0 auto;
}

#footer-profile{
	overflow: hidden;
	width: 625px;
}

#footer h3{
	margin: 0 0 14px 0;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

#footer p{
	margin: 0 0 14px 0;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
}

#footer ul li{
	display: inline;
	margin-right: 1em;
}
