@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 有名な <a href="http://binarybonsai.com/kubrick/">Kubrick</a> をもとにした WordPress のデフォルトテーマ
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/



@charset "UTF-8";
body,td,th {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 18px;
}
body {
	background-repeat: repeat;
	margin:20px auto;
	background-color: #CCCCCC;
	background-image: url(common_img/bg_washi1.gif);
	background-position: center top;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #192046;
}
a:active {
	text-decoration: none;
	color: #333333;
}

* {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
}

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}

img {
	border-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#head {
	margin: 0px auto;
	width: 840px;
	text-align: right;
}
/* end MacIE5 */

#head li {
	list-style-type: none;
	float: left;
	width: 140px;
	height: 50px;
}
#bread {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin: 0 0 10px;
}
.common    td  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 20px;
	padding: 10px;
}
.common {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 10px 0 0;
	padding: 0px;
}
#sideber {
	width: 200px;
	margin: 0px 0 0 615px;
	padding: 0px 0 0;
}
#sideber li {
	list-style-type: none;
	margin: 5px 0 5px;
}
.sideinfo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 5px 0 0;
	padding: 0 0 5px;
	font-size: 10px;
	line-height: 14px;
}
#wrap {
	width: 840px;
	margin: 0px auto;
	padding: 0px 0px 30px;
	background: url(common_img/bg_wrap.png) center repeat-y;
}
#conindex {
	width: 560px;
	float: left;
	margin: 0 0 0 30px;
	display: inline;
}
#con {
	width: 560px;
	float: left;
	margin: 0 0 0 30px;
	display: inline;
}
#con h3 {
	font-size: 14px;
	font-weight: bold;
	color: #1E2B58;
	line-height: 30px;
	margin: 30px 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
}
#col {
	background-image: url(common_img/col_boader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 20px;
	margin: 30px 0 0;
}
#col h2 {
	color: #1e2b58;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", serif;
	font-size: 18px;
	line-height: 20px;
}
#col h3 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 22px;
	margin: 10px 0 5px;
	padding: 0px;
}
.news  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 10px 0 0;
	padding: 0 0 10px;
}
.news p  {
	margin: 0 0 18px;
}
#foot {
	width: 840px;
	height: 85px;
	margin: 0px auto;
	background-image: url(common_img/bg_foot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#foot li {
	float: left;
	margin: 16px 10px 0 0;
	list-style-type: none;
	color: #FFFFFF;
}
#foot ul {
	margin: 0 0 0 30px;
}
#foot a:link {
	color: #aaaaaa;
	text-decoration: none;
}
#foot a:visited {
	text-decoration: none;
	color: #aaaaaa;
}
#foot a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#foot a:active {
	text-decoration: none;
	color: #ffffff;
}
#copylight {
	color: #666666;
	text-align: center;
	margin: 10px auto;
	width: 840px;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 10px 0 10px;
}

/*nav*/
.tablenav {
	color: #036;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #036;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #036;
}

.tablenav .current {
	color: white;
	background: #036;
	border-color: #036;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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;
	}




#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
