/* ----------------------------------------------------------------------------
	index page
---------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------*/
/* Override */
/* --------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------*/
/* Original */
/* --------------------------------------------------------------------------*/
#left {
	width: 195px;
	vertical-align: top;
}

#center {
	width: 435px;
	vertical-align: top;
}

#right {
	width: 158px;
	vertical-align: top;
}

/* --------------------------------------------------------------------------*/
#category_list {
	background-color: #F5FBF2;
	border: 1px solid #D3EAC9;
	width: 175px;
	padding: 0 5px 8px 0px;
}
html>body #category_list {
	width: 168px;
}
#category_list ul li {
	padding-left: 10px;
}
#category_list .c1{
	border-bottom: 1px solid #D3EAC9;
}

/* --------------------------------------------------------------------------*/
#banner {
	width: 173px;
	text-align: center;
}
#banner_right {
	width: 160px;
	text-align: center;
}
#banner_right img {
	margin: 0 auto 10px auto;
}
/* --------------------------------------------------------------------------*/
#rss_button {
	width: 173px;
	margin: 0 0 20px 4px;
}
#rss_button img {
	float: left;
	margin: 0 4px 5px 0;
}

/* --------------------------------------------------------------------------*/
#links {
	border: 1px solid #D3EAC9;
	width: 168px;
	padding: 0 5px 8px 5px;
}
html>body #links {
	width: 148px;
}
#links .title{
	margin-left: -5px;
}
/* --------------------------------------------------------------------------*/
#date_archives {
	border: 1px solid #D3EAC9;
	width: 160px;
	padding: 0 5px 8px 5px;
}
html>body #date_archives {
	width: 148px;
}
#date_archives .title {
	margin-left: -5px;
}
#date_archives .title a {
	text-decoration: none;
}

#date_archives .c1 {
	padding: 5px 6px 4px 12px;
	background: url(../../img/eye03.png) 0 6px no-repeat;
	text-decoration: none;
	width: 148px;
}
html>body #date_archives .c1 {
	width: 130px;
}
#date_archives a:hover {
	color: #4DAC26;
	background-color: #D7F0CD;
}

/* --------------------------------------------------------------------------*/
#center h2.title{
	border: 1px solid #ddd;
	background: #FFF url(../../img/eye02.png) 0 5px no-repeat;
	padding: 4px 10px 4px 15px;
	width: 410px;
	margin-bottom: 10px;
}
html>body #center h2.title{
	width: 391px;
}
#center #maker_banner {
	margin: 0 0 20px 0;
}
#center .discription {
	width: 410px;
	margin: 0 0 30px 0;
}

.item {
	width: 410px;
	margin-bottom: 25px;
	padding: 5px 4px 10px 0;
	border-bottom: 2px dotted #CCC;
}
.item .title {
	background: #FFF url(../../img/eye01.png) 0 0 no-repeat;
	padding: 2px 10px 2px 12px;
	margin-bottom: 10px;
}
.item .title .date {
	font-weight: bold;
	color: #CCC;
	margin-bottom: 4px;
	line-height: 1;
}
.item .title h3 {
	font-size: 16px;
	font-weight: bold;
	color: #4DAC26;
}
.item .title h3 a{
	text-decoration: none;
}
.item .title .category_name{
	font-size: 12px;
	font-weight: normal;
	color: #999;
	padding-left: 15px;
}
.item .body {
	padding-left: 12px;
}

/* --------------------------------------------------------------------------*/
.item .method_link {
	clear: both;
	text-align: right;
	margin: 5px 0px 10px 0;
	font-size: 10px;;
}
.item .method_link .commenter {
	padding-right: 5px;
}
.item .method_link a {
	padding-right: 5px;
}

/* --------------------------------------------------------------------------*/
.item .waku_trackback {
	clear: both;
	width: 370px;
	margin: 0 10px 0 42px;
	border: 1px solid #DDD;
	background-color: #FAFAFA;
}
.item .waku_trackback .title {
	background: none;
	padding-left: 0;
	margin-bottom: 5px;
}
.item .waku_trackback h4{
	font-size: 12px;
	border-bottom: 1px solid #DDD;
	padding: 4px 8px;
	margin: 0;
}
.item .waku_trackback .url{
	border-bottom: 1px solid #DDD;
	padding: 4px;
}
.item .waku_trackback .url .title{
	display: block;
	float: left;
	margin: 4px 4px 0 3px;
	line-height: 1.1;
}
.item .waku_trackback .url textarea{
	background-color: #F9F9F9;
	font-size: 11px;
	border: none;
	color: #000;
	height: 1.5em;
	margin: 1px 0 0 0;
	padding: 2px 0 0 4px;
	scrollbar-base-color: #F9F9F9;
  scrollbar-track-color: #F9F9F9;
  scrollbar-face-color: #F9F9F9;
  scrollbar-shadow-color: #F9F9F9;
  scrollbar-darkshadow-color: #F9F9F9;
  scrollbar-highlight-color: #F9F9F9;
  scrollbar-3dlight-color: #F9F9F9;
  scrollbar-arrow-color: #F9F9F9;
}

.item .waku_trackback .trackback {
	margin: 12px 10px;
	border-bottom: 1px dotted #999;
}
.item .waku_trackback .trackback .title {
	margin: 0 5px 5px 10px;
	line-height: 1.1;
	padding: 0;
}
.item .waku_trackback .trackback .title .from {
	padding-left: 10px;
	color: #999;
	font-size: 10px;
}
.item .waku_trackback .trackback .body {
	margin: 0 10px 10px 10px;
	padding: 0;
}
.item .waku_trackback .trackback .posted {
	margin: 0 10px 5px 10px;
	padding: 0;
	text-align: right;
	font-size: 10px;
}

/* --------------------------------------------------------------------------*/
.item .comments {
	clear: both;
	width: 370px;
	margin: 0 10px 0 42px;
	border: 1px solid #DDD;
	background-color: #F3F3F3;
}
.item .comments .title {
	background: none;
	padding-left: 0;
	margin-bottom: 5px;
}
.item .comments h4{
	font-size: 12px;
	border-bottom: 1px solid #DDD;
	padding: 4px 8px;
	margin: 0;
}

.item .comments .comment {
	margin: 12px 10px;
	border-bottom: 1px dotted #999;
}
.item .comments .comment .title {
	font-size: 10px;
	margin: 0 5px 5px 10px;
	line-height: 1.1;
	padding: 0;
}
.item .comments .comment .title .from {
	padding-left: 10px;
	color: #999;
	font-size: 10px;
}
.item .comments .comment .body {
	margin: 0 10px 10px 10px;
	padding: 0;
}

/* --------------------------------------------------------------------------*/
.item #comments_form .title {
	font-size: 12px;
	font-weight: bold;
}
.item #comments_form table {
	margin: 10px 0 0 10px;
}
.item #comments_form table th{
	width: 100px;
	padding: 0px 4px 0px 4px;
	background-color: #DDD;
}
.item #comments_form table td{
	padding: 0px 0 0px 4px;
}
.item #comments_form table td.botton_area{
	text-align: center;
}

