@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: #C8C8C8;
	background: #413F40;
}

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: 780px;
	text-align: left;
	background: url(images/wrap_bg.gif) repeat-y;
}

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

#head h1{
	padding: 75px 0 0 235px;
	text-indent: -9999px;
}

#head a{
	display: block;
	width: 310px;
	height: 80px;
}

#head p{
	display: none;
}

/* ****CONTENTS************************************ */
#contents{
	padding-top: 30px;
	width: 780px;
}

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

/* ****ENTRY***** */
.entry_area{
	margin-bottom: 40px;
	padding-bottom: 10px;
	width: 503px;
	border: 1px solid #333333;
	background: #1A1A1A;
}

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

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

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

p.date{
	padding-right: 5px;
	font-size: 80%;
	text-align: right;
}

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

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

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

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

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

.entry a{
	color: #147B90;
}

.entry a:hover{
	color: #6EC3D4;
}


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

p.edit a{

}

p.edit a:hover{

}


/* ****右側***** */
#right_box{
	float: right;
	padding: 0 20px 0 0;
	width: 210px;
	text-align: left;
	line-height: 120%;
}

#right_box h2{
	margin-bottom: 13px;
	line-height: 28px;
}

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

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

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

#right_box table{
	margin-bottom: 2em;
}

#right_box ul{
	margin: 0 0 2em 4px;
	list-style-type: none;
}

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

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

#right_box ul li a:hover{
	color: #9E7751;
	text-decoration: underline;
}

#right_box ul li ul.children{
	margin: 7px 0 0!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: #9E7751;
}

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

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

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

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

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

/* ****FOOT***************************************** */
.navigation{
	/*width: 780px;*/
	padding: 0 0 20px;
	text-align: center;
}

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

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

.navigation p a:hover{
	color: #4772E3;
}

/* ****FOOT***************************************** */
#foot{
	margin: 0 1px;
	width: 778px;
	height: 54px;
	background: url(images/foot_bg.gif) repeat-x;
}

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