@charset "UTF-8";
/*
 * Copyright (c) 2009, dix. All rights reserved.
 * http://achi2007.blog.shinobi.jp/
 * 一部にYUIを使っています
 * 
 * version: 1.2.3
 * license: new BSD License
 */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}html{overflow-y:scroll;}body{line-height:1.5;margin:8px;}h1{font-size:189%;margin:.67em 0;}h2{font-size:159%;margin:.83em 0;}h3{font-size:144%;margin:1em 0;}h4{font-size:122%;margin:1.33em 0;}h5{font-size:107%;margin:1.67em 0;}h6{font-size:92%;margin:2.33em 0;}h1,h2,h3,h4,h5,h6{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-weight:bold;}blockquote{margin:1em 2em;}ol,ul,dl{margin:1em 1em 1em 2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{padding:1px;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}a:link{color:#00E;}a:visited{color:#551A8B;}strong{font-size:152%;font-weight:bold;}del{color:#999;text-decoration:line-through;}ins{border-bottom:1px dotted #000;text-decoration:none;}form{margin:.5em 20px;padding:1px 0;}fieldset{border:1px solid #ccc;}legend{margin:0 1em;padding:0 10px;}address{font-style:italic;margin-bottom:1em;}

/* ------------------------------
 clearfix
------------------------------ */

/* for modern browser */
#menu:after,
#plugins:after,
#flip:after {
	content: "";
	display: block;
	clear: both;
}

/* for IE 5.5-7 */
#menu,
#plugins,
#flip {
	height: 1%;
}

/* ------------------------------
 before IE6
------------------------------ */

/* 完全互換ではない */
* html #entrys {
	width: 585px;
	width: expression(document.documentElement.clientWidth > 585 ? "585px" : "auto");
}

* html #plugins {
	width: 50em;
}

/* ------------------------------
 main
------------------------------ */

html {
	background-color: #fcfcfc;
	color: #000;
}

body {
	padding: 0;
	margin: 0;
	/*font-family: "Meiryo";*/
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

input, textarea {
	font-family: monospace;
}

/* ------------------------------
 header
------------------------------ */

#header {
	padding-top: 1em;
	border-bottom: 4px groove #7f7f7f;
	background-color: #000;
}

#header h1 {
	margin: 0;
	text-align: center;
	font-size: 300%;
}
#header h1 a {
	color: #f5f5f5;
	text-decoration: none;
}

#description {
	margin: 0 1em;
	text-align: right;
	color: #aaa;
}

#menu {
	text-align: center;
	margin-bottom: 0;
	font-size: 114%;
	margin: 0;
	padding: 0.5em 0;
}
#menu li {
	display: inline;
}
#menu li a {
	padding: 0.5em;
	color: #aaa;
}
#menu li a:hover {
	color: #fff;
}

/* ------------------------------
 entry
------------------------------ */

#entrys {
	max-width: 45em;
	margin: 0 auto;
	padding: 0 0.5em;
}

.entry {
	font-size: 114%;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #000000;
}
.entry h2 {
	font-size: 167%;
	margin: 0.5em 0;
}
.entry h2 a {
	color: #000;
	text-decoration: none;
}

.entry dl {
	margin: 0.5em 0.5em 0.5em 1em;
}
.entry dt {
	font-weight: bold;
}
.entry table {
	background-color: #fff;
	color: #000;
	border-collapse: collapse;
	border-spacing: 0;
}
.entry th {
	background-color: #eee;
}
.entry th, .entry td {
	border: 1px solid #ccc;
	padding: 1px 3px;
}

.entry blockquote {
	margin: 1em;
	padding: 1px 5px;
	border: 1px solid #888;
	color: #F8F8F8;
	background-color: #333;
}
.entry blockquote p {
	margin: 0;
}

.entry h3 {
	border-bottom: 2px solid #666;
}
.entry h4 {
	margin-bottom: 1em;
}
.entry h5,
.entry h6 {
	margin: 1em 0;
}

.entry pre {
	margin: 1em 0;
	padding: 3px 5px;
	border: 1px solid #555;
	background-color: #eee;
	color: #000;
	overflow: auto;
}

.info {
	font-size: 85%;
	margin: 0.25em 0;
	text-align: right;
}
.info li {
	padding: 0 0.5em 0 0;
	display: inline;
}
.info li a {
	color: #007;
}

/* ------------------------------
 comment / trackback
------------------------------ */

#comment {
	margin-bottom: 3em;
}
#comment dt.comment {
	border-top: 2px groove #333;
	padding-top: 0.2em;
	text-align: right;
}
#comment dt.comment a {
	color: #007;
}
#comment dd.comment {
	font-size: 107%;
	margin-left: 0;
	margin-bottom: 1em;
}
#comment dt.comment_res {
	margin-left: 5em;
	text-align: right;
}
#comment dd.comment_res {
	font-size: 107%;
	margin-left: 5em;
	margin-bottom: 1em;
}

#comment_form dl {
	margin: 0 0 1em 0;
}
#comment_form dt {
	height: 2em;
	border-bottom: none;
	margin-bottom: 0;
}
#comment_form dd {
	margin-top: -2em;
	margin-left: 6em;
	margin-bottom: 0.3em;
}
#comment_name, #comment_url {
	width: 20em;
}
#comment_text {
	width: 30em;
}
#comment_pass {
	width: 10em;
}

#trackback dt {
	border-bottom: dotted 1px #aaa;
	margin-bottom: 0.5em;
}
#trackback dt a {
	color: #007;
}
#trackback dd {
	margin-bottom: 1em;
}
#trackback_url {
	width: 30em;
}

/* ------------------------------
 navigation
------------------------------ */

#navi {
	margin: 0.25em 0;
	padding: 1em 0.2em 0.2em 0.2em;
	text-align: center;
}
#navi li {
	display: inline;
	margin: 0 0.2em;
}
#navi li a {
	color: #777;
	font-size: 107%;
}
#navi li a:hover {
	color: #000;
}

#flip {
	padding-top: 1em;
	margin: 0.25em 0;
	line-height: 1;
	font-size: 122%;
}
#flip li {
	height: 1em;
	width: 49%;
	list-style-type: none;
	float: left;
}
#flip li a {
	margin: 0 0.5em;
	color: #000;
}
#flip #newer {
	text-align: right;
}
#flip #older {
	text-align: left;
}

/* ------------------------------
 plugin
------------------------------ */

#plugins {
	max-width: 50em;
	margin: 0 auto;
}

.plugin {
	float: left;
	width: 15em;
	margin: 0 0.5em;
}

.plugin dt {
	font-size: 136%;
	margin: 1em 0 0.5em 0;
	font-weight: bold;
	text-align: center;
}

.plugin dd {
	margin-left: 0.5em;
}

.plugin dd form {
	margin: 0;
}

.plugin_input {
	width: 10em;
	margin-bottom: 0.3em;
}

.plugin_list {
	margin: 0 0 0.5em 0;
}
.plugin_list li,
.plugin_list dd {
	border-bottom: 1px dotted #555;
}
.plugin_list li {
	list-style-type: none;
}
.plugin_list dt {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	text-align: left;
}
.plugin_list dd {
	margin: 0;
	text-align: right;
}

.long_plugin_list {
	height: 30em;
	overflow: auto;
}

.comment_res_mark {
	background-image: url(http://file.achi2007.blog.shinobi.jp/icon_commentRes.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.calendar {
	width: 90%;
	margin: 0 auto;
	color: #000;
	border-collapse: separate;
	border-spacing: 1px;
}
.calendar th, .calendar td {
	text-align: center;
	padding: 0.1em 0.2em;
}
.calendar th {
	background-color: #eff0f1;
}
.calendar .wday .sun {
	color: #990000;
}
.calendar .wday .sat {
	color: #000099;
}
.calendar tbody a {
	font-weight: bold;
}

/* ------------------------------
 footer
------------------------------ */

#footer {
	margin-top: 1em;
	padding: 1em 0;
	border-top: 4px ridge #7f7f7f;
	background-color: #000;
	color: #777;
}

#footer address {
	text-align: center;
}

#ads {
	text-align: center;
	margin-bottom: 0;
}
#ads li {
	padding: 0 0.5em;
	display: inline;
}
#ads li a {
	color: #777;
}
