@charset "EUC-JP";

/****************************************
*  Template  : ?????? ????????
*  Author    : TSArt
*  Created   : 2005-01-07
*  Modified  : 2005-01-07
****************************************/

/*Body*/
body{
	margin:0px;
	padding:0px;	/*for Opera*/
	background:#b1cacf;
	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:#005e92;
	text-decoration:underline;
}

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

/*Container*/
#Container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
}

#Main {
}

.HeaderA {
	width:255px;
	height:485px;
	background:url(./out_img.php?file=img/header_a_bg.gif) no-repeat top;
}

.HeaderB {
	width:545px;
	background:url(./out_img.php?file=img/header_b_bg.gif) no-repeat top;
}

.HeaderB h1 {
	margin:20px 0px 0px 30px;
	font-size:14pt;
	font-weight:bold;
	color:#fff698;
}

#URI{
	margin:0px 0px 0px 30px;
}

#URI a{
	color:#fff698;
}

#URI a:hover{
	color:#f00;
}

#UserMenu{
	text-align:right;
	margin:5px 20px 0px 0px;
	color:#5a4f4c;
}

#UserMenu a{
	color:#5a4f4c;
}

/*BG-Image*/
.entry_top {
	background:url(./out_img.php?file=img/entry_top.gif) no-repeat bottom;
}

.entry_mdl {
	background:url(./out_img.php?file=img/entry_mdl.gif) repeat-y;
}

.entry_btm {
	background:url(./out_img.php?file=img/entry_btm.gif) no-repeat;
}

.menu_top {
	background:url(./out_img.php?file=img/menu_top.gif) no-repeat bottom;
}

.menu_btm {
	background:url(./out_img.php?file=img/menu_btm.gif) no-repeat;
}

.prf_top {
	background:url(./out_img.php?file=img/prf_top.gif) no-repeat;
}

.prf_btm {
	background:url(./out_img.php?file=img/prf_btm.gif) no-repeat;
}

.cl_top {
	background:url(./out_img.php?file=img/cl_top.gif) no-repeat;
}

.cl_btm {
	background:url(./out_img.php?file=img/cl_btm.gif) no-repeat;
}


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

/*Error*/
#Error{
	margin-top:15px;
}

#Error .Header{
}

#Error .ContentsContainer {
	background:url(./out_img.php?file=img/entry_mdl.gif) repeat-y;
}

#Error .Contents{
	padding:0px 40px 0px;
}

/*Entry List*/
#EntryList{
	margin-top:15px;
}

#EntryList .Header {
	background:url(./out_img.php?file=img/entry_title.gif) no-repeat;
}

#EntryList h2 {
	font-size:100%;
	font-weight:bold;
	margin:0px 0px 0px 75px;
	color:#fff698;
}

#EntryList .ContentsContainer{
	background:url(./out_img.php?file=img/entry_mdl.gif) repeat-y;
}

#EntryList .Contents{
	padding:0px 40px 0px;
}

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

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

#EntryList ul li a:link, #EntryList ul li a:visited {
	color:#58595b;
}

/*Search Result*/
#SearchResult {
	margin-top:15px;
}

#SearchResult .Header {
	background:url(./out_img.php?file=img/entry_title.gif) no-repeat;
}

#SearchResult h2 {
	font-size:100%;
	font-weight:bold;
	margin:0px 0px 0px 75px;
	color:#fff698;
}

#SearchResult .ContentsContainer {
	background:url(./out_img.php?file=img/entry_mdl.gif) repeat-y;
}

#SearchResult .Contents {
	padding:0px 40px 0px;
}

#SearchResult .Keyword {
	width:455px;
	background:url(./out_img.php?file=img/sr_bg.gif) no-repeat center center;
	padding:7px 45px;
	margin:0px;
	color:#58595b;
}

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

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

#SearchResult ul li a:link, #SearchResult ul li a:visited {
	color:#58595b;
}

#SearchResult .Entry {
	margin-top:10px;
}

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

#SearchResult .Entry .Date{
	font-size:80%;
	color:#58595b;
}


/*Entry*/
.Entry{
	margin-top:15px;
	background:#fff;
}

.Entry .Header{
	background:url(./out_img.php?file=img/entry_title.gif) no-repeat;
}

.Entry h2 {
	font-size:100%;
	font-weight:bold;
	margin:0px 0px 0px 75px;
	color:#fff698;
}

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

.Entry .ContentsContainer{
	background:url(./out_img.php?file=img/entry_mdl.gif) repeat-y;
}

.Entry .Contents{
	padding:0px 40px 0px;
}

.Entry .EditMenu {
	text-align:right;
	margin:10px 0px;
	color:#005e92;
}

.Entry .Title{
}

.Entry .Text {
	overflow:auto;	/*for Gecko*/
	width:465px;
	padding:0px;
}

.Entry .Footer {
	text-align:right;
	margin-top:10px;
	color:#005e92;
}

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

.Entry .Footer .Date {
	font-size:100%;
	color:#005e92;
}

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

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

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


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

.TrackBacks .TrackBacksBody {
	margin:10px 40px;
	padding:10px;
	border:1px solid #5a4f4c;
}

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

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

.TrackBackList .TrackBack{
	border-bottom:1px dotted #5a4f4c;
	padding:10px 0px;
}

.TrackBackList .TrackBack .TrackBackTitle {
	margin:0px;
	background:url(./out_img.php?file=img/list_mark2.gif) no-repeat left center;
	border:none;
	padding:5px 0px 5px 25px;
	font-size:100%;
	font-weight:normal;
	width:418px;
	overflow:hidden;
}

.TrackBackList .TrackBack .TrackBackTitle a {
}

.TrackBackList .TrackBack .TrackBackText {
	margin:10px 0px;
	overflow:auto;	/*for Gecko*/
	width:443px;
}

.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 40px;
	padding:10px;
	border:1px solid #5a4f4c;
}

/*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:20px;
	margin-bottom:10px;
	padding-bottom:2px;
	border-bottom:1px solid #5a4f4c;
	font-size:100%;
}

.CommentList .Comment{
	border-bottom:1px dotted #5a4f4c;
	padding:10px 0px;
}

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

.CommentList .Comment .Date{
}

.CommentList .Comment .CommentText{
	margin:10px 0px;
	overflow:auto;	/*for Gecko*/
	width:443px;
}

.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:20px 0px;
	text-align:center;
	color:#5a4f4c;
}

#Page .Next{
}

#Page .Prev{
}

#Page a:link, #Page a:visited {
	color:#5a4f4c;
}

#Page a:hover {
	color:#c00;
}

/*Menu*/
#Menu{
	color:#fff698;
	padding:0px;
	background:#9ab8c8;
}

/*General Menu Item*/

.MenuProfile {
	width:306px;
	margin:0px 0px 0px 34px;
	background:#5a4f4c;
	color:#fff;
}

#BlogProfile{
	width:160px;
	height:170px;
	overflow:auto;
	text-align:center;
	background:#fff;
}

.MenuProfile .Header{
	font-weight:bold;
	padding-left:10px;
	color:#fff698;
}

.MenuProfile .ContentsContainer {
}

.MenuProfile .Contents{
	margin:0px 10px;
	width:116px;
	height:170px;
	overflow:auto;
}

.MenuProfile .Description{
}

.MenuProfile .Author{
}

.MenuProfile .Footer{
}

.MenuItem{
	margin:0px 0px 15px;
}

.MenuItem .Header{
	font-weight:bold;
	padding-left:30px;
	color:#fff;
	background:url("./out_img.php?file=img/menu_title.gif") no-repeat;
}

.MenuItem .ContentsContainer{
	background:url("./out_img.php?file=img/menu_mdl.gif") repeat-y;
}

.MenuItem .Contents{
	margin:0px 30px;
}

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

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

.MenuItem ul li a:link, .MenuItem ul li a:visited {
	color:#fff698;
}

.MenuItem ul li a:hover {
	color:#f00;
}


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

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

#MemoText{
}


/*Calendar*/
.MenuCal {
}

.MenuCal .ContentsContainer {
	background:#5a4f4c;
}

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

#Calendar a {
	color:#fff698;
}

#Calendar a:hover {
	color:#f00;
}

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

#Calendar table td, #Calendar table th {
	border-width:0px;
	border-style:solid;
	border-color:#5a4f4c;
}

#Calendar .Header {
	border:none;
	background:none;
	margin-bottom:10px;
	text-align:center;
	padding:0px;
	color:#fff698;
}

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

#Calendar table th{
	width:22px;
	height:21px;
	text-align:center;
	vertical-align:middle;
	font-size:70%;
	color:#fff;
	font-weight:bold;
	border-width:0px 0px 1px;
	border-style:solid;
	border-color:#fff;
}

#Calendar td {
	width:22px;
	height:21px;
	text-align:center;
	vertical-align:middle;
	font-size:90%;
	color:#fff698;
}

#Calendar td a {
	color:#f6921e;
}

/*Header*/
#Calendar th.Sun {
}

/*WeekDay*/
#Calendar .Holiday{
}

#Calendar .Sun{
}

#Calendar .Sat{
}

#Calendar .Mon, #Calendar .Tue, #Calendar .Wed, #Calendar .Thu, #Calendar .Fri{
}
 
#Calendar td.Today {
	color:#f00;
}

#Calendar td.Today a{
	font-weight:bold;
	color:#f00;
}

#Calendar td.Today .HasEntry {
	font-weight:bold;
	color:#f00;
}

#Calendar .HasEntry{
	font-weight:bold;
	color:#f6921e;
	text-decoration:underline;
}


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

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

/*Feeds*/
#Feeds{
	width:255px;
	text-align:center;
	margin:0px 0px 20px;
	color:#005e92;
}

#Feeds a:link, #Feeds a:visited {
	color:#005e92;
}

#Feeds a:hover , #Feeds a:active {
	color:#c00;
}

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

#Copy{
	padding-left:15px;
}

#Copy .CopyContents{
	width:515px;
	padding:5px 0px;
	color:#98b7ca;
	text-align:center;
	border-top:2px solid #98b7ca;
}

#Copy a{
	color:#98b7ca;
}
