@charset "euc-jp";
/*
Title: WidthFix
Revision: $Revision: 1.1 $
Author: kosaka
Access: kosaka@tnat.net
License: GPL
Comment: 固定幅中央寄せ

Copyright 2005 (C) by KOSAKA Takashi <kosaka@tnat.net>
validated by W3C.
*/

body {
	margin: 0px auto;
	padding: 0px;
	text-align:left;
	width:780px;
	background-image: url(bg.jpg);
	background-repeat: repeat-y;	
	background-position: top center;
	font-size:12px;
	line-height:180%;
}

hr {
	border-style:none;
	}

/* ---------- link ---------- */

a:link,a:visited {
	color: #3C74CC;
	text-decoration: none}
	
a:hover {
	color: #112B7E;
	text-decoration: none
}

div.section p a:link,
div.section p a:visited {
	text-decoration:underline;
}

/* ---------- h1-h4 ---------- */
h1 {
	margin: 0px auto;
	padding: 95px 23px 0px 38px;
	text-align:left;
	width:719px;
	background-image: url(bg_blogtop.gif);
	background-repeat: no-repeat;
	background-position: 13px 0px;
	height: 55px;
	font-size:20px;
	color:#333333;
}

h2 {
	color:#666666;
	font-size:100%;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px #CCCCCC dotted;
}



span.nyear {
	font-weight:normal;
}

h3{
	color:#333;
	font-size:110%;
}

span.sanchor{
	font-size:80%;
	font-weight:normal;
}

/* ---------- adminmenu ---------- */
div.adminmenu {
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	text-align:left;
	width:719px;
	font-size: x-small;
}

/* ---------- Section ---------- */
div.main {
	width:710px;
	padding: 10px 20px 0px 20px;
}
div.day {
	margin:3em auto;
	width: 670px;
}

div.section {
	margin-bottom:1em;
	margin-left:1em;
}

div.section p {
	line-height:175%;
	margin-left:1em;
	margin-right:1em;
}

div.section blockquote,pre {
	line-height:175%;
	background-color:#FF9;
	padding:1em;
}

div.section blockquote {
	font-style:italic;
}

/*
サイドバー関連
*/

div.sidebar {
	padding:0px 40px 0px 40px;
	background-color: #fff;
	color: #666666;
	float: left;
	width: 670px;
	font-size: 10px;
}

div.sidebar p {
	line-height: 120%;
	text-align: leftr;
	border-style: solid;
	border-color: #aaf;
	border-width: 0px 0px 1px 0px;
	margin: 2px 4px 2px 4px;
}

div.sidebar li {
	margin-left: 0.7em;
	font-size: 10px;
}

/* ---------- Caption ---------- */
div.caption {
	font-size:80%;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px #333 solid;
}

/* ---------- Comment ---------- */
div.commentshort p {
	line-height:175%;
	margin:0 0 0 1em;
	font-size:80%;
}

div.commentbody {
	margin-top:1em;
	margin-left:1em;
}

div.commentbody p  {
	line-height: 175%;
	margin-top:0.5em;
	margin-bottom:1em;
	margin-left:1em;
}

span.commentator {
	color:#333;
	font-weight:bold;
}

span.commenttime{
	font-size:80%;
}

/* ---------- Referer ---------- */
div.refererlist {
	margin:1em 0 1em 0;
	font-size:80%;
}

div.refererlist ul {
	line-height:150%;
}

div.referer {
	text-align:right;
	font-size:80%;
}

/* ---------- footer ---------- */
div.footer {
	text-align:center;
	font-size:xx-small;
}

.footerbnn{
	text-align: center;
}

.footerbnn img{
	padding: 10px 2px 0px 2px;
}


/* ---------- Image ---------- */
img {
	border:0;
	margin-right:5px;
}

img.right{
	float:right;
	margin-left:5px;
}

img.amazon{
	float:right;
	margin-top:1em;
	margin-left:5px;
}

/* ---------- Plugin ---------- */
span.blogmap {
	font-weight:normal;
	font-size:80%;
	margin-left:5px;
}

div.footnote {
	border-top: solid 1px #999;
	margin-top:3em;
	margin-left:2em;
	font-size:80%;
}

span.footnote {
	margin: 0 2px 0 1px;
	vertical-align:super;
}

em {
	font-style:normal;
	font-weight:bold;
}


/* calendar2 */
table.calendar {
	font-size: 10px;
	line-height: 120%;
	border-style: solid;
	border-color: #aaf;
	border-width: 1px;
}

table.calendar td {
	text-align: right;
	padding: 0px;
	margin: 0px;
}

table.calendar td.calendar-prev-month, table.calendar td.calendar-current-month, table.calendar td.calendar-next-month {
	text-align: center;
}

/* calendar3 */
.calendar3 {
	text-align: center;
	padding: 10px 0px 00p 0px;
}

span.calendar-current-month{
	color:#794857;
}