@charset "EUC-JP";

/****************************************
*  Template  : ¥¢¥Õ¥ê¥«¡Ê²¾¡Ë
*  Author    : George Mitsumoto (ame-works)
*  Created   : 2004-01-18
*  Modified  : 2005-01-18
****************************************/

/*Body*/
body{
	margin:0px;
	padding:0px;	/*for Opera*/
	background-color:#fff;
	font-size:75%;
	font-family: ‚l‚r ƒSƒVƒbƒN, Osaka;
}

/*General Classes*/
a img{
	border-width:0px;
}

.Hide{
	display:none;
}

.Right{
	text-align:right;
}

.Center{
	text-align:center;
}

form{
	margin:0px;
}

.RightImage{
	margin:0px 0px 10px 10px;
}

.LeftImage{
	margin:0px 10px 10px 10px;
}

.CenterImage{
	text-align:center;
}

.CenterImage img{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

/*Anchors*/
a:link, a:visited{
	color:#FF650B;
	text-decoration:underline;
}

a:active, a:hover{
	color:#FF892F;
	text-decoration:underline;
}

a[name]:hover{	/*for Gecko, Opera*/
	text-decoration:none;
}

/*Container*/
#Container{
	margin:auto;
}


/*Head*/
#Head{
	background-image:url("./out_img.php?file=img/head_bg.png");
	background-repeat:no-repeat;
}

#Head h1{
	margin:0px;
	margin-top:5px;
	margin-left:60px;
	line-height:90%;
	font-size:22px;
	font-weight:bold;
}

#URI{
	margin-left:65px;
	font-weight:bold;
}

#URI a:link, #URI a:visited{
	color:#000;
	text-decoration:none;
}

#URI a:active, #URI a:hover{
	color:#000;
	text-decoration:none;
}

#UserMenu{
	background-color:#FFE451;
	background-image:url("./out_img.php?file=img/usermenu_bg.png");
	background-repeat:no-repeat;
	text-align:right;
}

/*Entries*/
#Entries{
	background-color:#FF650B;
	padding-top:25px;
}

/*Error Message*/
#Error{
	margin-bottom:20px;
	background-image:url("./out_img.php?file=img/error_bg.png");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:55px;
	padding-bottom:15px;
	font-weight:bold;
	color:#fff;
}

/*Entry List*/
#EntryList{
	margin-bottom:20px;
}

#EntryList h2{
	background-image:url("./out_img.php?file=img/list_head_bg.png");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:55px;
	padding-bottom:15px;
	font-size:100%;
	color:#fff;
}

#EntryList ul{
	width:420px;
	margin:10px 0px 10px 55px;
	padding:0px;
	list-style-type:none;
}

#EntryList li{
	margin:8px 0px;
	background-image:url("./out_img.php?file=img/list_mark.png");
	background-repeat:no-repeat;
	padding-left:15px;
	color:#fff;
}

#EntryList a:link, #EntryList a:visited{
	color:#fff;
	text-decoration:none;
}

#EntryList a:active, #EntryList a:hover{
	color:#fff;
	text-decoration:underline;
}

/*Search Result*/
#SearchResult{
	margin-bottom:20px;
}

#SearchResult h2{
	background-image:url("./out_img.php?file=img/search_head_bg.png");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:55px;
	padding-bottom:15px;
	font-size:100%;
	color:#fff;
}

#SearchResult #Keyword{
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	background-color:#fff;
	padding:5px;
}

#SearchResult ul{
	width:420px;
	margin:10px 0px 10px 55px;
	padding:0px;
	list-style-type:none;
}

#SearchResult li{
	margin:8px 0px;
	background-image:url("./out_img.php?file=img/list_mark.png");
	background-repeat:no-repeat;
	padding-left:15px;
	color:#fff;
}

#SearchResult a:link, #SearchResult a:visited{
	color:#fff;
	text-decoration:none;
}

#SearchResult a:active, #SearchResult a:hover{
	color:#fff;
	text-decoration:underline;
}

/*Entry*/
.Post{
	margin-bottom:20px;
	background-image:url("./out_img.php?file=img/entry_head_bg.png");
	background-repeat:no-repeat;
}

.Post .Title h2{
	margin:0px;
	font-size:16px;
	font-weight:bold;
	margin-left:75px;
}

.Post td.Date{
	padding-right:10px;
	padding-bottom:12px;
	text-align:right;
}

.Post .Body{
	background-color:#fff;
	background-image:url("./out_img.php?file=img/entry_body_bg.png");
	background-repeat:repeat-y;
	padding:10px 10px 0px 47px;
}

.Post .EditMenu{
	text-align:right;
	line-height:200%;
}

.Post .Text{
	overflow:auto;	/*for Gecko*/
	width:436px;
}

.Post .Footer{
	text-align:right;
}

.Post .Foot{
	background-image:url("./out_img.php?file=img/entry_foot_bg.png");
	background-repeat:no-repeat;
}

/*TrackBack*/
.TrackBacks{
	display:none;
	margin-top:20px;
	background-color:#f4f4f4;
	border:1px solid #888;
	padding:10px;
}

.TrackBackURI h3{
	margin:0px;
	margin-bottom:10px;
	background-image:url("./out_img.php?file=img/list_mark_2.gif");
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:100%;
}

.TrackBackList h3{
	margin-top:20px;
	margin-bottom:10px;
	background-image:url("./out_img.php?file=img/list_mark_2.gif");
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:100%;
}

.TrackBackList .TrackBack{
	border-bottom:1px solid #888;
	padding:5px;
}

.TrackBackList .TrackBack .Title{
	margin:0px;
	border:none;
	font-size:100%;
	font-weight:normal;
}

.TrackBackList .TrackBack .Text{
	margin:5px 0px;
	padding:0px;
	width:400px;
}

.TrackBackList .TrackBack .Info{
	text-align:right;
}

.TrackBackList .TrackBack .Info .Blog{
	font-weight:bold;
}

.TrackBackList .TrackBack .Info .Date{
}

.TrackBackList .CloseTrackBack{
	margin-top:5px;
	text-align:right;
}

/*Comment*/
.Comments{
	display:none;
	margin-top:10px;
	background-color:#f4f4f4;
	border:1px solid #888;
	padding:10px;
}

.CommentList h3{
	margin:0px;
	margin-bottom:10px;
	background-image:url("./out_img.php?file=img/list_mark_2.gif");
	background-repeat:no-repeat;
	padding-left:15px;
	font-size:100%;
}

.CommentList .Comment{
	margin-top:10px;
	border-bottom:1px solid #888;
	padding:5px;
}

.CommentList .Comment .Name{
	font-weight:bold;
}

.CommentList .Comment .Date{
}

.CommentList .Comment .Text{
	margin:5px 0px;
	padding:0px;
	width:400px;
}

.CommentList .InputPasswd{
	display:none;
	background-color:#ddd;
	border:1px solid #888;
	padding-left:5px;
	font-size:80%;
}

/*Comment Form*/
.CommentForm{
	margin-top:20px;
}

.CommentForm, .CommentForm td{
	border-width:0px;
}

.CommentForm .TextField{
	margin:0px;
	font-family: ‚l‚r ƒSƒVƒbƒN, Osaka;
	font-size:100%;
}

.Comments .CloseComment{
	margin-top:5px;
	text-align:right;
}

/*Page Control*/
#Page{
	padding-bottom:10px;
	text-align:center;
}
#Page a:link, #Page a:visited{
	color:#FFD076;
	text-decoration:underline;
}

#Page a:active, #Page a:hover{
	color:#fff;
	text-decoration:underline;
}

/*Menu*/
#Menu{
	padding-top:25px;
}

/*Blog Profile*/
#BlogProfile{
	text-align:center;
}

#BlogProfile h3{
	text-align:left;
}

#BlogProfile .Description{
	margin-top:5px;
	text-align:left;
}

#BlogProfile .Author{
	text-align:left;
}

/*Calendar*/
#Calendar{
	padding:10px 0px;
	text-align:center;
}

#Calendar table{
	margin-left:auto;
	margin-right:auto;
	border-width:0px;
}

#Calendar table td, #Calendar table th{
	border-width:0px;
}

#Calendar .Header{
	margin-bottom:5px;
	background:none;
	border-width:0px;
	font-weight:normal;
}

#Calendar a.Prev, #Calendar a.Next{
	margin:0px 10px;
	font-family:monospace;
}

#Calendar td, #Calendar th{
	width:20px;
	text-align:center;
	font-size:80%;
}

#Calendar th{
	font-weight:bold;
}

/*WeekDay*/
#Calendar .Holiday{
	color:#f00;
}

#Calendar .Sun{
	color:#f00;
}

#Calendar .Sat{
	color:#00f;
}

#Calendar .Mon, #Calendar .Tue, #Calendar .Wed, #Calendar .Thu, #Calendar .Fri{
	color:#666;
}
 
#Calendar td.Today{
	background-color:#f4f4f4;
	border:1px solid #888;
	font-weight:bold;
}

#Calendar .HasEntry{
	font-weight:bold;
}

/*Menu Item*/
.MenuItem{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:180px;
}

.MenuItem h3{
	margin:0px;
	height:30px;
	background-image:url("./out_img.php?file=img/menu_head_bg.png");
	background-repeat:no-repeat;
	padding-left:40px;
	font-size:100%;
	font-weight:bold;
}

.MenuItem .Contents{
	padding:10px;
	padding-right:5px;
}

.MenuItem ul{
	margin:0px;
	margin-left:5px;
	padding:0px;
	list-style-type:none;
}

.MenuItem ul li{
	margin:3px 0px;
	background-image:url("./out_img.php?file=img/list_mark_2.gif");
	background-repeat:no-repeat;
	padding-left:15px;
}

/*Special Menu Items*/
/*Search*/
#SearchForm{
	text-align:center;
}

#MemoText{
}

/*FruitBlog Logo*/
#FBLogo{
	margin:20px 0px;
	text-align:center;
}

#FBLogo img{
}

/*Feeds*/
#Feeds{
	padding-bottom:3px;
	text-align:right;
}

/*Validation*/
#Validation{
	display:none;
	text-align:center;
}

#Copy{
	border-top:1px solid #888;
	padding:10px 0px;
}