@charset "utf-8";
/*
Theme Name: hi_blue
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにしたテーマ
Author: A
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Change Colors */

body {
	background-color: #b5d5ff;
}

#menu {
	background-color: #0A7EC8;
}

#copyright {
	background-color: #1A40A8;
}

h2.pagetitle {
	color: #DB5800;
	}

#wp-calendar a {
	color: #DB5800;
	}
		/* ...and Calender+jikan */
/* End Change Colors */


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

#footer p {
	color: #545454;
	font-size: 15px;
	}
.foot-logo {
	font-size: 17px;
}

#copyright p {
	color: #FFFFFF;
	font-size: 10px;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 10px;
	text-align: right;
	}
	
.blogtitle {
	font-size: 30px;
	text-align: left;
	}

#headerimg .description {
	font-size: 14px;
	text-align: left;
	}

.head-ad {
	color: #5f5f5f;
	font-size: 15px;
	text-align: right;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

.blogtitle, .blogtitle a, .blogtitle a:hover, .blogtitle a:visited, #headerimg .description {
	text-decoration: none;
	color: #000000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	color: #06c;
	text-decoration: none;
	font-size: 9pt;
	}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}
* html div#wrapper {
	height: 100%;
}

#wrapper {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	width: 900px;
	position: relative;
	min-height: 100%;
}
body > #wrapper {
	height: auto;
}

#tsutsumu {
	padding: 0px;
	margin: 0px;
}

#page {
	text-align: left;
	width: 802px;
	margin: 0px 0px 0px 51px;
	padding: 0px 0px 100px 0px;
	}

#content {
	padding: 0px 20px 20px 20px;
	text-align: left;
	}

.narrowcolumn {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 539px;
	}

.widecolumn {
	padding: 20px 0px;
	margin: 0px;
	width: 530px;
	}

.post {
	margin: 0 0 40px;
/*	text-align: justify; */
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	display: none;
}

.widecolumn .postmetadata {
	margin: 0px 0px 30px 0px;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 0px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
/* End Structure */


/* Begin Sidebar */
#sidebar {
	padding: 20px 0px 10px 0px;
	margin: 0px;
	width: 219px;
	float: left;
	}

#sidebar form {
	margin: 0;
	}

.widget_recent_entries h2 {
	color: #000000;
	background-image: url(images/new_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 10px;
}
.widget_categories h2 {
	color: #000000;
	background-image: url(images/blog_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 10px;
}
.widget_links h2 {
	color: #ffffff;
	background-image: url(images/link_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 10px;
}
.widget_search h2 {
	color: #000000;
	background-image: url(images/seach_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding: 10px;
}
/* End Sidebar */



/*	Begin Headers & Titles */

#header {
	background-color: #ffffff;
	text-align: left;
	width: 798px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	}

#headerimg {
	margin: 0px;
	padding: 0px 20px;
	height: 101px;
	}
	
#menu {
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 39px;
	line-height: 0;
	vertical-align: bottom;
	font-size: 0;
}

h1 {
	padding: 0px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin: 30px 0px 0px 0px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	}

.post h2 {
	background-image: url(images/h2_border.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	margin: 30px 0px 10px 0px;
	padding: 12px 20px;
	}
.page-h2-title {
	background-image: url(images/h2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	}
.post h3 {
	background-image: url(images/h2_border.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	margin: 30px 0 0;
	padding: 12px 20px;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}

h3#respond {
	padding: 0;
	margin: 60px 0px 0px 0px;
	}
	
.entry h3 {
	margin: 30px 0 0;
	padding: 12px 20px;
	background-image: url(images/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
/* End Headers & Titles */


/* Begin Footers */
#footer {
	background: #f4f4f4 url(images/footer_bg.jpg) repeat-x left top;
	width: 798px;
	margin: 0px 0px 0px 51px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	}

#footer p {
	margin: 0;
	padding: 10px 20px;
	text-align: right;
	}

#copyright p {
	text-align: center;
	margin: 0px;
	padding: 2px 0px;
	height: 100%;
	bottom: 0px;
}
/* End Footers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* 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;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px;
	width: 220px;
	border-collapse: collapse;
	}

#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;
	text-decoration: underline;
	}

#wp-calendar caption {
	text-align: center;
	padding: 5px 0px 3px 0px;
	width: 100%;
	color: #333333;
	font-size: 12px;
	font-weight: bolder;
	background-color: #b5d5ff;
	border-top: 1px solid #0B7EC8;
	}

*html #wp-calendar caption {
	text-align: center;
	padding: 5px 0px 3px 0px;
	width: 100%;
	color: #333333;
	font-size: 12px;
	font-weight: bolder;
	background-color: #b5d5ff;
	border-top: 1px solid #0B7EC8;
	border-right: 1px solid #0B7EC8;
	border-bottom: 1px solid #0B7EC8;
	}

#wp-calendar thead {
	text-align: center;
	background-image: url(images/calender_week_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border-top: 1px solid #0B7EC8;
	border-right: 1px solid #0B7EC8;
	border-bottom: 1px solid #0B7EC8;
	}
*html #wp-calendar thead {
	background-image: url(images/space.gif);
	}
#wp-calendar th {
	height: 26px;
	text-align: center;
	vertical-align: middle;
	}
*html #wp-calendar th {
	height: 26px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #0B7EC8;
	}
#wp-calendar td {
	background-image: url(images/white.jpg);
	padding: 7px 0;
	text-align: center;
	border-collapse: collapse;
	border-right: 1px solid #0B7EC8;
	border-bottom: 1px solid #0B7EC8;
	}
#wp-calendar tfoot {
	border-right: 1px solid #0B7EC8;
	}
#wp-calendar tfoot td {
	background-image: url(images/calender_under.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 7px 0;
	border: none;
	}
*html #wp-calendar tfoot td {
	background-image: url(images/spacer.gif);
	}
	
#calendar h2, .widge h2, .widget_calendar h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
#wp-chgfontsize, .widget, .widget_wpchgfontsize, .wpchgfontsize {
	margin: 0px;
	padding: 0px;
}
/* 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;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	padding: 10px 0px;
	}

.underline-double {
	background-image: url(images/double_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.underline-single {
	background-image: url(images/single_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.underline-dotted {
	background-image: url(images/dotted_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
/* End Various Tags & Classes*/


/* Begin pages Tags & Classes */
.jikan {
	text-align: center;
	border: 1px solid #0B7EC8;
	border-collapse: collapse;
	font-family: lr oSVbN, qMmpS Pro W3, Hiragino Kaku Gothic Pro, Osaka;
}
.jikan th {
	color: #ffffff;
	font-weight: bold;
	background-color: #0B7EC8;
	padding: 5px;
}
.jikan td {
	padding: 5px;
	border: 1px solid #0B7EC8;
	border-collapse: collapse;
}
.post-meta {
	list-style-type: none;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.post-meta-key {
	display: none;
}
/* End pages Tags & Classes*/


