@charset "UTF-8";

/* Blog テンプレート “Lotus”*/
/* by Naoko McCracken http://nao-net.com/ */
/* このCSSは以下のクリエイティブ・コモンズ・ライセンスに従って使用してください。 */
/* http://creativecommons.org/licenses/by-sa/2.0/ */
/* すべての画像の著作権は製作者に属します。 */

/***** General Rules *****/
body {
	color: #666;
	background: url(img/lotus_bg.jpg) top center repeat-y #E5E3D6;
	font-family: Georgia,Times New Roman,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Helvetica","ＭＳ Ｐゴシック",sans-serif;
	padding: 0;
	margin: 0 0 0 50%;
	}

a, a:link	{ color: #963; text-decoration: underline; }
a:visited	{ color: #366; text-decoration: underline; }
a:hover, a:active	{ color: #669999; text-decoration: underline;  }
hr {
	clear: both;
	border-top: 1px solid #ADAFA8;
	border-right-width: 0;
	border-bottom-width: 0; 
	border-left-width: 0; 
	margin: 0;
	padding: 3px 0;
	color: #D8DAD1;
	}
input, textarea, select {
	color: #666;
	margin: 3px 0 0 0;
	background: transparent;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Geneva","Monaco","Georgia","Times New Roman","Helvetica","ＭＳ Ｐゴシック",sans-serif;
	}
p, div, span, ul, ol, li, blockquote, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
	}
pre, code {
	font-family: Courier New, Courier, Monospace;
	padding: 5px;
	margin: 0;
	}
body, pre, code, li, blockquote { 
	line-height: 1.8;
	font-size: x-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
	}
html>body, html>pre, html>code, html>li, html>blockquote {
	font-size: small;
	}

/***** Comment Page and Search Page *****/
#banner-commentspop { /* MT Comment */ 
	font-weight: bold;
	color: #366;
	line-height: 2em;
	font-size: 2em;
	}
h3.title, /* MT Comment */
.blog .comments-head, /* MT Comment */
#container h2.date /* MT Comment*/  {
	background: url(img/lotus_leaf.jpg) center left no-repeat;
	padding: 10px 0 5px 50px;
	font-size: 1.2em;
	color: #444689;
	font-weight: bold;*/
}
.blogbody h3.title /*MT Search*/ {
	padding: 5px 0;
	background: none;
	}
#container, /* Both */
.blog, /* MT Comment */
#banner-commentspop /* MT comment*/  {
	position: relative;
	text-align:left;
	width: 700px;
	margin: 0 0 0 -350px;
	background: url(img/lotus_sub_bg.jpg) top center repeat-y;
	}
#container .blog /* MT Search */{ 
	background:none;
	width: auto;
	margin: 0;
	padding: 5px 30px;
	}
.posted,
.comments-post {
	display: block;
	}
/**** Main Pages *****/
#banner {
	position: relative;
	text-align:left;
	background: url(img/lotus_sitetitle_bg.jpg) top center no-repeat;
	height: 156px;
	width: 750px;
	margin: 0 0 0 -375px;
	color: #FFF;
	}
#banner a:link, #banner a:visited, #banner a:hover, #banner a:active {
	color: #FFF;
	text-decoration: none;
	}
#banner h1 {
	font-size: 1.2em;
	padding: 60px 0 0 450px;
	font-style: italic;
	}
#banner h2 {
	padding: 5px 0 0 450px;
	font-size: 0.8em;
	}
#center, #container {
	position: relative;
	width: 750px;
	margin: 0 0 0 -375px;
	}
#menu {
	text-align: center;
	font-weight: bold;
	padding: 0 8px 12px 8px;
	background:url(img/lotus_title_bg.jpg) bottom left repeat-x;
	}
#menu a, #menu a:link, #menu a:visited { text-decoration: none;
	color: #336666;
	}
#menu a:hover, #menu a:active { text-decoration: underline;
	color: #999;
	}
#main {
	text-align: left;
	width: 460px;
	margin: 5px 0 0 258px;
	}
#center .content {
	background: transparent;
	}
#center .blog {
	text-align: left;
	width: 460px;
	margin: 0;
	background: none;
	}
#main .blog h2.date {
	font-size: 1.3em;
	font-weight: normal;
	padding: 0 0 5px 5px;
	background:url(img/lotus_thinline.jpg) bottom left repeat-x;
	text-align: center;
	color: #444689;
	}
#main .blog h2{
	color: #444689;
	}
#main .blog h3.title {
	background: url(img/lotus_title_bg.jpg) bottom center no-repeat;
	padding: 0 0 10px 5px;
	text-align: center;
	color: #8a4369;
	}
#main h3 a, #main h3 a:link, #main h3 a:visited {
	text-decoration: none;
	color:#8a4369;
	}
#main .blog p, .extended { 
	padding: 0.8em 0 0 0;
	}
#main .blog img { float: left;
	margin: 10px 10px 10px 0;
	border: 0;
	}
blockquote { width: 85%;
	border-top: 1px solid #666;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #999;
	margin: 10px 0 0 5%;
	padding: 10px 15px;
	background: #F6F8EE;
	clear: both;
	}
.blog blockquote p { 
	padding: 0;
	}
dl {
	margin: 0 0 0 2em;
}
dt {
	font-weight: bold;
	margin: 0 0 0.2em 0;
}
dd {
	margin: 0 0 0.5em 1em;
	padding: 0;
}
.blog ul {
	list-style-type: none;
	margin: 0.8em 0 0.8em 20px;
}
.blog ul ul {
	margin: 0.2em 10px;
}
.blog ul li {
	padding: 0 0 0 18px;
	background:url(img/lotus_bullet.gif) 0 5px no-repeat;
}
.blog ol {
	margin: 0 40px; 
}
#center .posted, .bottompad	{ 
	font-size: 85%;
	background:url(img/lotus_thinline.jpg) bottom center repeat-x;	
	padding: 10px 15px;
	margin-bottom: 10px;
}
#center .posted, .bottompad	{ 
	font-size: 85%;
	background:url(img/lotus_thinline.jpg) bottom center repeat-x;	
	margin-bottom: 10px;
}
#center .posted { padding: 10px 15px; }
/***** menu *****/
#links {
	position: absolute;
	width: 230px;
	left: 0px;
	top: 0;
	}
.sidebar {
	padding: 0 15px 10px 22px;
	}
#links, #links a, #links a:link, #links a:visited { 
	color: #366;
	text-decoration: none;
	}
#links a:hover, #links a:active { 
	color: #666; 
	text-decoration: none;
	}

div#calendar {
	padding:10px 15px;
	}
#calendar caption {
	font-weight: bold;
	padding-bottom: 2px;
	}
#calendar td {
	color: #666;
	font-size:12px;
  	line-height:140%;
	text-align: center;
  	padding: 1px 4px;
	font-family: helvetica,arial,sans-serif;
	}
#calendar th {
	color: #666;
	font-size:12px;
  	line-height:140%;
  	padding: 2px;
    text-align:center;
	}
#calendar a, #calendar a:link, #calendar a:visited { 
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: block;
	background: #CCC;
	color: #666;
	}
#calendar a:hover { 
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: block;
	background: transparent;
	color: #336666;
	}
.sidebar ul {
	list-style-type: none;
	padding: 0 0px 0 10px;
	}
.sidebar ul li {
	padding: 2px 0 6px 18px;
	background:url(img/lotus_thinline.jpg) bottom center no-repeat;
	font-size: 0.85em;
	}
.sidebar h2 {
	padding: 10px 0 8px 8px;
  	color: #666;
	background: url(img/lotus_sidetitle_bg.jpg) bottom center no-repeat;
	font-size: 1em;
	}	
.link-note {
	font-family:verdana, arial, sans-serif;
  	padding:5px 0 0 0;
 	}
#powered {
  	margin:15px 0 0 0 ;
  	}
#powered img { border: 0 }
/***** FOOTER *****/
#copyright {
	font-size:85%;
	padding: 8px 0 40px 0;
	text-transform: lowercase;
	line-height: 1.2;
	background: url(img/lotus_leaf.jpg) bottom center no-repeat;
}
#copyright a, #copyright a:link, #copyright a:visited, #copyright a:hover, #copyright a:active {
	text-decoration: none;
	font-weight: bold;
}
/***** Comments *****/
#main .comments-body, .trackback-body {
	text-align: left;
	padding: 5px 20px 10px 20px;
	background:url(img/lotus_thinline.jpg) bottom center repeat-x;	
	margin-bottom: 10px;
	}
.trackback-body {
	margin-bottom: 8px;
	}
.comments-body p,
.trackback-body p, .comments-body form {
	padding: 3px 0 0 13px;
}
.comments-body h2, .trackback-body h2, .comments-head {
	background: url(img/lotus_leaf.jpg) center left no-repeat;
	padding: 5px 0 5px 50px;
	font-size: 1.2em;
	color: #444689;
	}
p.comments-post, p.trackback-post, .comments-post {
	border-top: 1px dashed #999;
	padding: 3px 0;
	margin: 3px 13px;
	}
