@charset "EUC-JP";


/*Body*/
body{
	margin:0px;
	padding:0px;	/*for Opera*/
	background-color:#BBE6FD;
	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:#2A4397;
	text-decoration:underline;
}

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

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

/*Main Header*/
#MainHeader{
	margin-left:auto;
	margin-right:auto;
}

#MainHeader .FrameA{
	background-image:url("./out_img.php?file=img/header_a_bg.png");
	background-repeat:no-repeat;
}

#MainHeader .FrameB{
	background-image:url("./out_img.php?file=img/header_b_bg.png");
	background-repeat:no-repeat;
	background-position:bottom left;
}

#MainHeader .FrameC{
	background-image:url("./out_img.php?file=img/header_c_bg.png");
	background-repeat:no-repeat;
	background-position:center left;
}

#UserMenu{
	background-image:url("./out_img.php?file=img/header_usermenu_bg.png");
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
}

#MainHeader h1{
	margin:0px;
	font-size:12pt;
	font-weight:bold;
}

#MainHeader .BlogInfo{
	background-color:#fff;
}

#Contents{
	margin-left:auto;
	margin-right:auto;
}

/*Error*/
#Error{
	padding:20px;
	text-align:center;
}

/*Entries*/
#Entries{
}

/*Entry List*/
#EntryList{
}

#EntryList .Header{
	margin-bottom:5px;
	border-bottom:1px solid #999;
}

#EntryList .Header h2{
	margin:0px;
	font-size:100%;
}

#EntryList .Text{
	padding-left:5px;
}

#EntryList .Entry{
}

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

#EntryList ul li{
	padding:2px 0px;
}

#EntryList .Title{
}

#EntryList .Date{
	margin-left:10px;
	font-size:80%;
	color:#666;
}

/*Search Result*/
#SearchResult{
}

#SearchResult .Header{
	margin-bottom:5px;
	border-bottom:1px solid #999;
}

#SearchResult .Header h2{
	margin:0px;
	font-size:100%;
}

#SearchResult .Keyword{
	background-color:#efefef;
	border:1px solid #999;
	padding:5px;
}

#SearchResult .Entry{
	padding:4px 0px;
}

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

#SearchResult ul li{
	padding:2px 0px;
}

#SearchResult .Title{
}

#SearchResult .Date{
	margin-left:10px;
	font-size:80%;
	color:#666;
}

/*Entry*/
.EntrySet{
	margin-bottom:20px;
	background-color:#fff;
}

.EntrySet .FrameTop{
	background-image:url("./out_img.php?file=img/entry_head_bg.png");
	background-repeat:no-repeat;
	background-position:bottom center;
}

.EntrySet .FrameLeft{
	background-image:url("./out_img.php?file=img/entry_frame_l_bg.png");
	background-repeat:repeat-y;
	background-position:top left;
}

.EntrySet .FrameRight{
	background-image:url("./out_img.php?file=img/entry_frame_r_bg.png");
	background-repeat:repeat-y;
	background-position:top left;
}

.EntrySet .FrameBottom{
	background-image:url("./out_img.php?file=img/entry_foot_bg.png");
	background-repeat:no-repeat;
	background-position:top center;
}

.Entry{
}

.Entry .Header{
	margin-bottom:5px;
	border-bottom:1px solid #999;
}

.Entry .Header .Title{
	display:inline;
	font-size:100%;
	font-weight:bold;
	color:#000;
}

.Entry .Header .Date{
	margin-left:10px;
	font-size:80%;
	color:#666;
}

.Entry .EditMenu{
	text-align:right;
}

.Entry .Text{
	overflow:auto;	/*for Gecko*/
	margin-top:10px;
	width:530px;
	padding-left:5px;
}

.Entry .Footer{
	margin-top:10px;
	text-align:right;
}

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

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

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

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

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

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

.TrackBackList .TrackBack{
	border-bottom:1px dashed #999;
	padding:5px;
}

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

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

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

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

.TrackBackList .TrackBack .Info .Date{
	font-size:90%;
	color:#666;
}

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

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

/*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%;
}

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

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

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

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

.CommentList .Comment .Text{
	width:500px;
}

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

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

/*Page Control*/
#Page{
	text-align:center;
}

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

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

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

/*Calendar*/
#Calendar{
	background-color:#fff;
	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:10px;
	border-width:0px;
	font-weight:normal;
}

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

#Calendar td, #Calendar th{
	width:22px;
	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:#eee;
	font-weight:bold;
}

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

/*General Menu Items*/
.MenuSet{
	background-color:#BBE6FD;
}

.MenuSet .FrameTop{
	background-image:url("./out_img.php?file=img/menu_head_bg.png");
	background-repeat:no-repeat;
	background-position:bottom center;
}

.MenuSet .FrameLeft{
	background-image:url("./out_img.php?file=img/menu_frame_l_bg.png");
	background-repeat:repeat-y;
	background-position:top left;
}

.MenuSet .FrameRight{
	background-image:url("./out_img.php?file=img/menu_frame_r_bg.png");
	background-repeat:repeat-y;
	background-position:top left;
}

.MenuSet .FrameBottom{
	background-image:url("./out_img.php?file=img/menu_foot_bg.png");
	background-repeat:no-repeat;
	background-position:top center;
}

.MenuItem{
	background-color:#fff;
}

.MenuItem .Header{
	margin-bottom:3px;
	font-weight:bold;
}

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

.MenuItem ul li{
	padding:0px;
}

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

#MemoText{
}

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

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

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

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

#Town{
	background-image:url("./out_img.php?file=img/town_bg.png");
	background-repeat:repeat-x;
	background-position:bottom left;
	text-align:right;
}

#Copy{
	padding-right:30px;
	padding-bottom:2px;
}