@charset "EUC-JP";



/*Body*/
body{
	margin:0px;
	padding:0px;	/*for Opera*/
	background-color:#323232;
	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:#323232;
	text-decoration:underline;
}

a:active, a:hover{
	color:#D90000;
	text-decoration:underline;
}

/*Container*/
#Container{
	margin-left:auto;
	margin-right:auto;
}

#Main .HeaderA{
	background:url("./out_img.php?file=img/header_a_bg.jpg") no-repeat;
}

#Main .HeaderB {
	background:url("./out_img.php?file=img/header_b_bg.jpg") no-repeat;
}

#Main .HeaderC {
	background:url("./out_img.php?file=img/header_c_bg.jpg") no-repeat;
	background-color:#FFFFFF;
}

#Main .HeaderD {
	background:url("./out_img.php?file=img/header_d_bg.jpg") no-repeat;
	background-color:#792A12;
}

#Main .HeaderA h1{
	margin:10px 0px 0px 15px;
	font-size:12pt;
	font-weight:bold;
	color:#fff;
}

#URI{
	margin:0px 0px 0px 15px;
}

#URI a{
	color:#fff;
}

#URI a:hover{
	color:#D90000;
}

#UserMenu{
	margin:20px 0px 0px 15px;
	color:#fff;
}

#UserMenu a{
	color:#fff;
}

#UserMenu a:hover{
	color:#D90000;
}

/*BG-Image*/

.entry_header {
	background:url("./out_img.php?file=img/entry_main_header.gif") no-repeat;
}

.entry_footer {
	background:url("./out_img.php?file=img/error_footer.gif") no-repeat;
}

/*Entries*/
#Entries{
	margin:20px 0px 0px 0px;
	color:#323232;
}

/*Error*/
#Error{
	margin:0px 0px 0px 20px;
}

#Error .Header{
	background:url("./out_img.php?file=img/error_header.gif") no-repeat;
}

#Error .ContentsContainer{
	background-color:#E3DBAC;
}

#Error .Contents{
	margin:5px 0px 0px 20px;
}

/*Entry List*/
#EntryList{
	margin:20px 0px 0px 10px;
}

#EntryList .Header{
	background:url("./out_img.php?file=img/entry_title.gif") no-repeat;
	padding:0px;
}

#EntryList .Header h2{
	font-size:100%;
	font-weight:bold;
	margin:10px 0px 0px 32px;
	color:#fff;
}


#EntryList .ContentsContainer{
	background-color:#E3DBAC;
}

#EntryList .Contents{
	margin:5px 20px;
}

#EntryList ul{
	margin:0px;
	padding-left:20px;
	list-style-image:url("./out_img.php?file=img/list_mark.gif");
}

#EntryList ul li{
	margin:5px 0px;
	padding:0px 5px;
	vertical-align:middle;
}

/*Search Result*/
#SearchResult {
	margin:20px 0px 0px 10px;
}

#SearchResult .Header{
	background:url("./out_img.php?file=img/entry_title.gif") no-repeat;
	padding:0px;
}

#SearchResult h2 {
	font-size:100%;
	font-weight:bold;
	margin:10px 0px 0px 32px;
	color:#fff;
}

#SearchResult .ContentsContainer {
	background-color:#E3DBAC;
}

#SearchResult .Contents {
	margin:5px 20px;
}

#SearchResult .Keyword {
	width:400px;
	padding:5px 10px;
	background:#fff;
	color:#000;
	margin:10px 20px;
}

#SearchResult ul {
	margin:0px;
	padding-left:20px;
	list-style-image:url("./out_img.php?file=img/list_mark.gif");
}

#SearchResult ul li {
	margin:5px 0px;
	padding:0px 5px;
	vertical-align:middle;
}

#SearchResult a {
	color:#323232;
}

#SearchResult a:hover{
	color:#D90000;
}


#SearchResult .Entry {
	margin:0px;
}

#SearchResult .Entry .Text {
	overflow:auto;	/*for Gecko*/
	width:410px;
	padding:0px;
}

#SearchResult .Entry .Date {
	font-size:80%;
	color:#323232;
}


/*Entry*/
.Entry {
	margin:20px 0px 0px 10px;
}

.Entry .Header {
	background:url("./out_img.php?file=img/entry_title.gif") no-repeat;
	background-color:#FFF;
}

.Entry h2 {
	font-size:100%;
	font-weight:bold;
	margin:10px 0px 0px 32px;
	color:#fff;
}

.Entry .ContentsContainer {
	background-color:#E3DBAC;
}

.Entry .Date {
	color:#323232;
}

.Entry .Background {
	background-color:#FFF;
}

.Entry .DateTop {
	text-align:left;
	color:#D90000;
}

.Entry .Contents {
	margin:5px 20px;
}

.Entry .EditMenu {
	color:#D90000;
	text-align:right;
}

.Entry .EditMenu a{
	color:#D90000;
}

.Entry .EditMenu a:hover{
	color:#FF8000;
}

.Entry .Title{
}

.Entry .Text {
	overflow:auto;	/*for Gecko*/
	width:450px;
	padding:0px;
	margin:0px;
}

.entry_btm {
	background:url("./out_img.php?file=img/entry_btm.gif") no-repeat;
}

.Entry .Footer {
	margin:0px;
	color:#323232;
	text-align:right;
}

.Entry .Footer .Author{
	font-weight:bold;
}

.Entry .Footer .Date{
	font-size:100%;
	color:#323232;
	text-align:left;
}

.Entry .Footer .TrackBack{
	font-weight:bold;
}

.Entry .Footer .Comment{
	font-weight:bold;
}

.TrackBacks .Date, .Comments .Date{
	font-size:90%;
}

/*TrackBack*/
.TrackBacks {
	display:none;
}

.TrackBacks .TrackBacksBody {
	width:410px;
	margin:10px 0px 10px 40px;
	background-color:#FFFFFF;
	padding:10px;
	color:#323232;
}

.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 #A49349;
	font-size:100%;
}

.TrackBackList .TrackBack{
	border-bottom:1px dotted #A49349;
	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 20px;
	font-size:100%;
	font-weight:normal;
	width:380px;
	overflow:hidden;
}

.TrackBackList .TrackBack .TrackBackTitle a {
}

.TrackBackList .TrackBack .TrackBackText {
	margin:10px 0px;
	overflow:auto;	/*for Gecko*/
	width:400px;
}

.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:410px;
	margin:10px 0px 10px 40px;
	background-color:#FFFFFF;
	padding:10px;
	color:#323232;
}

/*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 #A49349;
	font-size:100%;
}

.CommentList .Comment{
	border-bottom:1px dotted #A49349;
	padding:10px 0px;
}

.CommentList .Comment .Name{
	font-weight:bold;
}

.CommentList .Comment .Date{
}

.CommentList .Comment .CommentText{
	margin:10px 0px;
	overflow:auto;	/*for Gecko*/
	width:400px;
}

.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:10px 0px 20px 20px;
	color:#323232;
	text-align:center;
}

#Page .Next{
}

#Page .Prev{
}

#Page a:link, #Page a:visited {
	color:#323232;
}

#Page a:hover {
	color:#D90000;
}

/*Menu*/
#Menu {
	color:#000;
}

/*General Menu Item*/

.MenuProfile {
	margin:0px 0px 15px 20px;
}

#BlogProfile {
	width:215px;
	height:170px;
	overflow:auto;
	text-align:center;
	background:#E3DBAC;
}

.MenuProfile .Header {
	font-weight:bold;
	padding-left:25px;
	text-align:left;
	color:#A49349;
	background:url("./out_img.php?file=img/menu_header.gif") no-repeat;
}

.MenuProfile .Footer{
	background:url("./out_img.php?file=img/menu_footer.gif") no-repeat;
}

.MenuProfile .ContentsContainer {
	background-color:#E3DBAC;
}

.MenuProfile .Contents{
	width:188x;
	margin:5px 20px;
}

.MenuProfile .Description {
}

.MenuProfile .Author{
}

.MenuItem {
	margin:0px 0px 15px 20px;
}

.MenuItem .Header {
	font-weight:bold;
	padding-left:25px;
	text-align:left;
	color:#A49349;
	background:url("./out_img.php?file=img/menu_header.gif") no-repeat;
}

.MenuItem .ContentsContainer{
	background-color:#E3DBAC;
}

.MenuItem .Contents{
	width:188px;
	text-align:left;
	margin:5px 0px 0px 20px;
}

.MenuItem ul{
	margin:0px;
	padding-left:20px;
	list-style-image:url("./out_img.php?file=img/list_mark.gif");
}

.MenuItem ul li{
	margin:2px 0px;
	padding:0px 5px;
	vertical-align:middle;
	/*overflow:hidden;*/
	width:140px;
}

.MenuItem ul li a:link, .MenuItem ul li a:visited {
	color:#000;
}

.MenuItem ul li a:hover {
	color:#c00;
}

.MenuItem .Footer{
	background:url("./out_img.php?file=img/menu_footer.gif") no-repeat;
}

.MenuItem .Bn{
	width:215px;
	overflow:auto;
	text-align:center;
	background:#E3DBAC;
}

.C_MenuItem {
	margin:0px 0px 15px 20px;
}

.C_MenuItem .ContentsContainer{
	background-color:#E3DBAC;
}

.C_MenuItem .Header {
	font-weight:bold;
	text-align:center;
	color:#A49349;
	background:url("./out_img.php?file=img/c_menu_header.gif") no-repeat;
}

.C_MenuItem .Header a{
	color:#A49349;
}

.C_MenuItem .Header a:hover{
	color:#A49349;
}

.C_MenuItem a.Prev{ 
	margin:0px 10px;
	color:#A49349;
	font-family:monospace;
}

.C_MenuItem a.Next {
	margin:0px 10px;
	color:#A49349;
	font-family:monospace;
}

.C_MenuItem .Footer{
	background:url("./out_img.php?file=img/menu_footer.gif") no-repeat;
}

/*Special Menu Items*/
/*Search*/
#SearchForm{
	text-align:center;
}

#SearchForm .inputarea{
	border:1px solid #333;
}

#MemoText{
	margin:5px 20px 0px 0px;
}


/*Calendar*/

#Calendar {
	margin:6px 0px 0px 0px;
	text-align:center;
}

#Calendar a:link, #Calendar a:visited {
	color:#A49349;
	text-decoration:underline;
}

#Calendar a:hover {
	color:#7C6A1B;
	text-decoration:underline;
}

#Calendar table {
	width:175px;
	border:none;
	margin:0px auto;
}

#Calendar table td, #Calendar table th {
	border:none;
}

#Calendar .Header {
	margin-bottom:15px;
	font-weight:bold;
	text-align:center;
	background:url("./out_img.php?file=img//menu_header.gif") no-repeat;
}

#Calendar a.Prev, #Calendar a.Next {
	margin:0px 10px;
	font-family:monospace;
}

#Calendar th {
	width:25px;
	height:21px;
	background:url("./out_img.php?file=img/cl_week.gif") no-repeat center center;
	text-align:center;
	vertical-align:middle;
	font-size:70%;
	font-weight:bold;
	color:#fff;
}

#Calendar td {
	width:25px;
	height:21px;
	background:url("./out_img.php?file=img/cl_day.gif") no-repeat center center;
	text-align:center;
	vertical-align:middle;
	font-size:90%;
	color:#A49349;
}

#Calendar td a {
	color:#A49349;
}

/*Header*/
#Calendar th.Sun {
	background:url("./out_img.php?file=img/cl_week.gif") no-repeat center center;
	color:#fff;
}

/*WeekDay*/
#Calendar .Holiday {
	color:#A49349;
}

#Calendar .Sun{
	color:#A49349;
}

#Calendar th.Sat{
	background:url("./out_img.php?file=img/cl_week.gif") no-repeat center center;
	color:#fff;
}

#Calendar .Sat{
	color:#A49349;
}

#Calendar th.Mon, #Calendar th.Tue, #Calendar th.Wed, #Calendar th.Thu, #Calendar th.Fri{
	color:#fff;
}

#Calendar td.Mon, #Calendar td.Tue, #Calendar td.Wed, #Calendar td.Thu, #Calendar td.Fri{
}
 
#Calendar td.Today {
	color:#F63A00;
}

#Calendar td.Today a {
	font-weight:bold;
	color:#A49349;
}

#Calendar td.Today .HasEntry {
	font-weight:bold;
	color:#7C6A1B;
}

#Calendar .HasEntry {
	font-weight:bold;
	color:#F63A00;
	text-decoration:underline;
}


/*FruitBlog Logo*/
#FBLogo{
	margin:20px 0px;
	text-align:center;
}

#FBLogo img{
	border:1px solid #333;
}

/*Feeds*/
#Feeds {
	color:#000;
	margin-left:25px;
}

#Feeds a:link, #Feeds a:visited {
	color:#000;
}

#Feeds a:hover , #Feeds a:active {
	color:#f00;
}

/*Validation*/
#Validation{
	display:none;
}

#Copy {
	text-align:center;
	padding:0px 1px;
	background:url("./out_img.php?file=img/footer_bg.gif") no-repeat;
}

#Copy .CopyContents {
	color:#fff;	
}

#Copy a{
	color:#fff;
}
