@charset "EUC-JP";


/*Body*/
body{
	margin:0px;
	padding:0px;	/*for Opera*/
	background-color:#ccecf4;
	background-image:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/bg.gif");
	background-repeat:repeat-x;
	font-size:75%;
	font-family:?? ????, 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:#333;
	text-decoration:underline;
}

a:active, a:hover{
	color:#000;
	text-decoration:underline;
}

/*Container*/
#Container{
	margin-left:auto;
	margin-right:auto;
	background-image:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/bg_entry.gif");
	background-repeat:repeat-y;
	background-position:0px 180px;

}

#Main .HeaderA{
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/header_a_bg.gif") no-repeat;
}

#Main .HeaderB{
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/header_b_bg.gif") no-repeat;
	vertical-align:top;
}

#Main .HeaderBum{
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/header_b_bg.gif") right no-repeat;
	vertical-align:middle;
}

#Main .HeaderB h1{
	margin:0px 0px 0px 20px;
	font-size:12pt;
	font-weight:bold;
	color:#000;
}

#URI{
	margin:0px 0px 0px 20px;
}

#UserMenu{
	text-align:right;
	margin-right:20px;
}

#HeaderC{
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/header_c_bg.gif") no-repeat;
}

/*BG-Image*/
.entry_top {
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/entry_top.gif") no-repeat;
}

.entry_bg {
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/entry_bg.gif") repeat-y;
}

.entry_btm {
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/entry_btm.gif") no-repeat;
}

.comment_top {
	padding:0px 50px;
	background-color:#b3e3ee;
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/comment_top.gif") no-repeat;
	background-position:0px 0px;
}

.comment_btm {
	padding:0px 50px;
	background-color:#b3e3ee;
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/comment_btm.gif") no-repeat;
	background-position:0px 0px;
}

/*Entries*/
#Entries{
	width:580px;
	float:left;
	color:#333;
}

/*Error*/
#Error{
	padding:0px 50px;
	margin-bottom:20px;
}

#Error .Contents{
	padding:0px 20px;
}

/*Entry List*/
#EntryList{
	padding:0px 50px;
	margin-bottom:20px;
}

#EntryList .Header{
	height:32px;
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/entry_top.gif") no-repeat;
}

#EntryList .Header h2{
	font-size:100%;
	font-weight:bold;
	margin:4px 20px 0px 20px;
	color:#333;
	border-bottom:1px dashed #0a5da1;
	padding:2px 0px;
}

#EntryList .ContentsContainer{
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/entry_bg.gif") repeat-y;
}

#EntryList .Contents{
	margin:0px 20px;
}

#EntryList ul{
	margin:0px;
	padding-left:15px;
}

#EntryList ul li{
	margin:2px 0px;
	padding:0px;
	vertical-align:middle;
}

/*Search Result*/
#SearchResult{
	padding:0px 50px;
	margin-bottom:20px;
}

#SearchResult .Header{
	height:32px;
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/entry_top.gif") no-repeat;
}

#SearchResult .Header h2{
	font-size:100%;
	font-weight:bold;
	margin:4px 20px 0px 20px;
	color:#333;
	border-bottom:1px dashed #0a5da1;
	padding:2px 0px;
}

#SearchResult .ContentsContainer{
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/entry_bg.gif") repeat-y;
}

#SearchResult .ContentsContainer .Entry{
	margin:0px;
	padding:0px;
}

#SearchResult .Contents{
	margin:0px 20px;
}

#SearchResult .Keyword{
	border:1px solid #0a5da1;
	margin-top:10px;
	padding:5px 10px;
}

#SearchResult ul{
	margin:0px;
	padding-left:15px;
}

#SearchResult ul li{
	margin:2px 0px;
	padding:0px;
	vertical-align:middle;
}

#SearchResult .Entry .Text{
	overflow:auto;	/*for Gecko*/
	width:430px;
	padding:0px;
}

#SearchResult .Entry .Date{
	font-size:80%;
}

/*Entry*/
.Entry{
	padding:0px 50px;
	margin-bottom:20px;
}

.Entry .Header{
	height:32px;
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/entry_top.gif") no-repeat;
}

.Entry .Header h2{
	font-size:100%;
	font-weight:bold;
	margin:4px 0px 0px 20px;
	color:#333;
	padding:2px 0px;
}

.Entry .Header .Date{
	font-size:80%;
	margin:4px 20px 0px 0px;
	color:#333;
	padding:2px 0px;
}

.Entry .ContentsContainer{
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/entry_bg.gif") repeat-y;
}

.Entry .Contents{
	border-top:1px dashed #0a5da1;
	margin:0px 20px;
}

.Entry .EditMenu{
	margin:0px 0px 10px;
	text-align:right;
}

.Entry .Header a:hover,a:active{
	text-decoration:none;
}

.Entry .Title{
}

.Entry .Text{
	overflow:auto;	/*for Gecko*/
	width:440px;
	padding:0px;
}

.Entry .Footer{
	text-align:right;
	font-size:80%;
	margin-top: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*/
.tbbg{
	background-color:#b3e3ee;
	margin:0px 50px 10px 50px;
}

.TrackBacks{
	display:none;
	position:relative; top:-20px;
}

.TrackBacks .TrackBacksBody{
	width:458px;
	margin:0px 0px;
	padding:0px 10px;
	border:1px solid #b3e3ee;
	background-color:#b3e3ee;
}

.TrackBackURI h3{
	margin:0px;
	margin-bottom:10px;
	font-size:100%;
	border-bottom:1px solid #fff;
}

.TrackBackList h3{
	margin-top:20px;
	margin-bottom:0px;
	border-bottom:1px solid #fff;
	font-size:100%;
}

.TrackBackList .TrackBack{
	border-bottom:1px dashed #fff;
	padding:10px 0px;
}

.TrackBackList .TrackBack .TrackBackTitle{
	margin:0px;
	border:none;
	padding-left:0px;
	font-size:100%;
	font-weight:bold;
}

.TrackBackList .TrackBack .TrackBackText{
	overflow:auto;	/*for Gecko*/
	width:458px;
}

.TrackBackList .TrackBack .Info{
	margin-top:5px;
	text-align:right;
	font-size:80%;
}

.TrackBackList .TrackBack .Info .Blog{
	font-weight:bold;
}

.TrackBackList .TrackBack .Info .Date{
}

.TrackBackList .CloseTrackBack{
	margin:5px 0px 0px 0px;
	text-align:right;
}

/*Comment*/
.Comments{
	display:none;
	position:relative; top:-20px;
}

.Comments .CommentsBody{
	width:458px;
	margin:0px 0px;
	padding:0px 10px;
	border:1px solid #b3e3ee;
	background-color:#b3e3ee;
}

/*Comment Form*/
.CommentForm{
	margin-top:10px;
}

.CommentForm, .CommentForm td{
	border-width:0px;
}

.CommentForm .TextField{
	margin:0px;
	font-family:?? ????, Osaka;
	font-size:100%;
}

.CommentList h3{
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:1px solid #fff;
	font-size:100%;
}

.CommentList .Comment{
	border-bottom:1px dashed #fff;
	padding:10px 0px;
}

.CommentList .Comment .Name{
	font-weight:bold;
}

.CommentList .Comment .Date{
}

.CommentList .Comment .CommentText{
	overflow:auto;	/*for Gecko*/
	width:458px;
}

.CommentList .InputPasswd{
	display:none;
	background-color:#efefef;
	border:1px solid #aaa;
	padding-left:10px;
	vertical-align:middle;
}

.Comments .CloseComment{
	margin:5px 0px 0px 0px;
	text-align:right;
}

/*Page Control*/
#Page{
	margin:20px 0px;
	text-align:center;
}


/*Menu*/
#Menu{
	width:220px;
	padding:0px;
}

/*General Menu Item*/

.MenuProfile{
	margin-bottom:10px;
}

.MenuProfile .Header{
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/menu_title.gif") no-repeat;
	padding:0px 0px 0px 20px;
	font-weight:bold;
	vertical-align:middle;
}

.MenuProfile .ContentsContainer{
	width:200px;
}

.MenuProfile .Contents{
	margin:5px;
}

#BlogProfile{
	margin:5px;
	text-align:center;
}

.MenuItem{
	margin-bottom:10px;
}

.MenuItem .Header{
	background:url("http://hide-and-seek.fruitblog.net/out_img.php?file=img/menu_title.gif") no-repeat;
	padding:0px 0px 0px 20px;
	font-weight:bold;
	vertical-align:middle;
}

.MenuItem .ContentsContainer{
	width:200px;
}

.MenuItem .Contents{
	margin:5px;
}

.MenuItem ul{
	margin:0px;
	padding-left:15px;
}

.MenuItem ul li{
	margin:2px 0px;
	padding:0px;
	vertical-align:middle;
	overflow:hidden;
	width:180px;
}

/*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:10px 0px;
	text-align:center;
}

#Calendar table{
	margin-left:auto;
	margin-right:auto;
	border-width:0px;
	width:200px;
}

#Calendar table td, #Calendar table th{
	border:0px;
	padding:0px;
	height:20px;
}

#Calendar .Header{
	border:none;
	background:none;
	padding:0px;
	text-align:center;
}

#Calendar a.Prev, #Calendar a.Next{
	margin:0px 10px;
	font-family:monospace;
}

#Calendar th{
	text-align:center;
	font-size:70%;
	font-weight:bold;
}

#Calendar td{
	text-align:center;
	font-size:90%;
}

/*WeekDay*/
#Calendar .Holiday{
	color:#f0027f
}

#Calendar .Sun{
	color:#f0027f;
}

#Calendar .Sat{
	color:#0a50a1;
}

#Calendar .Holiday a, #Calendar .Sun a{
	color:#f0027f;
}

#Calendar .Sat a{
	color:#0a50a1;
}

#Calendar .Mon, #Calendar .Tue, #Calendar .Wed, #Calendar .Thu, #Calendar .Fri{
}
 
#Calendar td.Today{
	background:#fff;
}

#Calendar td.Today a{
}

#Calendar .HasEntry{
	font-weight:bold;
}


/*FruitBlog Logo*/
#FBLogo{
	width:200px;
	text-align:center;
}

#FBLogo img{
	border:1px solid #333;
}

/*Feeds*/
#Feeds{
	width:200px;
	text-align:center;
	margin-bottom:10px;
}

/*Validation*/
#Validation{
	display:none;
}

#Copy{
	padding:20px 50px;
	margin:0px 20px;
}

#Copy .CopyContents{
	width:440px;
	padding:5px 0px;
	border-top:1px solid #333;
	margin:0px;
	color:#333;
	text-align:center;
}
 
