/*  
Theme Name: 00H Default
Theme URI: http://www.00h.co.jp/
Description: 00H template 3 column
Author: Satoshi Ogawa
Author URI: http://www.00h.co.jp/
Version: 0.1
*/

/* all */
* {
    margin: 0;
    padding: 0;
    font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* anchor */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: underline;
}
a:active {}

/* image with anchor */
a img {
    border: none;
}

/* form */
form {
    margin: 0px;
}
#searchform fieldset {
    border: none;
}
#search-options,
input {
    padding: 1px;
}
#searchtext {
    width: 150px;
}

/* banner title */
#header {
	width: 980px;
	height: 176px;
	background: url(images/blog_title.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
}

/* banner randam image */
div#header_right {
	width: 200px;
	height: 150px;
	float: right;
	overflow: hidden;
	display: block;
	background: url(images/random-header.php) no-repeat top right;	
}

/* header bottom link */

div#header_menu {
	width: 620px;
	height: 34px;
	display: block;
	float: left;
	top: 116px;
	position: relative;
	left: 0px;
	overflow: hidden;
}

div#header_menu ul {
	width: 620px;
	height: 34px;
}


div#header_menu ul li {
	width: 155px;
	height: 34px;
	float: left;
	list-style-type: none;
}

div#header_menu ul li a {
	display: block;
	width: 155px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	outline: none;
}

div#header_menu ul li a:hover {
	background-position: 0 100%;
}

div#header_menu ul li#h_menu01 a {
	background-image:url(images/header_menu01.jpg);
	width: 155px;
}

div#header_menu ul li#h_menu02 a {
	background-image:url(images/header_menu02.jpg);
	width: 155px;
}

div#header_menu ul li#h_menu03 a {
	background-image:url(images/header_menu03.jpg);
	width: 155px;
}

div#header_menu ul li#h_menu04 a {
	background-image:url(images/header_menu04.jpg);
	width: 155px;
}

div#header_menu ul li#h_menu05 a {
	background-image:url(images/header_menu05.jpg);
	width: 155px;
}

/* header bottom bar */

div#header_bottom {
	width: 980px;
	height: 25px;
	float: left;
	background: #69AAFF;
	background-image: url(images/gray_bar.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

div#header_bottom p {
	text-align: right;
	padding-right: 5px;
	color: #666666;
	line-height: 26px;
}

#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* description of blog */

#blog-name {
	color: #FFFFFF;
	display: block;
	text-indent: -9999px;
	float: left;
}

#blog-description {
	color: #FFFFFF;
	display: block;
	text-indent: -9999px;
	float: left;
}

/* article */
.blog {
    padding: 10px 15px;
}

/* article date */
.date {
    margin: 8px 0;
    padding-left: 8px;
    font-size: 120%;
    line-height: 200%;
	font-weight: bold;
	color: #333;
	background: #DBE4FF;
	border-left: 5px solid #CCDDEE;
	border-right: 5px solid #CCDDEE;
}
	

/* comment color */

.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #487DFB;
}

/* an article or comment */
#comments,
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #36414d;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

.entry p {
    margin: 10px 0;
}
.entry blockquote p {
    margin: 0;
}
.entry ul {
    margin: 10px 0 10px 25px;
}
.entry ol {
    margin: 10px 0 10px 30px;
}
.entry textarea {
    width: 97%;
}

.entry-body {
	padding-left: 5px;
}

/* blockquote */
.entry blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle {
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* title of entry */
.entry-header {
    margin: 15px 0 0;
    color: #444;
    font-size: 125%;
    font-weight: bold;
	border-bottom: 1px dotted #36414d;
}

/* contributor */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
    font-size: 83.3%;
}

/* archive-list */
.archive-list {
    margin: 10px 0;
}

/* navigation */
.content-nav {
    margin: 10px;
    text-align: center;
	font-size: 12px;
}

/* navigation */
.page {
    margin: 6px 0 10px;
    font-size: 83.3%;
}

/* breadcrumbs list */
.crumbs {
    margin: 6px 0 10px;
    padding-left: 5px;
    font-size: 83.3%;
}

/* calendar */
#wp-calendar caption {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#wp-calendar {
    text-align: center;
    color: #444;
    background: none;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    padding-bottom: 3px;
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}

/* menu list of sidebar */
#links-left ul,
#links-right ul {
    color: #444;
}

#links-left ul li,
#links-right ul li {
    list-style: none;
    margin: 0 0 15px 0;
}

#links-left li li,
#links-right li li {
    background: url(images/lmark.gif) no-repeat 0 0.5em;
    padding-left: 12px;
    margin: 0;
}

#links-left ul ul,
#links-right ul ul {
    margin: 0;
}

/* title of menu list */
#links-left ul li h2,
#links-right ul li h2 {
    margin-top: 3px;
    padding-bottom: 4px;
	border-left: 5px solid #CCDDEE;
	border-right: 5px solid #CCDDEE;
    color: #444;
    background: #DBE4FF;
    text-align: center;
	font-weight: bold;
    font-size: 75%;
    line-height: 200%;
}
html > body #links-left ul li h2,
#links-right ul li h2 {
    padding-bottom: 0;
}
#links-left ul ul,
#links-right ul ul {
    margin: 3px 0 20px;
}
#links-left ul ul ul,
#links-right ul ul ul{
    margin-bottom: 0;
}
#links-left ul li li ,
#links-right ul li li {
    font-size: 75%;
    line-height: 1.5;
}
#links-left ul li li li ,
#links-right ul li li li {
    font-size: 100%;
}
#links-left ul ul.children,
#links-right ul ul.children {
    margin-top: 0;
}

.clear {
    clear: both;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.comments-head {
    margin: 15px 0;
    padding-left: 8px;
    color: #fff;
    background: #8fabbe;
    font-size: 91.6%;
    font-weight: bold;
    line-height: 2.0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

/* comment and trackback */
#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
   font-weight: bold;
}
#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}
#comment {
    width: 400px;
}
#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}
#comments-open-footer {
    text-align: center;
}
.comments-open label {
    display: block;
}

form input,
form textarea {
    border: 1px solid #999;
}
#searchtext {
    margin: 3px 0;
}

/* layout */

/* for 3 columns */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
	background-color: #E4E4E4;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 0px;
}
.layout-three-column #box {
    width: 980px;
	margin: 0px auto 0px auto;
    border: 1px solid #999999;
    text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
}

/* footer */
#footer {
	width: 980px;
	height: 80px;
    margin: 0px auto 0px auto;
	background:url(images/fotter.jpg);
	background-repeat: no-repeat;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
}
#footer p {
    margin: 5px 0;
    font-size: 12px;
    text-align: center;
    color: #444;
}

/* for 3 columns fixed layout */
.layout-three-column #content {
    float: left;
    width: 556px;
    margin: 0 0 10px 0;
}
.layout-three-column #links-left-box {
    float: left;
    width: 210px;
}
.layout-three-column #links-right-box {
	float: left;
    width: 210px;
}

.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
}

input,textarea {
    font-family: "lr oSVbN", Osaka, "qMmpS Pro W3";
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.holiday{
	color: #FF6060;
}

.saturday{
	color: #59ACFF;
}

.recommend {
	text-align: center;
	margin: 5px auto;
}
