@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", "Osaka", "ＭＳ Ｐゴシック",sans-serif;
	font-size: 80%;
	text-align: center;
	color: #FFF;
	background: url(images/body_bg.jpg) repeat-x top #000;
}

img { border: none; }
strong { font-weight: normal; }

/* ***CLEAR************************************** */

.clear_bt { clear: both; }
.clear_lf { clear: left; }
.clear_ri { clear: right; }

/* ***SPACE************************************** */

.spacer_h10 { height: 10px; }
.spacer_h20 { height: 20px; }
.spacer_h30 { height: 30px; }
.spacer_h40 { height: 40px; }
.spacer_h50 { height: 50px; }


/* ****WRAP************************************** */
#wrap{
	margin: 0 auto;
	width: 786px;
	background: url(images/wrap_bg.jpg) repeat-y;
}

/* ****HEAD************************************** */
#head{
	margin: 0 auto;
	width: 780px;
	text-align: left;
	height: 474px;
	background: url(images/main_img.jpg) no-repeat;
}

#head h1{
	padding: 5px 0 10px 185px;
	text-indent: -9999px;
}

#head a{
	display: block;
	width: 345px;
	height: 85px;
}

#head p{
	display: none;*
}

/* ****CONTENTS************************************ */
#contents{
	margin: 20px auto 0;	
	width: 780px;
	text-align: left;
}

/* ****左側***** */
#left_box{
	float: left;
	padding: 0 0 0 20px;
	width: 510px;
}

/* ****ENTRY***** */
.entry_area{
	margin-bottom: 30px;
}

.entry_area h2{
	margin-bottom: 10px;
	line-height: 36px;
	padding: 0 0 0 20px;
	height: 40px;
	font-size: 100%;
	color: #FFF;
	background: url(images/title_bg.gif) no-repeat;
}

.entry_area h2 a{
	color: #FFF;
	text-decoration: none;
}

.entry_area h2 a:hover{
	color: #FFF;
	text-decoration: underline;
}

.entry{
	margin: 0 5px 30px;
	padding: 10px 0 0;
	width: 500px;
	line-height: 130%;
	background: url(images/entry_bg.gif) repeat-y;
}

.entry a{
	color: #EDC752;
}

.entry a:hover{
	color: #FFE8A0;
}

.entry p{
	padding: 0 10px;
	margin-bottom: 1em;
}

p.edit{
	margin: 5px 5px;
	padding: 0;
	text-align: right;
	font-size: 80%;
	font-weight: bold;
}

p.edit a{
	color: #EDC752;
}

p.date{
	padding-bottom: 5px;
	color: #FFF;
	/*font-weight: bold;*/
	font-size: 80%;
	text-align: right;
}

p.metadata{
	font-size: 80%;
	color: #C09999;
	text-align: right;
}

p.metadata a{
	color: #C09999;
	text-decoration: none;
}

p.metadata a:hover{
	color: #815A5A;
	text-decoration: underline;
}


/* ****COMMENT AREA***** */
#comment_area{
	margin: 0 0 30px 5px;
	width: 500px;
}

#comment_area h3{
	padding-left: 10px;
	line-height: 33px;
	color: #FFF;
	font-size: 100%;
	background: url(images/t_com.gif) repeat-x;
}

.comment{
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}

.com_name a{
	color: #EDC752;
	text-decoration: none;
}

.com_name a:hover{
	color: #FFE8A0;
	text-decoration: underline;
}

.com_time{
	font-size: 80%;
	color: #EDC752;
	text-align: right;
}

.com_time a{
	padding: 0 0 0 15px;
	color: #EDC752;
}

.com_time a:hover{
	color: #FFE8A0;
}

.com_txt{
	padding: 5px 0;
}

.com_note{
	padding: 10px;
}

.com_rss{
	margin: 10px 0 0;
	text-align: right;
	font-size: 80%;
}

.com_rss a{
	padding: 0 0 0 15px;
	color: #B38C8C;
}

.com_rss a:hover{
	color: #FFE8A0;
}

.com_edit{
	text-align: right;
}

.com_edit a{
	padding: 0 0 0 15px;
	color: #B38C8C;
}

.com_edit a:hover{
	color: #FFE8A0;
}


/* ****COMMENT FORM***** */
#comment_form{
	margin-bottom: 30px;
}

#comment_form h3{
	padding-left: 10px;
	line-height: 33px;
	color: #FFF;
	font-size: 100%;
	background: url(images/t_com.gif) repeat-x;
}

#comment_form p{
	margin: 10px 0 5px;
	line-height: 130%;
}

.form_note a{
	color: #EDC752;
	text-decoration: underline;
}

.form_note a:hover{
	color: #FFE8A0;
}

.form_logout{
	text-align: right;
}

.form_logout a{
	color: #EDC752;
	text-decoration: underline;
}

.form_logout a:hover{
	color: #FFE8A0;
}

#comment_form form{
	margin: 10px;
}

.com_input{
	margin-bottom: 5px;
	width: 200px;
}

#submit{
	margin: 10px 0 0 80px;
}



/* ****TRACKBACK***** */
#trackback{
	margin-bottom: 30px;
}

#trackback h3{
	padding-left: 10px;
	line-height: 33px;
	color: #FFF;
	font-size: 100%;
	background: url(images/t_com.gif) repeat-x;
}

#trackbackurl{
	margin: 10px;
	width: 400px;
}


/* ****右側***** */
#right_box{
	float: left;
	margin: 0 0 0 18px;
	width: 205px;
	text-align: left;
}

#sidebar{
	list-style-type: none;
	color: #B6A0A0;
}

#sidebar li{
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: url(images/menu_bg.gif) repeat-y;
}

#sidebar li h2{
	text-indent: -9999px;
	font-size: 10px;
	height: 35px;
}

#t_calender{
	background: url(images/t_calender.gif) no-repeat;
}

#t_category{
	background: url(images/t_category.gif) no-repeat;
}

#t_archive{
	background: url(images/t_archive.gif) no-repeat;
}

#t_info{
	background: url(images/t_info.gif) no-repeat;
}

#sidebar li ul{
	margin: 13px 0 0 10px;
	list-style: none;
}

#sidebar li ul li{
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	background: url(images/menu_list.gif) no-repeat 0 0.3em;
}

#sidebar li ul li a{
	color: #B6A0A0;
	text-decoration: none;
}

#sidebar li ul li a:hover{
	color: #C2880E;
	text-decoration: underline;
}


/* ****CALENDER**** */
#wp-calendar{
	margin: 10px 0 10px 8px;
	width: 90%;
	text-align: center;
	color: #B6A0A0;
}

#wp-calendar caption{
	font-weight: bold;
	padding-bottom: 10px;
}

#wp-calendar th{
	padding: 3px 0;
	color: #C2880E;
}

#wp-calendar td{
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td a{
	color: #C2880E;
}

#wp-calendar td a:hover{
	color: #E2C484;
}

/* ****SHOP INFO**** */
#shop_info{
	color: #B6A0A0;
}

#sidebar dl{
	margin: 13px 5px 0 10px;
}

#sidebar dt{
	margin-bottom: 2px;
	font-weight: bold;
}

#sidebar p{
	margin: 8px 5px 0;
	text-align: right;
}

#shop_info a{
	color: #B6A0A0;
	text-decoration: none;
}

#shop_info a:hover{
	color: #C2880E;
	text-decoration: underline;
}


/* ****BANNER**** */
#banner{
	padding: 10px 0;
	text-align: center;
}

#banner p{
	margin-bottom: 3px;
}


/* ****FOOT***************************************** */
.navigation{
	margin: 40px 0 20px;
	text-align: center;
}

.navigation p{
	color: #CBA3A3;
	font-size: 80%;
}

.navigation p a{
	color: #CBA3A3;
	text-decoration: none;
}

.navigation p a:hover{
	color: #CBA3A3;
	text-decoration: underline;
}

/* ****FOOT***************************************** */
#foot{
	margin: 0 auto;
	padding: 25px 0;
	width: 780px;
	background: url(images/foot_bg.gif) no-repeat top;
}

#foot p{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFF;
}