@charset "utf-8";



/* BLOG:original
---------------------------------------------------- */
#search-area {
	position: relative;
	height: 1px;
	width: 182px;
	text-align: right;
	top: 100px;
}

* html #search-area {
	top: 94px;
}

*:first-child + html #search-area {
	top: 108px;
}

/*****3点セット*****/
/*firefox以外*/
.search_box {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	font-size: 13px;
	width: 146px;
	height: 20px;
	padding: 3px 2px 0 4px;
	border: none;
	background: #535353;
}


/*****3点セット*****/

.search_go {
	position: absolute;
	top: 0px;
	left: 152px;
	width: 30px;
	height: 23px;
}

#calendar_wrap {
	width: 182px;
	margin-top: 160px;
	background: url(../img/bg_tb.gif) 0px 18px no-repeat;
}

#calendar_wrap tr.caltxhide {
	text-indent: -9999px;
}

#wp-calendar {
	width: 100%;
	border: 1px solid #292929;
	padding: 5px;
}

#yaermonth {
	font-size: 10px;
	font-weight: bold;
	color: #5d5d5d;
}

#wp-calendar th {
	text-align: center;
	font-size: 10px;
	color: #5d5d5d;
}

#wp-calendar td {
	text-align: center;
	font-size: 10px;
	color: #5d5d5d;
}



/****************************
 **   Sidebar
 ****************************/

/* General */

#blog-sidebar {
	font-size: 10px;
	width: 182px;
}

#blog-sidebar h2 {
	font-size: 10px;
	font-weight: bold;
	color: #5d5d5d;
	margin-bottom: 5px;
	border-bottom: 1px solid #292929;
}

#blog-sidebar a {
	color: #ffffff;
}

#blog-sidebar ul {
	margin: 0;
	padding: 0;
}

#blog-sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#blog-sidebar ul li.litxmrgn {
	margin: 30px 0px 0px 0px;
}

div#blog-sidebar dl.sCatelory {
	padding: 30px 0px 0px 0px;
	width: 182px;
}

div#blog-sidebar dl.sCatelory dd {
	padding: 0px 0px 30px 0px;
}

div#blog-sidebar dl.sCatelory dd ul li {
	padding-bottom: 3px;
	padding-left: 0.8em;
	text-indent: -0.8em;
	line-height: 14px;
}

div#blog-sidebar dl.sCatelory dd ul li a {
	background: url(../../common/img/ic_arrow01.gif) left 2px no-repeat;
	font-size: 10px;
	letter-spacing: 1px;
	padding-left: 8px;
}

div#blog-sidebar dl.sCatelory dd ul li.rss a {
	background: url(../img/ic_feeds.gif) left 0px no-repeat;
	font-size: 10px;
	letter-spacing: 1px;
	padding-left: 14px;
}


/*
.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
*/


/****************************
 **   BLOG POST
 ****************************/

/* General */
#blog-post {
	margin: 60px 0px 0px 0px;
}

#blog-post .post h2 {
	margin: 0px 0px 0px 85px;
	font-size: 18px;
	line-height: 24px;
}

#blog-post .post h2 a {
	color: #ffffff;
}





.post .date {
	background-image: url(../img/bg_date.gif);
	width: 65px;
	height: 60px;
	text-align: center;
	float: left;
}

.post .date .month {
	display: block;
	font-size: 9px;
	line-height: 17px;
	padding-top: 3px;
	color: #ffffff;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 15px;
	padding-top: 6px;
	line-height: 18px;
	color: #ffffff;
}

.post .date .year {
	display: block;
	font-size: 9px;
	padding-top: 0px;
	color: #929292;
}

.post .entry {
	margin: 20px 0px 30px 85px;
	font-size: 12px;
	line-height: 22px;
}

.post .entry .blog-ph {
	margin: 0px 0px 15px 0px;
}

.post .entry .blog-ph2 {
	margin: 20px 0px 15px 0px;
}

.metadata {
	text-align: right;
	font-size: 10px;
	color: #5d5d5d;
}

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

.metadata a:hover,a:active {
	color: #ffffff;
	text-decoration: underline;
}

.hr {
	clear: both;
	margin: 50px 0px 60px 0px;
}

.p-navigation {
	width: 100%;
}

.p-navigation a {
	text-decoration: none;
	font-size: 10px;
}

.p-navigation .previous {
	float: right;
}

.p-navigation .next {
	float: left;
}

