@charset "utf-8";
/*  
Theme Name: Weble
Theme URI: http://kezy.org/
Description: weble template.
Author: Sorai
Author URI: http://ketp.org/
*/

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 13px;
	text-align: center;	/* for IE */
	letter-spacing: 0;	/* for IE */
	line-height: 1.7;
	background-color: #d0edfa;
}
body, input {
        font-family: 'Lucida Grande', Verdana, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;
	/* font-family: "Verdana","BitStream vera Sans", "Helvetica", "Baskerville", meiryo, Osaka, arial, sans-serif; */
}

blockquote, ul, dl {margin: 0;padding: 0;font-size: 100%;font-weight: normal;}
p, pre, li, dt, dd {margin: 0;padding: 0;font-size: 93%;font-weight: normal;}
h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;font-size: 100%;font-weight: normal;}
select, input, button, textarea, button { font-size:100%;}
address, cite, em, strong {font-size: 100%; font-style: normal;}
table {margin: 0;padding: 0;font-size: inherit;}
th, td {margin: 0;padding: 0;font-size: 93%; line-height: 1.7;}
img {vertical-align: bottom; border: 0;}
br {letter-spacing: 0;}

a:link, a:visited {
	color: #0699da;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0000ff;
	text-decoration: underline;
}



blockquote,
.mark {
background:#FcFcFc;
border:1px solid #cfcfcf;
clear:both;
margin:20px;
padding:1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
blockquote p {
	margin: 10px!important;
}
.mark {
	padding: 5px;
}


form.content-form {
margin: 15px 20px;
}
form.content-form textarea {
display: block;
margin: 5px 20;
}

table {
width: 520px;
margin: 10px 20px;
border-collapse:collapse;
}
table,
td,
th {
border: 1px #cdcdcd solid;
}

th {
white-space: nowrap;
padding: 3px 5px;
font-weight: normal;
background: #E6EEEE;
}
td {
font-size: 13px;
padding: 3px 5px;
}
tr.even {
background: #efefff;
}
tr.hover {
background: #DFDFFF;
}

div#wrap {
	width: 1024px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
}
div#header div.border {
	margin: 0;
	padding: 10px 0 10px 50px;
	font-size: 15px;
	min-height: 25px;
	background: #76cef5 url(images/icon.png) 10px center no-repeat;
	color: #044f70;
}
div#header div.border p {
	float: left;
}
div#header div.border form {
	float: right;
	margin-right: 30px;
	display: inline;
}
div#header h1 {
	background: url(images/logo.png);
	width: 541px;
	height: 177px;
	margin: 40px 0 40px 40px;
	display: inline;
	float: left;
}
div#header h1 a {
	width: 541px;
	height: 177px;
	text-indent: -9999px;
	display: block;
}
div#header ul {
	display: block;
	width: 364px;
	height: 177px;
	margin: 40px 40px 40px 0;
	float: right;
	display: inline;
}
div#header ul li {
	float: left;
	width: 108px;
	height: 177px;
	list-style-type: none;
	text-indent: -9999px;
}
div#header ul li a {
	width: 108px;
	height: 177px;
	display: block;
	
}
div#header ul li.rss {
	background: url(images/rss.png);
}
div#header ul li.twitter {
	background: url(images/twitter.png);
	margin: 0 20px;
}
div#header ul li.mail {
	background: url(images/mail.png);
}

div#contents {
	padding: 0 40px;
}
div.posts {
	width: 569px;
	float: left;
}
div.post {
	border: 1px #CFCFCF solid;
	margin: 0 0 20px;
	padding: 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
div.post h2 {
	padding: 5px 10px;
	background: #BFEBFF;
	font-size: 15px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
div.post h3 {
	padding: 5px 10px;
	background: #EFFAFF;
	margin: 20px 10px;
	font-size: 14px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
div.post h4 {
	padding: 5px;
	margin: 10px 20px;
	background: #fafaff;
	border-bottom: 1px #CFCFCF solid;
	font-size: 13px;
}
div.post em {
	border-bottom:1px #f00 solid;
	padding:1px 2px;
}
div.post strong {
	font-weight:normal;
	background:#FFCFF9;
	padding:1px 3px;
}


div.post p {
	margin: 10px 20px;
	font-size: 13px;
}
div.posts div.post ul,
div.posts div.post ol {
	margin: 10px 20px;
	padding: 0;
}
div.posts div.post ul li,
div.posts div.post ol li {
	padding: 3px 5px;
}
div.posts div.post ul li {
	display: list-item;
	list-style-type: none;
background: url(images/arrow.gif) left 8px no-repeat;
padding-left: 20px;
}
div.posts div.post ol li {
	display: list-item;
	list-style-type: decimal;
margin-left: 20px;
}
div.post h2 a {
	color: #000000;
	text-decoration: none;
}
div.posts div.post h2 a:hover {
	color: #000000;
	text-decoration: underline;
}
div.posts div.post ul.meta {
	padding: 5px 10px;
	display: block;
	background: #DFF5FF;
	border-bottom: 1px #CFCFCF solid;
	font-size: 12px;
	margin: 0 0 20px;
}
div.posts div.post ul.meta li.category {
	float: left;
	display: block;
}
div.posts div.post ul.meta li.date {
	float: right;
	display: block;
}
div.posts div.post ul.submeta {
	padding: 5px 10px;
	display: block;
	background: #DFF5FF;
	border-top: 1px #CFCFCF solid;
	font-size: 12px;
	margin: 20px 0 0;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
div.posts div.post ul.submeta li.tags {
	float: left;
	display: block;
}
div.posts div.post ul.submeta li.comments {
	float: right;
	list-style-type: none;
}
div.posts div.post ul.meta li,
div.posts div.post ul.submeta li {
	border-bottom: none;
	padding: 0;
background: none;
}

div.relation {
	padding: 5px;
	background: #f5f5f5;
	margin: 20px 0px;
	font-size: 13px;
}
div.relation h3 {
	font-size: 14px;
}
div.relation ul li {
	list-style-type: none;
}

div.comments {
	background: #ffe9fd;
	border-bottom: 1px #ffc0f8 solid;
}
div.comments h3 {
background: #ff9ef5;
padding: 5px 10px;
margin-bottom: 20px;
}
div.comments h4 {
background: #ffc0f8;
padding: 5px 10px;
margin: 10px 20px;
display: inline;
}
div.comments ol li h4 {
margin: 0;
padding: 5px 10px;
display: block;
}
div.comments ol li p {
margin: 10px 20px;
font-size: 13px;
}
div.comments p  {
margin: 10px 20px;
}
div.comments ol {
margin: 20px;
padding: 0;
}

div.comments input.tb_url {
width: 90%;
margin: 10px 20px;
}
div.comments ol li {
margin: 10px 0;
padding: 0 0 1px;
list-style-type: none;
background: #ffffff;
}

div.sidebar {
	width: 336px;
	margin: 0 0 20px 0;
	float: right;
	display: inline;
}

div.sidebar .pr-banner {
	margin-bottom: 15px;
}

/****** color bar ***********************/

div.sidebar ul li,
div.posts ul li {
	list-style-type: none;
}
div.sidebar h2.recent_entries {
	background: #b3dd3b;
	padding: 5px 10px;
	font-size: 15px;
}
div.sidebar ul.recent_entries {
	margin-bottom: 20px;
}
div.sidebar ul.recent_entries li a {
	border-bottom: 1px #c4e95a solid;
	padding: 5px 10px;
	list-style-type: none;
	background: #f3fdd6;
	display: block;
	text-decoration: none;
	color: #374a00;
	font-size: 13px;
	zoom: 1;
}
div.sidebar ul.recent_entries li a:hover {
	background: #e1ff8a;
	text-decoration: underline;
}

div.sidebar h2.category {
	background: #ffe404;
	padding: 5px 10px;
	width: 148px;
	float: left;
}
div.sidebar ul.category {
	clear: left;
	width: 168px;
	list-style-type: none;
	float: left;
}
div.sidebar ul.category li {
	border-bottom: 1px #fcea51 solid;
	padding: 5px 10px;
	list-style-type: none;
	background: #fbfcd6;
	display: block;
	font-size: 13px;
	zoom: 1;
}
div.sidebar ul.category li a {
	color: #4a4200;
	text-decoration: underline;
}
div.sidebar ul.category li a:hover {
	background: #fcff8e;
	text-decoration: none;
}
div.sidebar h2.archives,
div.sidebar h2.page,
div.sidebar h2.links,
div.sidebar h2.bookmark {
	background: #ffa800;
	padding: 5px 10px;
	width: 148px;
	float: right;
	position: relative;
	top: -2.5em;
	*top: 0;
}
div.sidebar ul.archives,
div.sidebar ul.page,
div.sidebar ul.links,
div.sidebar ul.bookmark {
	width: 168px;
	clear: right;
	list-style-type: none;
	float: right;
	position: relative;
	position: relative;
	top: -2.5em;
	*top: 0;
}
div.sidebar ul.archives li a,
div.sidebar ul.page li a,
div.sidebar ul.links li a,
div.sidebar ul.bookmark li a {
	border-bottom: 1px #ffca63 solid;
	padding: 5px 10px;
	list-style-type: none;
	background: #ffefd0;
	display: block;
	text-decoration: underline;
	color: #4e3300;
	font-size: 13px;
	zoom: 1;
}
div.sidebar ul.archives li a:hover,
div.sidebar ul.page li a:hover,
div.sidebar ul.links li a:hover,
div.sidebar ul.bookmark li a:hover {
	background: #ffce6f;
	text-decoration: underline;
}


div.posts h3.relation {
	background: #76cef5;
	padding: 5px 10px;
	font-size: 15px;
}
div.posts ul.relation {
	margin-bottom: 20px;
}
div.posts ul.relation li a {
	border-bottom: 1px #b1e7ff solid;
	padding: 5px 10px;
	list-style-type: none;
	background: #e9f8ff;
	display: block;
	text-decoration: none;
	color: #003a53;
	font-size: 13px;
	zoom: 1;
}
div.posts ul.relation li a:hover {
	background: #d0edfa;
	text-decoration: underline;
}

/****** color bar *****************************/



div#footer {
	background: #494646 url(images/footer.png) top center no-repeat;
	height: 131px;
	width: 100%;
}
div#footer p {
	padding-top: 10px;
}

#pagenavi {
	margin-bottom: 20px;
}

.newer {
	float: left;
	background: #f5f5f5;
	display: block;
	padding: 5px 10px;
	border: 1px #dcd2c4 solid;
}

.older {
	float: right;
	background: #f5f5f5;
	display: block;
	padding: 5px 10px;
	border: 1px #dcd2c4 solid;
}

/* Amazon wish list */

.wish_list {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
padding: 10px;
margin: 0 0 10px;
background: #B3DD3B;
text-align: center;
}
.wish_list a {
color: #3A4F00;
font-size: 18px;
text-decoration: none;
}
.wish_list a:hover {
text-decoration: underline;
}

/* weight */



/* clearfix */

div#header,
div#contents,
div.post ul.meta,
div.post ul.submeta,
div#header div.border,
#pagenavi {
	min-height: 1px;
}
div#header:after,
div#contents:after,
div.post ul.meta:after,
div.post ul.submeta:after,
div#header div.border:after,
#pagenavi:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html div#header,
* html div#contents,
* html div.post ul.meta,
* html div.post ul.submeta,
* html div#header div.border,
#pagenavi:after {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}