@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

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

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: 788px;
	text-align: left;
}

/* ****HEAD************************************** */
#head{
	width: 788px;
	height: 310px;
	background: url(images/head.jpg) no-repeat;
}

#head h1{
	text-indent: -9999px;
}

#head a{
	display: block;
	width: 370px;
	height: 135px;
}

#head p{
	display: none;
}

/* ****CONTENTS************************************ */
#contents{
	margin: 0 0 0 8px;
	padding-top: 30px;
	width: 780px;
	background: #3E3E41;
}

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

/* ****ENTRY***** */
.entry_area{
	margin-bottom: 40px;
	padding-bottom: 10px;
	width: 505px;
	background: #FFFFFF;
}

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

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

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

p.date{
	padding-right: 5px;
	color: #494949;
	font-weight: bold;
	text-align: right;
}

p.metadata{
	padding-right: 5px;
	font-size: 80%;
	color: #3E3E41;
	text-align: right;
}

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

p.metadata a:hover{
	color: #9B9B9B;
	text-decoration: underline;
}

.entry{
	padding: 20px 20px 0;
	line-height: 130%;
}

.entry a{
	color: #FFC000;
}

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

.entry p{
	margin-bottom: 1em;
}

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

p.edit a{
	color: #8E7740;
}

p.edit a:hover{
	color: #C2A96D;
}

/* ****COMMENT AREA***** */
#comment_area{
	margin-bottom: 30px;
}

#comment_area h3{
	padding-left: 10px;
	line-height: 250%;
	color: #CDBB7F;
	font-size: 100%;
	border-bottom: 3px solid #CDBB7F;
	background: #303033;
}

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

.com_name a{
	color: #E7C248;
	font-weight: bold;
	text-decoration: none;
}

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

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

.com_time a{
	color: #D9D9D9;
	text-decoration: none;
}

.com_time a:hover{
	color: #EAE0BF;
	text-decoration: underline;
}

.com_txt{
	padding: 5px 0;
}

.com_note{
	color: #D9D9D9;
	padding: 10px;
}

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

.com_rss a{
	color: #CDBB7F;
}

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

.com_edit{
	text-align: right;
}

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

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


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

#comment_form h3{
	padding-left: 10px;
	line-height: 250%;
	color: #CDBB7F;
	font-size: 100%;
	border-bottom: 3px solid #CDBB7F;
	background: #303033;
}

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

.form_note a{
	color: #E7C248;
	text-decoration: none;
}

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

.form_logout{
	font-size: 80%;
	text-align: right;
}

.form_logout a{
	color: #E7C248;
	text-decoration: none;
}

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

#comment_form form{
	color: #D9D9D9;
	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: 250%;
	color: #CDBB7F;
	font-size: 100%;
	border-bottom: 3px solid #CDBB7F;
	background: #303033;
}

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


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

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

#sidebar li{
	margin-bottom: 30px;
}

#sidebar li h2{
	margin-bottom: 13px;
	padding-left: 10px;
	font-size: 100%;
	color: #CDBB7F;
	line-height: 28px;
	background: url(images/t_common.gif) no-repeat;
}

#s{
	margin: 0 0 0 10px;
	width: 155px;
	margin-bottom: 5px;
}

#searchsubmit{
	margin: 0 0 0 80px;
	margin-bottom: 10px;
}

#sidebar li ul{
	margin: 0 0 0 8px;
	list-style-type: none;
}

#sidebar li ul li{
	margin-bottom: 10px;
	padding-left: 10px;
	border: none;
	color: #C6C6C6;
	background: url(images/side_arrow.gif) no-repeat 0 0.4em;
}

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

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

h2#t_catender{
	text-indent: -9999px;
	height: 28px;
	background: url(images/t_calendar.gif) no-repeat!important;
}

h2#t_category{
	text-indent: -9999px;
	height: 28px;
	background: url(images/t_category.gif) no-repeat!important;
}

h2#t_archive{
	text-indent: -9999px;
	height: 28px;
	background: url(images/t_archive.gif) no-repeat!important;
}

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

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

#wp-calendar th{
	color: #E7C248;
}

#wp-calendar td{
	padding: 2px 0;
	color: #C6C6C6;
}

#wp-calendar td a{
	font-weight: bold;
	color: #E7C248;
}

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

#wp-calendar tfoot td{
	padding-top: 5px;
}

/* ****BANNER***************************************** */
#banner{
	margin: 50px 0 10px;
	list-style-type: none;
	text-align: center;
}

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

/* ****FOOT***************************************** */
.navigation{
	margin: 0 0 0 8px;
	/*width: 780px;*/
	padding: 0 0 20px;
	text-align: center;
	background: #3E3E41;
}

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

.navigation p a{
	color: #9C9C9C;
}

.navigation p a:hover{
	color: #F5D25D;
}

/* ****FOOT***************************************** */
#foot{
	margin: 0 0 0 8px;
	width: 780px;
	height: 50px;
	background: url(images/foot_bg.gif) no-repeat bottom;
}

#foot p{
	padding-top: 20px;
	text-align: center;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}