@charset "EUC-JP";

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

/*Body*/
body{
	margin:0px;
	padding:0px;
	font-size:75%;
	font-family:sans-serif;
	background: url(./out_img.php?file=img/body_bg.gif) left top;
	background-position: 0px 6px;
}

/*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 {
	color:#b0caa1;
	text-decoration:underline;
}

a:hover {
	color:#c00;
}

/*Container*/

.top {
	width: 100%;
	height: 6px;
	margin: 0 auto;
	padding: 0;
	background: #a9b788 url(./out_img.php?file=img/top_bg.gif) no-repeat center top;
	text-align: center;
}

#Container {
	width:847px;
	margin:0px auto;
	padding: 0 20px;
	background: url(./out_img.php?file=img/content_bg.gif) repeat-y center top;
}

.HeaderA {
	background:url(./out_img.php?file=img/header_a_bg.jpg) no-repeat left top;
}

.HeaderB {
	background:url(./out_img.php?file=img/header_b_bg.jpg) no-repeat right top;
}

.HeaderC {
}

.HeaderA h1 {
	margin:0 0 0 10px;
	font-size:14pt;
	font-weight:bold;
	color:#84ad6d;
}

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

#URI a {
}

#URI a:hover {
}

#UserMenu {
	margin:0px 10px 0px 0px;
	color:#84ad6d;
	text-align: right;
}

#UserMenu a {
	color: #84ad6d;
	text-decoration: underline;
}

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

#Main {
	padding: 10px 0 0;
}

/*Entries*/
#Entries {
	color:#666;
	padding: 0 0 80px;
}

/*Error*/
#Error{
	margin: 0 0 30px;
}

#Error .Header {
	background:url(./out_img.php?file=img/entry_title.jpg) no-repeat left center;
	padding-left:20px;
}

#Error h2 {
	font-size:100%;
	font-weight:bold;
	margin:0px;
	color:#666;
}

#Error .ContentsContainer {
}

#Error .Contents{
}

/*Entry List*/
#EntryList{
	margin: 0 0 30px;
}

#EntryList .Header {
	background:url(./out_img.php?file=img/entry_title.jpg) no-repeat left center;
	padding-left:20px;
}

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

#EntryList .ContentsContainer{
}

#EntryList .Contents {
	padding:20px 10px 0 20px;
}

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

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

#EntryList ul li a {
	color:#000;
}

#EntryList ul li a:hover {
	color:#c00;
}

/*Search Result*/
#SearchResult {
	margin: 0 0 30px;
}

#SearchResult .Header {
	background:url(./out_img.php?file=img/entry_title.jpg) no-repeat left center;
	padding-left:20px;
}

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

#SearchResult .ContentsContainer {
}

#SearchResult .Contents {
	padding:20px 10px 0 20px;
}

#SearchResult .Keyword {
	width: 381px;
	padding: 9px 10px;
	margin:0px 0px 10px;
	background: url(./out_img.php?file=img/keyword_bg.gif) no-repeat left center;
}

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

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

#SearchResult ul li a {
	color: #000;
}

#SearchResult ul li a:hover {
	color: #c00;
}

#SearchResult .Entry {
	margin:0px;
}

#SearchResult .Entry .Text {
	overflow:auto;	/*for Gecko*/
	width:500px;
	padding:0px;
	margin:2px 0px 5px;
}

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


/*Entry*/
.Entry {
	margin: 0 0 30px;
}

.Entry .Header {
	background:url(./out_img.php?file=img/entry_title.jpg) no-repeat left center;
	padding-left:20px;
}

.Entry h2 {
	font-size:100%;
	font-weight:bold;
	margin:0px;
	color:#666;
	width: 440px;
	overflow: auto;
}

.Entry h2 a {
	color: #666;
	text-decoration: none;
}

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

.Entry .ContentsContainer {
	color:#666;
}

.Entry .Contents {
	padding:20px 10px 0 20px;
}

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

.Entry .Title{
}

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

.Entry .Footer {
	color:#b0caa1;
	text-align:right;
	margin:0px;
}

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

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

.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 {
	width:550px;
	padding:10px 0;
	margin: 10px 0 0 20px;
	border-style: solid;
	border-color: #999;
	border-width: 1px 0 0;
}

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

.TrackBackURI h3 a {
	color: #333;
	text-decoration: none;
}

.TrackBackList h3 {
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:2px;
	font-size:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	color: #333;
}

.TrackBackList .TrackBack{
	padding:10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

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

.TrackBackList .TrackBack .TrackBackTitle a {
}

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

.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 {
	width:550px;
	padding:10px 0;
	margin: 10px 0 0 20px;
	border-style: solid;
	border-color: #999;
	border-width: 1px 0 0;
}

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

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

.CommentForm .TextField{
	margin:0px;
	font-family:sans-serif;
	font-size:100%;
}

.CommentList h3 {
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:2px;
	font-size:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.CommentList h3 a {
	color: #333;
	text-decoration: none;
}

.CommentList .Comment{
	padding:10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

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

.CommentList .Comment .Date{
}

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

.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:40px 0px 0px;
	color:#b0caa1;
	text-align:center;
}

#Page .Next{
}

#Page .Prev{
}

#Page a:link, #Page a:visited {
}

#Page a:hover {
}

/*Menu*/
#Menu {
	padding:0 0 80px;
	color:#666;
}

/*General Menu Item*/

.MenuProfile {
	margin:0px 0px 20px 7px;
}

#BlogProfile {
	width:235px;
	overflow:auto;
	text-align:center;
	margin:5px 0 0;
}

.MenuProfile .Header {
	font-weight:bold;
	padding-left:10px;
	color:#B0CAA1;
	background:url(./out_img.php?file=img/menu_title.gif) no-repeat left center;
}

.MenuProfile .ContentsContainer {
}

.MenuProfile .Contents{
	padding:10px 5px 0;
}

.MenuProfile .Description {
}

.MenuProfile .Author{
}

.MenuProfile .Footer{
}

.MenuItem {
	margin:0px 0px 20px 7px;
}

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

.MenuItem .ContentsContainer {
}

.MenuItem .Contents {
	padding:10px 5px 0;
}

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

.MenuItem ul li{
	margin:3px 0px;
	padding:0px;
	line-height:130%;
}

.MenuItem ul li a {
}

.MenuItem ul li a:hover {
}

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

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

#MemoText{
}


/*Calendar*/

#Calendar {
	margin: 10px 0 0;
}

#Calendar a {
}

#Calendar a:hover {
}

#Calendar table {
	width: 100%;
	border:none;
	margin: 0;
}

#Calendar table td, #Calendar table th {
	border:none;
}

#Calendar .Header {
	font-weight:bold;
	color:#b0caa1;
	text-align:center;
	padding: 5px 0;
	background: #f5e7d8;
}

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

#Calendar table th {
	width:30px;
	padding:3px 0px;
	text-align:center;
	vertical-align:middle;
	font-size:70%;
	font-weight:bold;
	color:#fff;
	background: #b0caa1;
}

#Calendar table td {
	width:30px;
	padding:3px 0px;
	text-align:center;
	vertical-align:middle;
	font-size:90%;
	color:#b0caa1;
}

#Calendar td a {
}

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

/*WeekDay*/
#Calendar .Holiday {
}

#Calendar .Sun{
}

#Calendar th.Sat{
}

#Calendar .Sat{
}

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

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

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

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


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

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

/*Feeds*/
#Feeds {
	width:235px;
	margin:20px 0px 20px 7px;
	text-align:center;
	color:#B0CAA1;
}

#Feeds a {
}

#Feeds a:hover {
}

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

#Copy {
	width: 100%;
	padding: 10px 0 30px;
	background: #b0caa1;
}

#Copy .CopyContents {
	text-align:center;
	color:#FFFFFF;
}

#Copy a {
	color:#FFFFFF;
}
