@charset "utf-8";
/*
Theme Name: type6
Theme URI: http://wordpress.org/
Description: 六式青空
Version: 1.0
Author: Shigero
Author URI: http://roku.flop.jp/
Tags: blue, custom header, fixed width, two columns, widgets

	Structure build by:
	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Structure */
#page {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	background: url('/img/cmn_bg.gif') repeat top left;
	text-align: left;
	}

#header {
	height: 95px;
	width: 750px;
	overflow: hidden;
	background-color: #00a0e9;
	background: url('/img/cmn_headerBg.gif') no-repeat top left;
	border-bottom:5px solid #ffcc00;
	}

#header:after {
	clear:both;
	content:" ";
	display:block;
	height:1px;
	overflow:hidden;
	}

* html #header {
	height:1em;
	overflow:visible;
	}

#headerimg {
	margin:0;
	padding:9px 0 7px 10px;
	width:145px;
	float:left;
	}

#headerimg .description {
	display:none;
	}

#globalNavi{
	width:334px;
	height:18px;
	margin-top:70px;
	float:left;
	}

#globalNavi:after {
	clear:both;
	content:" ";
	display:block;
	height:1px;
	overflow:hidden;
	}

* html #globalNavi {
	height:1em;
	overflow:visible;
	}


.narrowcolumn {
	float: left;
	display:inline;
	padding:50px;
	margin: 10px;
	width: 420px;
	background-color:#ffffff;
	}



.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}


.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


/* End Structure */


/*	Begin footer */
#footer {
	padding: 0;
	margin: 0 auto;
	width: 750px;
	clear: both;
	background-color:#ffffff;
	border-top: 5px solid #ffcc00;
	}

#footer address a {
	display:block;
	background: url('/img/cmn_6marker01.gif') no-repeat center right;	
	margin: 0 0 10px 0;
	padding: 10px 28px 10px 10px;
	text-align: right;
	font-style: normal;
	color:#000000;
	}

#footer address span {
	font-weight:bold;
	}

/* End footer */


/*	Begin globalNavi */
#globalNavi li{
	height:18px;
	float:left;
	margin-right:10px;
	list-style:none;
	}
#globalNavi li a{
	height:0;
	padding-top:18px;
	display:block;
	overflow:hidden;
	background: url('/img/cmn_globalNavi.gif') no-repeat top left;	
	}
#globalNavi li#globalNavi01 a{
	width:27px;
	background-position:0 0;
	}
#globalNavi li#globalNavi02 a{
	width:49px;
	background-position:-27px 0;
	}
#globalNavi li#globalNavi03 a{
	width:52px;
	background-position:-76px 0;
	}
#globalNavi li#globalNavi04 a{
	width:41px;
	background-position:-128px 0;
	}
#globalNavi li#globalNavi05 a{
	width:40px;
	background-position:-169px 0;
	}
#globalNavi li#globalNavi06 a{
	width:58px;
	background-position:-209px 0;
	}
.toppage #globalNavi li#globalNavi01 a,
#globalNavi li#globalNavi01 a:hover{
	background-position:0 -18px;
	}
.about #globalNavi li#globalNavi02 a,
#globalNavi li#globalNavi02 a:hover{
	background-position:-27px -18px;
	}
.gallery #globalNavi li#globalNavi03 a,
#globalNavi li#globalNavi03 a:hover{
	background-position:-76px -18px;
	}
.diary #globalNavi li#globalNavi04 a,
#globalNavi li#globalNavi04 a:hover{
	background-position:-128px -18px;
	}
.links #globalNavi li#globalNavi05 a,
#globalNavi li#globalNavi05 a:hover{
	background-position:-169px -18px;
	}
.contact #globalNavi li#globalNavi06 a,
#globalNavi li#globalNavi06 a:hover{
	background-position:-209px -18px;
	}
/* End globalNavi */



/* Begin entry */

.entry {
	line-height:1.4em;
	}

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 ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}


.entry dl{
	width:420px;
	margin-bottom:20px;
	overflow: hidden;
	background: url('/img/cmn_bg07.gif') repeat-y top left;
	border-bottom:1px solid #ffdd66;
	}

.entry dl:after {
	clear:both;
	content:" ";
	display:block;
	height:1px;
	overflow:hidden;
	}

* html .entry dl {
	height:1em;
	overflow:visible;
	}

.entry dt{
	width:90px;
	padding:3px 5px 3px 5px;
	float:left;
	clear:both;
	border-top:1px solid #ffdd66;
	text-align:left;
	}

.entry dd{
	width:310px;
	float:left;
	padding:3px 0 4px 10px;
	margin:0 0 -1px 0;
	border-top:1px solid #ffdd66;
	background-color:#ffffff;
	text-align:left;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.post {
	width:420px;
	margin: 30px 0 40px;
	padding: 0 0 40px;
	background: url('/img/cmn_bg06.gif') repeat-x left bottom;
	text-align: justify;
	}

.post h2 {
	margin-bottom:0.3em;
	}

.post hr {
	display: block;
	}
.postmetadata {
	clear: left;
}

.widecolumn .post {
	margin: 0;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.narrowcolumn .postmetadata {
	text-align: center;
	}

/* 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;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 412px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 0;
	background: url('/img/cmn_bg05.gif') repeat top left;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 5px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	border-bottom:2px solid #ffffff;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform {
	margin: 0 0 20px;
	padding: 0 0 40px;
	background: url('/img/cmn_bg06.gif') repeat-x left bottom;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-weight: normal;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.btnComment {
	height:0;
	width:48px;
	padding-top:16px;
	display:block;
	overflow:hidden;
	background: url('/img/cmn_comments.gif') no-repeat top left;	
	}

.btnComment:hover {
	background-position:0px -16px;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 10px 10px 10px 0;
	float:right;
	width: 200px;
	}

#sidebar h2 {
	margin: 5px 0 10px 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	font-size: 0.8em;
	}
#sidebar ul a {
	font-size: 0.7em;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#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;
	}
#sidebar #galleryThumbs {
	display:block;
	list-style:none;
	height:50px;
	padding:0;
	margin:0; 
	overflow:hidden;
	}

#sidebar #galleryThumbs:after {
	clear:both;
	content:" ";
	display:block;
	height:1px;
	overflow:hidden;
	}

* html #sidebar #galleryThumbs {
	height:1em;
	overflow:visible;
	}

#sidebar #galleryThumbs img {
	float:left;
	padding:0 !important;
	margin:0;
	}

#sidebar .archive dl {
	overflow:hidden;
	}

#sidebar .archive dl:after {
	clear:both;
	content:" ";
	display:block;
	height:1px;
	overflow:hidden;
	}

* html #sidebar .archive dl {
	height:1em;
	overflow:visible;
	}

#sidebar .archive dl dt {
	float:left;
	font-weight:bold;
	margin:0;
	padding:0;
	clear:left;
	}
#sidebar .archive dl dd {
	float:left;
	margin:0 0 0 5px;
	padding:0;
	}

#sidebar .meta {
	margin-top:20px;
	padding:0px;
	background-color:#ffcc00;
	border:2px solid #ffffff;
	}
#sidebar .meta h2 {
	margin:0;
	padding:5px;
	color:#ffffff;
	}
#sidebar .meta ul {
	margin:0;
	padding:5px;
	background: url('/img/cmn_bg04.gif') repeat top left;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */

/* Begin toppage */
/* End toppage*/

/* Begin about*/
.about .entry dd img {
	margin:5px 0;
	}
/* End about*/

/* Begin gallery*/
.gallery .narrowcolumn{
	width:630px;
	padding:50px;
	}


.gallery .post {
	width:630px;
	}

.gallery .gallerylist .entry{
	display:table;
	margin:0 auto 30px auto;
}

.gallery #gallerybar {
	width:730px;
	padding:0 10px 10px 10px;
	clear:both;
	}

ul#galleryThumbs {
	list-style:none;
	padding:15px;
	margin:0;
	overflow:hidden;
	background:url("/img/cmn_bg04.gif") top left;
	}

ul#galleryThumbs:after {
	clear:both;
	content:" ";
	display:block;
	height:1px;
	overflow:hidden;
	}

* html ul#galleryThumbs {
	height:1em;
	overflow:visible;
	}

ul#galleryThumbs li {
	float:left;
	padding:0 !important;
	margin:0;
	}
ul#galleryThumbs li a {
	padding:0;
	margin:0;
	display:block;
	}
#galleryThumbs li img {
	padding:0;
	margin:0;
	}
.gallery .imageframe {
	margin:0 auto;
	}
.gallery .narrowcolumn .thumb {
	display:none;
	}

.gallerylist .clap {
	bottom:30px;
	left:0;
	position:relative;
}
.gallerylist .clap input.inputBtn {
	vertical-align:middle;
}
.gallerylist .clap input.inputTxt {
	visibility:hidden;
	vertical-align:middle;
	width:240px;
}
/* End gallery*/



/* Begin diary*/
.diary .narrowcolumn h3{
	margin-bottom:10px;
	}
.diary .narrowcolumn .entry{
	margin:15px 0;
	}
.diary .narrowcolumn .entry img{
	margin-bottom:10px;
	}
.diary .narrowcolumn .entry .alignright{
	margin-left:10px;
	}
.diary .narrowcolumn .entry .alignleft{
	margin-right:10px;
	}
/* End diary*/


/* Begin links*/
.links .narrowcolumn{
	width:440px;
	padding:50px 30px 50px 50px;
	margin-right:0;
	}
.links .narrowcolumn ul{
	width:440px;
	padding:0;
	margin:0;
	overflow:hidden;
	list-style:none;
	}
.links .narrowcolumn ul:after {
	clear:both;
	content:" ";
	display:block;
	height:1px;
	overflow:hidden;
	}

* html .links .narrowcolumn ul {
	height:1em;
	overflow:visible;
	}
.links .narrowcolumn ul li{
	float:left;
	margin:0 20px 20px 0;
	padding:0;
	}

.links a.banner{
	display:block;
	width:200px;
	height:40px;
	color:#000000;
	background: url('/img/cmn_nobanner.gif') no-repeat top left;
	line-height:40px;
	text-align:center;
	}
.links .narrowcolumn h3{
	width:410px;
	}

/* End links*/



/* Begin pagenavi */
.pagenavi {
	text-align:center;
}

.pagenavi a, .pagenavi a:link, .pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #00a0e9;
}
.pagenavi a.numbers,
.pagenavi a.numbers:link,
.pagenavi a.numbers:active {
	color: #ffffff;
	background:none;
	background-color: #00a0e9;
}
.pagenavi a.numbers:hover {	
	background:url("/img/cmn_bg03.gif") top left;
	color: #ffffff;
}
.pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #ffffff;
	background-color: #00a0e9;
}
.pagenavi span.current {
	background:url("/img/cmn_bg02.gif") top left;
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #00a0e9;
}
.pagenavi span.extend {
	color: #00a0e9;
}
/* End pagenavi */



/* Begin Various Tags & Classes */
* {
	text-decoration: none;
	}

body,td,th,input,textarea{
	font-size:small;
	}

body {
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background-color: #fff;
	}


h1 {
	margin: 0;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 a {
	display:block;
	width:145px;
	height:0;
	padding-top:79px;
	overflow:hidden;
	background: url('/img/cmn_6logo.gif') no-repeat top left;
	}

h2 {
	margin: 0 0 30px 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
	}
.narrowcolumn h2{
	margin-bottom: 30px;
	}

h3 {
	margin: 0 0 20px 0;
	padding:5px 5px 2px 5px;
	background: url('/img/cmn_bg05.gif') repeat top left;
	}
h3 img {
	margin: 0 0 3px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

small, ul ul li, ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

select {
	width: 130px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #0082be;
	text-decoration: none;
	}

a:hover {
	color: #0082be;
	text-decoration: underline;
	}
a:visited {
	color: #005d88;
	text-decoration: none;
	}
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;
	}

table{
	border-top:1px solid #ffdd66;
	margin-bottom:20px;
	}

table th{
	font-weight:normal;
	border-bottom:1px solid #ffdd66;
	padding:5px;
	text-align:left;
	background: url('/img/cmn_bg.gif') repeat top left;
	}

table td{
	font-weight:normal;
	padding:5px;
	text-align:left;
	border-bottom:1px solid #ffdd66;
	
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


.clear {
	clear: both;
	}

span.info{
	font-size:0.8em;
	color:#666666;
	}
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
	}

.imagecaption {
	margin:10px 0;
	color:#666666;
	text-align:right;
	font-size:0.8em;
	}

div.clap {
	margin-bottom:5px;
	}
.clap span {
	margin-left:10px;
	font-size:0.8em;
	}
.clap p.preview {
	font-size:0.8em;
	padding: 10px;
	margin-top: 10px;
	background: url('/img/cmn_bg05.gif') repeat top left;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

