/*  
Theme Name: notebook
Theme URI: http://www.e-maga.jp/
Description: like a notebook.
Version: 1.0
Author: Daisuke
Author URI: http://www.e-maga.jp/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, li, dl, dt, dd, table, th ,td, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font: 80%/175% Osaka, Verdana, sans-serif;
	background: url(images/screen.gif) repeat-x #000000;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

a {
	color: #0066cc;
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}
a:hover {
	color: #114477;
	text-decoration: underline;
}
a.more-link {
	display: block;
	width: 150px;
	height: 40px;
	background: url(images/readmore.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	border: none !important;
}
a:hover.more-link {
	display: block;
	width: 150px;
	height: 40px;
	background: url(images/readmore.gif) 0 -40px no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	border: none !important;
}

h1 {
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 10px;
	line-height: 12px;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #555555;
	letter-spacing: 1px;
}
ul {
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}
.clear {
	clear: both;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000EB;
}
.gray {
	color: #999999;
}
.big {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0;
}
.biggest {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 0;
}
.small {
	font-family: Osaka, Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	margin: 0;
	padding: 0;
	color: #666666;
}
.notes {
	color: #999999;
	font-weight: normal;
	font-style: italic;
}
.spc0 {
	letter-spacing: 0;
}
.spc1 {
	letter-spacing: 1px;
}
.download {
	padding-left: 105px;
	background: url(images/download.gif) 0 0 no-repeat;
}
.download a {
	color: #bb0000;
	font-weight: bold;
	border-bottom: 1px dashed #bb0000;
}
.download a:hover {
	color: #114477;
	font-weight: bold;
	border-bottom: 1px dashed #114477;
	text-decoration: none !important;
}
.tips {
	border-bottom: 1px dashed #333333;
}
.tipshead {
	text-align: left;
	background: #F3F0E7;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #C8BA92;
	padding: 0 5px;
	width: 150px;
}
.tipsbody {
	text-align: left;
	background: #FFFFFF;
	font-size: 10px;
	border-left: 1px solid #C8BA92;
	border-right: 1px solid #C8BA92;
	border-bottom: 1px solid #C8BA92;
	padding: 0 5px;
	width: 150px;
}
.le_ri {
	margin: 30px;
	padding: 40px 10px 10px 10px;
	width: auto;
	height: 50px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	background: url(images/entry_navi.jpg) 0 0 no-repeat;
}
.half {
	width: 47%;
}

#sample_div, #sample_div p, #sample_div span {
	margin: 0;
	padding: 0;
}

#page {
	background: url(images/main_back.gif) repeat-y;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
}

#header {
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	width: 800px;
	text-align: left;
	background-color: #ffffff;
}

#headtitle {
	width: 780px;
	height: 90px;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	overflow: hidden;
}
#headtitle img {
	float: left;
	display: inline;
}
#headtitle img.right {
	float: right;
	display: inline;
}

#navi {
	background-image: url(images/naviline.gif);
	width: 790px;
	height: 36px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 10px;
	overflow: hidden;
	text-align: left;
}
#navi ul {
	margin: 0;
	padding: 0;
}
#navi ul li {
	font-weight: normal;
	line-height: 12px;
	float: left;
	font-size: 10px;
	letter-spacing: 1px;
	list-style: none;
	display: inline;
}
#navi ul li a {
	display:block;
	background: url(images/tabs.gif) 0 -80px no-repeat;
	color: #000000;
	height: 16px;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 25px;
	width: 95px;
	text-decoration: none;
}
#navi ul li a:hover {
	background: url(images/tabs.gif) 0 -40px no-repeat;
	color:#000000;
	text-decoration: none;
}
#navi ul li.current_page_item a {
	display:block;
	background: url(images/tabs.gif) 0 0 no-repeat;
	color: #000000;
	height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 95px;
	text-decoration: none;
}
#navi ul li.current_page_item a:hover {
	background: url(images/tabs.gif) 0 0 no-repeat;
	color:#000000;
	text-decoration: none;
}
#navi ul li.current_page_home a {
	display:block;
	background: url(images/tabs.gif) 0 0 no-repeat;
	color: #000000;
	height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	width: 95px;
	text-decoration: none;
}
#navi ul li.current_page_home a:hover {
	background: url(images/tabs.gif) 0 0 no-repeat;
	color:#000000;
	text-decoration: none;
}

#imagephoto {
	text-align: center;
	margin: 0;
	padding: 15px 0 18px 0;
	background-color: #ffffff;
	border-bottom: 1px solid #000000;
}

#content {
	float: left;
	position: relative;
	margin: 10px 0 15px 10px;
	padding: 0;
	text-align: left;
	width: 560px;
	display: inline;
}
#content .box {
	width: 560px;
	margin: 0;
	padding: 0;
}
#content .box h2.posttitle {
	clear: both;
	width: 560px;
	font-size: 18px;
	color: #aa0000;
	margin: 20px 0 0 0;
	padding: 10px 0 3px 0;
	line-height: 24px;
	font-family: "MS UI Gothic", Osaka, sans-serif;
	letter-spacing: 1px;
	border-bottom: 2px dotted #000000;
}
#content .box h2.posttitle a {
	color: #aa0000;
	text-decoration: none;
	font-weight: bold;
}
#content .box h2.posttitle a:hover {
	color: #ff9000;
	text-decoration: none;
	font-weight: bold;
}
#content .box ul.metadata {
	text-align: left;
	padding: 2px 0 0 20px;
	margin: 2px 0 15px 0;
	font-size: 10px;
	line-height: 16px;
	background: url(images/clock.png) 0 2px no-repeat;
	width: 540px;
}
#content .box ul.metadata li {
	display: inline;
	font-size: 10px;
	color: #555555;
	padding-right: 5px;
	margin-right: 5px;
}
#content .post {
	float: left;
	position: relative;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 30px;
	width: 560px;
	display: inline;
}
#content .post img {
	margin-bottom: 3px;
	padding: 0;
}
#content .post h3 {
	clear: both;
	width: 550px;
	font-family: "MS UI Gothic", sans-serif, Osaka;
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin: 20px 0 15px 0;
	padding: 3px 0 3px 10px;
	border-left: 10px solid #cc0000;
}
#content .post h4 {
	font-family: "MS UI Gothic", sans-serif, Osaka;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	padding: 2px 0 1px 10px;
	border-left: 10px solid #000000;
}
#content .post p {
	font-family: Georgia, Verdana, sans-serif, Osaka;
	margin: 2px 0;
	padding: 3px 0 7px 0;
	line-height: 20px;
	font-size: 14px;
	color: #3F3F3F;
	letter-spacing: 1px;
}
#content .post p.none {
	padding-top: 50px;
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}
#content .post ul.zero {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .post ul.zero li {
	font-family: Georgia, "MS UI Gothic", sans-serif, Osaka;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
#content .post ul.sq {
	margin: 0 0 8px 0;
	padding: 0 0 5px 0;
}
#content .post ul.sq li {
	font-family: Georgia, "MS UI Gothic", sans-serif, Osaka;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	padding: 0 0 0 20px;
	background: url(images/sq.gif) 0 0 no-repeat;
	width: 520px;
}

#sidebar {
	width: 220px;
	float: right;
	padding: 0;
	margin: 0;
	color: #333333;
	display: inline;
}
#sidebar p {
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 0 5px;
	width: auto;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	font-size: 10px;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

#sidebar ul li p {
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: auto;
	letter-spacing: 1px;
}

#sidebar ul li p.label {
	font-family: "MS UI Gothic", sans-serif, Osaka;
	color: #333333;
	width: 210px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 8px 10px;
	border-top: 1px solid #000000;
	border-bottom: 1px dotted #000000;
}

#sidebar ul li p.label-t {
	font-family: "MS UI Gothic", sans-serif, Osaka;
	color: #333333;
	width: 210px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 8px 10px;
	border-top: none;
	border-bottom: 1px dotted #000000;
}

#sidebar ul li p.label a {
	color: #000000;
	text-decoration: none;
}

#sidebar ul li p.label a:hover {
	color: #ff9000;
	text-decoration: none;
}

#sidebar ul li ul {
	margin: 5px 0 15px 0;
	padding: 0 5px;
	width: auto;
}

#sidebar ul li ul li {
	margin: 1px 0 2px 5px;
	list-style-type: none;
	line-height: 14px;
	padding: 0;
	width: auto;
}
#sidebar ul li ul li a {
	color: #333333;
	text-decoration: underline;
}

#sidebar ul li ul li a:hover {
	color: #114477;
	text-decoration: none;
}

#sidebar ul li ul.recent li {
	font-size: 10px;
	margin: 0;
	list-style-type: none;
	line-height: 16px;
	padding-left: 18px;
	width: 180px;
	background: url(images/sidelist.gif) 0 0 no-repeat;
}
#sidebar ul li ul.recent  li a:hover {
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar ul li .textwidget {
	padding: 2px 0 15px 0;
	margin: 0;
	width: auto;
	line-height: 14px;
}

#footer {
	clear: both;
	margin: 0;
	padding: 10px;
	width: 780px;
	height: 70px;
	background-color: #ffffff;
	text-align: right;
	border-top: 1px solid #000000;
}
#footer p {
	font-family: "Lucida Console", Osaka, Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0 10px 0 0;
	padding: 0;
	line-height: 15px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

#header:after, #content:after, #content .box:after, #content .post:after, #sidebar:after, #footer:after {
	content: "";
	display: block;
	clear: both;
}

#calendar_wrap {
	text-align: center;
	margin: 0;
	padding: 5px;
}
#wp-calendar {
	width: 100%;
}

#click {
	padding:5px 0;
	margin: 0;
}
#click .button {
	padding: 1px;
	background:#333333;
	color:#ffffff;
	border:none;
}
#click .button:hover {
	background:#cc0000;
	color:#ffffff;
	text-decoration:none;
}

.commentform {
	clear: both;
	width: 560px;
	text-align: left;
	margin: 0;
	padding: 0;
	border-top: 2px dotted #000000;
}
.commentform p {
	margin: 2px 0;
	padding: 3px 0 3px 0;
	line-height: 14px;
	font-size: 12px;
	color: #333333;
}
.commentform p.comtitle {
	margin: 2px 0;
	padding: 3px 0 3px 0;
	line-height: 14px;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
.commentform p.mess {
	margin: 10px 0;
	padding-top: 45px;
	line-height: 12px;
	font-size: 10px;
	color: #333333;
	background: url(images/comment_bar.gif) 0 0 no-repeat;
}

div .wpcf7 {
	padding: 20px 0 30px 0 !important;
}

ol {
	margin: 10px 0 15px 0;
	padding: 0;
}
ol li {
	margin: 0 0 0 30px;
	padding: 5px 0 5px 0;
}
ol li p {
	font-size: 12px;
	line-height: 20px !important;
	color: #555555 !important;
}

blockquote {
	background: url(images/clip.gif) 0 0 no-repeat;
	margin: 10px auto 5px auto;
	padding: 0 20px 5px 35px;
	width: 480px;
	overflow: scroll;
}
blockquote p {
	font-family: Osaka, Verdana, sans-serif !important;
	font-size: 13px !important;
	color: #555555 !important;
	border-top: 1px dotted #888888;
	border-bottom: 1px dotted #888888;
}

pre {
	background-color: #F4F3EF;
	font-family: Arial, Osaka;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 10px auto 15px auto;
	padding: 10px;
	width: 500px;
	border: 1px solid #777777;
	overflow: scroll;
}

#tag_cloud-3 {
	letter-spacing: 0 !important;
}
#tag_cloud-3 a {
	color: #333333;
	text-decoration: none;
}
#tag_cloud-3 a:hover {
	color: #666666;
	text-decoration: none;
}