@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
}

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, Verdana, Arial, sans-serif;
	color: #444;
	text-align: center;
	background: #F1F1F1;
}

.hr {
	border-top: double 3px #E9E9E9;
	margin: 30px;
}

.hr hr {
	display: none;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
	color: #F60;
}

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;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table tr th {
	border: 1px solid #ddd;
	padding: 5px 5px 4px 5px;
	font-weight: bold;
	text-align: center;
}

table tr td {
	border: 1px solid #ddd;
	padding: 5px 5px 4px 5px;
}

p, dl, table {
	margin: 1.0em 0;
}

ol, ul {
	margin: 1.0em 0 1.0em 30px;
}

li ul, li ol {
	margin-top: 0;
	margin-bottom: 1.0em;
}

dd {
	margin-left: 15px;
}

pre {
	border: solid 1px #EEE;
	background: #F9F9F9;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace;
	padding: 6px 0 5px 7px;
	margin: 1.0em 0;
}

.narrowcolumn .postmetadata {
	text-align: right;
}

.alt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.description {
	text-align: center;
}

a {
	color: #2885A4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {}

.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;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.4em;
	text-transform: none;
}

#page {
	margin: 0px auto;
	width: 900px;
	border: 1px solid #ddd;
	background: White;
	text-align: left;
}

#header {
	background: #fff;
	float: left;
	width: 100%;
	padding: 15px 0px;
	margin-bottom: 10px;
	border-top: solid 5px #EEDEB5;
	border-bottom: double 0px #E9E9E9;
}

#headerimg {
	margin-top: 11px;
	padding-left: 30px;
	float: left;
}

.banner {
	border: solid 1px #eee;
	background: #f9f9f9;
	padding: 3px;
}

#header .banner {
	float: left;
	margin-left: 35px;
}

#sidebar {
	float: left;
	width: 200px;
	/*
	background: #f7f7f7;
	border: solid 1px #EEE;
	*/
}

#sidebar h2 {
	border-bottom: solid 1px #eee;
	font-weight: bold;
	color: #666;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	padding-bottom: 2px;
}

#sidebar h2 img {
	vertical-align: bottom;
}

#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
}

#sidebar #searchsubmit {
	cursor: pointer;
	vertical-align: bottom;
	margin-bottom: 4px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 15px 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
}

#sidebar ul ul li {
	margin-left: 12px;
	margin-bottom: 0px;
}

#sidebar .banner {
	margin-bottom: 12px;
}

#content {
	float: left;
	padding: 0 30px;
}

.narrowcolumn, .widecolumn {
	float: left;
	width: 600px;
}

.navigation {
	margin-bottom: 15px;
}

.pagetitle, .navigation {
	font-size: 1.0em;
	font-weight: bold;
	color: #666;
	float: left;
}

.navigation .alignleft {
	float: left;
	padding-right: 15px;
}
.navigation .alignright {
	float: right;
}

.post {
	clear: both;
	/*
	background: #f7f7f7;
	border: solid 1px #EEE;
	*/
}

.post h2 {
	border: solid 1px #eee;
	border-left-width: 2px;
	background: #F9F9F9;
	font-size: 14px;
	font-weight: normal;
	color: #444;
	padding: 5px 0px 3px 4px;
	margin: 0 0 20px 0;
}

.post h3, .post h3 a {
	margin: 20px 0 15px 0;
	font-weight: bold;
	color: #2885A4;
}

.post table th {
	color: #2885A4;
	background-color: #FAFAFA;
}

.post dt {
	margin-top: 12px;
}

.post p, .post li, .post pre, .post table td {
	line-height: 1.4em;
}

.postmetadata {
	clear: both;
}

.postmetadata ul, .postmetadata li {
	display: inline;
}

.commentmetadata {}

#commentform input {
	width: 170px;
	padding: 2px;
}

#commentform textarea {
	width: 97%;
	padding: 2px;
}

#footer {
	width: 100%;
	clear: both;
	border-top: solid 1px #E9E9E9;
	font-family: Verdana, Hervetica, sans-serif;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #888;
}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.clear {
	clear: both;
}

h3.comments {
	padding: 0;
	margin: 40px 0px;
}

p img {
	padding: 0;
	max-width: 100%;
}

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 {}

.alignleft {}

.entry {
	margin: 15px 0px;
}

.entry form {
	text-align: center;
}

.entry ul li:before, #sidebar ul ul li:before {
	
}

select {
	width: 130px;
}

.commentlist {
/*  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;
}

.commentmetadata {
	margin: 0;
	display: block;
}

#wp-calendar #prev a, #wp-calendar #next a {}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#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: #fff;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

em.new {
	color: #F60;
	margin-left: 4px;
	font: normal 9px Verdana, sans-serif;
}

.highlight {
	border: 1px #eee solid;
	color: inherit;
	background-color: #F9F9F9;
	overflow-x: auto;
	width: 100%;
	margin: 12px 0;
}

.highlight p {
	margin: 4px 7px;
	color: #CCC;
	font-weight: bold;
}

.highlight ol {
	list-style-type: decimal;
	margin-top: 4px;
	margin-bottom: 15px;
}

.highlight ol li .line {
	color: #0000FF;
	white-space: nowrap;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace;
	padding-right: 12px;
}

.highlight .comment {
	color: #f60;
}

.highlight .logic {
	color: green;
}

.highlight .string {
	color: #CC0033;
}

/*
 一枚画像モード用CSS
 */
#counter {
}

/*
 背景や幅を設定する為にブロック化
 桁を並べる
 */
#counter span {
	display: block;
	float: left;
}

/*
 累計、昨日、今日、閲覧中の桁要素を包む要素
 */
#counter span.wrapper {
	margin-right: 8px;
}

/*
 桁要素に画像背景を設定
 */
#counter span span {
	background: url(/scounter/gif/sprite.gif);
	background-repeat: no-repeat;
}

/*
 画像背景の位置と幅を調節 .dcはカンマ
 */
#counter .d0{background-position:    0px 0px; width: 7px;}
#counter .d1{background-position:  -10px 0px; width: 4px;}
#counter .d2{background-position:  -20px 0px; width: 7px;}
#counter .d3{background-position:  -30px 0px; width: 7px;}
#counter .d4{background-position:  -40px 0px; width: 7px;}
#counter .d5{background-position:  -50px 0px; width: 7px;}
#counter .d6{background-position:  -60px 0px; width: 7px;}
#counter .d7{background-position:  -70px 0px; width: 6px;}
#counter .d8{background-position:  -80px 0px; width: 7px;}
#counter .d9{background-position:  -90px 0px; width: 7px;}
#counter .dc{background-position: -100px 0px; width: 4px;}


.box {
	color: #CCC;
	margin: 15px 0;
	padding: 5px 0;
	line-height: 140%;
}

.box a {
	font-size: 11px;
	text-decoration: none;
}

.box a:link {
	color: #666;
}

.box a:visited {
	color: #999;
}

.box a:hover {
	color: #666;
	text-decoration: underline;
}

