/*
Theme Name: three flower
Theme URI: N/A
Description: three flower—p
Version: 0.9
Author: Junichi 
Author URI: http://www.three-flower.com/
*/

/* common */
* {
	margin:0;
	padding:0;
}

clear {
	clear:both;
}
body {
	color:#444444;
	font-size:80%;
	margin : 10px;
	width : 810px ; 
}
img {
	border:0;
}

a:link {color:#3333FF; text-decoration:none;}
a:visited {color:#3333FF; text-decoration:none;}
a:active {color:#00ffff; text-decoration:underline;}
a:hover {color:#00ffff; text-decoration:underline;}

/* header */
#header {
	text-align: center;
}

#header .headerimg 	{ 
	background-color: #AAFFAA;
	margin:0 250px 2px 250px;
	padding:0 50px 0 50px;
	border: 1px solid #449944;
}
#header strong {
	font-size: 1.2em;
}
#top_menu{
	height:1.2em;
	background-color: #AAFFAA;
	border-top: 2px solid #449944;
	border-bottom: 2px solid #449944;
	margin: 2px 0 10px 0;
	font-size:120%;
}
#top_menu li{
	float:right;
	list-style:none;
	vertical-align:middle;
}
#top_menu a {
	display:block; 
	border-left:1px solid #449944;
	text-decoration:none;
	width:7em; 
	height:1.2em;
	margin:0 1px;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
}
#top_menu a:hover {
	display:block; 
	border-left:1px solid #449944;
	background-color:#eeeeee;
	text-decoration:none;
	width:7em; 
	height:1.2em;
	margin:0 1px;
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
}

/* sidebar content */
#sidebar
{
	font-size:110%;
	width: 190px;
	}
#sidebar h2 {
	background :	url(images/menubar.gif);
	border-bottom: 1px solid #666666;
	font-size: 130%;
	font-weight: bolder;
	color: #663;
	padding: 3px 0 3px 10px;
	}
#sidebar ul li{
	border : 1px solid #666666;
	margin-bottom:10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	border:0;
	margin: 3px 5px;
}

#sidebar li{
	list-style:none;
}	
#searchform {
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
.children {
	list-style:none;
	margin-left:8px;
	font-size:90%;
}
	
/* index content */
#content {
	float: right;
	margin-left: 10px;
	width: 600px;
	font-size: 120%;
	}

#content h1{
	font-size:140%;
	color: #333333;

}

#content #commentform textarea {
	height: 150px;
	width: 580px;
}

/* home content */
.extract h2 {
	background :	url(images/menubar.gif);
	border: 1px solid #666666;
	font-size: 120%;
	font-weight: bolder;
	color: #333333;
	padding: 3px 0 3px 10px;
	margin-top:10px;
}
.extract dl {
	border : 1px solid #666666;
	border-top : 0;
	padding:5px;
	margin-bottom:10px;
}
.extract dt {
	padding:3px;
	font-size: 110%;
	font-weight: bolder;
}
.extract dd {
	margin:0 0 5px 10px;
}


/* ‹LŽ– */
.storytitle {
	background :	url(images/menubar.gif);
	border: 1px solid #666666;
	font-size: 130%;
	font-weight: bolder;
	color: #333333;
	padding: 3px 0 3px 10px;
	margin:10px 0;
}
.storycontent {
	font-size:110%;
	line-height:130%;
	margin:5px 0 10px 10px;
}
.excerptimg {
	width:80px;
	margin:0 10px;
}
.excerpt{
	float:right;
	width:490px;
	font-size:110%;
	line-height:130%;
	margin:5px 0 10px 10px;
}
.related ul{
	list-style-type:square;
	padding-left:20px;
}
.related h2 {
	font-size:110%;
	font-weight:bold;
	margin:3px;
}

#comments {
	font-size:120%;
	color: #666666;
	margin:10px 0 5px 0;
}
/* footer */
#footer {
	text-align: center;
	clear: both;
}
