@charset "EUC-JP";


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

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

hr {
	color:#e56da0;
}

.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:#1b8c2f;
	text-decoration:underline;
}

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

/*Container*/
#Container{
	margin-left:auto;
	margin-right:auto;
}

#Main{
	background:#fff;
}

#Main .HeaderA{
	background:url("./out_img.php?file=img/header_a_bg.gif") no-repeat;
	color:#666;
}

#Main .HeaderB{
	background:url("./out_img.php?file=img/header_b_bg.gif") no-repeat;
}

#Main .HeaderC{
	background:#57b127 url("./out_img.php?file=img/header_c_bg.gif") no-repeat top;
}

#Main .HeaderA h1{
	margin:10px 0px 0px 20px;
	font-size:12pt;
	font-weight:bold;
	color:#000;
}

#Main .HeaderA a{
	color:#000;
}

#Main .HeaderA a:hover{
	color:#666;
}

#Main .menu_top{
	width:207px;
	text-align:center;
}

#URI{
	margin:5px 0px 0px 20px;
}

#UserMenu{
	text-align:right;
	padding-right:10px;
	color:#000;
}

#UserMenu a{
	color:#000;
}

/*Entries*/
#Entries{
	margin:0px 0px 0px 10px;
}

/*Error*/
#Error{
	margin-bottom:10px;
}

#Error .Header{
	height:25px;
	background:url("./out_img.php?file=img/error_title.gif") no-repeat bottom;
}

#Error .ContentsContainer{
	background:#b3e2ee;
}

#Error .Contents{
	margin:0px 10px 10px 10px;
	background:#fff;
	padding:10px;
}

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

#EntryList .Header{
	height:36px;
	background:url("./out_img.php?file=img/entry_title.gif") no-repeat bottom;
	padding:0px 0px 3px 10px;
}

#EntryList .Header h2{
	font-size:100%;
	font-weight:bold;
	margin:0px;
	color:#0000ff;
}

#EntryList .ContentsContainer{
	background:#b3e2ee;
}

#EntryList .Contents{
	margin:0px 10px 10px 10px;
	background:#fff;
	padding:10px;
}

#EntryList ul{
	margin:0px;
	padding-left:20px;
	list-style-image:url("./out_img.php?file=img/list_mark1.gif");
}

#EntryList ul li{
	margin:2px 0px;
	padding:2px;
	vertical-align:middle;
}

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

#SearchResult .Header{
	height:36px;
	background:url("./out_img.php?file=img/entry_title.gif") no-repeat bottom;
	padding:0px 0px 3px 10px;
}

#SearchResult .Header h2{
	font-size:100%;
	font-weight:bold;
	margin:0px;
	color:#0000ff;
}

#SearchResult .ContentsContainer{
	background:#b3e2ee;
}

#SearchResult .Contents{
	margin:0px 10px 10px 10px;
	background:#fff;
	padding:10px;
}

#SearchResult .Keyword{
	margin:10px 0px;
	border:1px solid #ccc;
	padding:5px;
}

#SearchResult .Title{
}

#SearchResult .Date{
	font-size:90%;
	color:#666;
}

#SearchResult .Text{
	overflow:auto;	/*for Gecko*/
	padding:0px;
}

#SearchResult ul{
	margin:0px;
	padding-left:20px;
	list-style-image:url("./out_img.php?file=img/list_mark1.gif");
}

#SearchResult ul li{
	margin:2px 0px;
	padding:2px;
	vertical-align:middle;
}

#SearchResult .Entry{
}


/*Entry*/
.Entry{
	margin-bottom:10px;
}

.Entry .ContentsContainer{
	background:#b3e2ee;
	width:440px;
}

.Entry .Contents{
	margin:0px 10px 10px 10px;
	background:#fff;
	padding:10px 0px;
	width:420px;
}

.Entry .Header{
	height:36px;
	background:url("./out_img.php?file=img/entry_title.gif") no-repeat bottom;
	padding:0px 0px 3px 10px;
}

.Entry .Title{
}

.Entry .Header h2{
	font-size:100%;
	font-weight:bold;
	margin:0px;
	color:#0000ff;
}

.Entry .Date{
	font-size:80%;
}

.Entry .EditMenu{
	margin:0px 10px 0px 0px;
	text-align:right;
}

.Entry .Text{
	overflow:auto;	/*for Gecko*/
	padding:10px;
	font-size:100%;
	line-height:160%;
}

.Entry .Footer{
	text-align:right;
	padding:0px 10px;
}

.Entry .Footer .Author{
	font-weight:bold;
}

.Entry .Footer .Date{
	font-size:100%;
}

.Entry .Footer .TrackBack{
	font-weight:bold;
}

.Entry .Footer .Comment{
	font-weight:bold;
}

.TrackBacks .Date, .Comments .Date{
	font-size:90%;
	color:#666;
}


/*TrackBack*/
.TrackBacks{
	display:none;
}

.TrackBacks .TrackBacksBody{
	margin:10px;
	background:#fff;
	padding:10px;
	border:1px solid #fff;
}

.TrackBackURI h3{
	margin:0px;
	margin-bottom:10px;
	font-size:100%;
}

.TrackBackList h3{
	margin-top:20px;
	margin-bottom:10px;
	border-bottom:1px solid #b3e2ee;
	font-size:100%;
}

.TrackBackList .TrackBack{
	border-bottom:1px dashed #b3e2ee;
	padding:10px 0px;
}

.TrackBackList .TrackBack .TrackBackTitle{
	margin:0px;
	background-color:transparent;
	background-image:url("./out_img.php?file=img/list_mark1.gif");
	background-repeat:no-repeat;
	background-position:top left;
	border:none;
	padding-left:20px;
	font-size:100%;
	font-weight:normal;
	height:18px;
}

.TrackBackList .TrackBack .TrackBackText{
	overflow:auto;	/*for Gecko*/
	width:390px;
}

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

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

.TrackBackList .TrackBack .Info .Date{
}

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

/*Comment*/
.Comments{
	display:none;
}

.Comments .CommentsBody{
	margin:10px;
	background:#fff;
	padding:10px;
	border:1px solid #fff;
}

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

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

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

.CommentList h3{
	margin-top:0px;
	margin-bottom:10px;
	border-bottom:1px solid #b3e2ee;
	font-size:100%;
}

.CommentList .Comment{
	border-bottom:1px dashed #b3e2ee;
	padding:10px 0px;
}

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

.CommentList .Comment .Date{
}

.CommentList .Comment .CommentText{
	overflow:auto;	/*for Gecko*/
	width:390px;
}

.CommentList .InputPasswd{
	display:none;
	background-color:#efefef;
	border:1px solid #aaa;
	padding-left:10px;
	vertical-align:middle;
}

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

/*Page Control*/
#Page{
	margin-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#Page .Next{
}

#Page .Prev{
}

#Page a:hover{
}

/*Menu*/
#Menu{
	background:#fff;
}

/*General Menu Item*/

#BlogProfile{
	width:187px;
	text-align:center;
}

.MenuProfile{
	margin-top:15px;
}

.MenuProfile .Header{
	height:24px;
	background:#35aacd;
	padding-left:10px;
	font-weight:bold;
	border-bottom:3px solid #fff;
}

.MenuProfile .ContentsContainer{
	background:#b3e2ee;
}

.MenuProfile .Contents{
	padding:10px;
}

.MenuProfile .Description{
}

.MenuProfile .Author{
}

.MenuProfile .Footer{
}

.MenuItem{
	margin-top:12px;
}

.MenuItem .Header{
	height:24px;
	background:#35aacd;
	padding-left:10px;
	font-weight:bold;
	border-bottom:3px solid #fff;
}

.MenuItem .ContentsContainer{
	background:#b3e2ee;
}

.MenuItem .Contents{
	padding:10px;
	text-align:left;
}

.MenuItem ul{
	margin:0px;
	padding-left:20px;
	list-style-image:url("./out_img.php?file=img/list_mark2.gif");
}

.MenuItem ul li{
	margin:0px;
	padding:0px 2px;
	vertical-align:middle;
	overflow:hidden;
	width:170px;
}

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

#SearchForm .inputarea{
	border:1px solid #333;
}

#MemoText{
}

.MenuItem .Calendar{
	text-align:center;
}

.MenuItem .Calendar a{
}

.MenuItem .Calendar a:hover{
}

/*Calendar*/
#Calendar{
	padding:0px;
	text-align:center;
	margin-bottom:5px;
}

#Calendar a{
}

#Calendar a:hover{
}

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

#Calendar table td, #Calendar table th{
	border-width:0px;
	width:27px;
	height:22px;
	padding:0px;
}

#Calendar .Header{
	border:none;
	background:#b3e2ee;
	padding:0px;
	text-align:center;
	height:20px;
}

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

#Calendar th{
	background:url("./out_img.php?file=img/cl_week.gif") no-repeat center center;
	text-align:center;
	font-size:70%;
	color:#fff;
	font-weight:bold;
}

#Calendar td{
	background:url("./out_img.php?file=img/cl_day.gif") no-repeat center center;
	text-align:center;
	font-size:90%;
	color:#fff;
}

/*Header*/
#Calendar th.Sun, #Calendar th.Mon, #Calendar th.Tue, #Calendar th.Wed, #Calendar th.Thu, #Calendar th.Fri, #Calendar th.Sat {
}

/*WeekDay*/
#Calendar .Holiday{
}

#Calendar .Sun{
}

#Calendar .Sat{
}

#Calendar .Mon, #Calendar .Tue, #Calendar .Wed, #Calendar .Thu, #Calendar .Fri{
}
 
#Calendar .Today{
	background:url("./out_img.php?file=img/cl_today.gif") no-repeat center center;
	color:#fff;
}

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


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

#FBLogo img{
	border:1px solid #333;
}

/*Feeds*/
#Feeds{
	text-align:center;
	margin-bottom:10px;
}

/*Validation*/
#Validation{
	display:none;
}

#Copy{
	padding:0px 10px 10px;
}

#Copy .CopyContents{
	padding-top:5px;
	border-top:1px solid #ccc;
}

#Copy a{
	color:#000;
}
