@charset "utf-8";

/*======================================

	Visual Module
	
=======================================*/

#header_visual {
	width: 730px;
	height: 115px;
	clear: both;
}

#header_visual img {
	padding-bottom: 15px;
}

/*======================================

	Wrapper Module
	
=======================================*/

#wrapper {
	width: 730px;
}

/*======================================

	Side Module
	
=======================================*/

#side {
	width: 200px;
	float:left;
}

.side_menu {
	width: 200px;
}

.side_menu_inner {
	padding: 0px 25px 25px 0px;
}

.side_ttl {
	width: 175px;
	height: 42px;
}

.side_ttl img {
	padding-bottom: 10px;
}

.side_contents {
	width: 175px;
}

.side_contents a {
	text-decoration: none;
}

li {
	font-size: 12px;
	color: #666666;
	padding-left: 15px;
	background: url("./img/side_menu_mrk.gif") no-repeat 0px 3px;
}

.module-search label {
	font-size: 10px;
}

.module-search input {
	font-size: 10px;
}

.module-search #search {
	width: 100px;
}

/*======================================

	Contents Module
	
=======================================*/

#contents {
	width: 530px;
	float: left;
}

/* Mac版IE5は次の行を無視 ¥*/
*html #contents_inner {
	padding: -3px;
}
/* 終了 */

.date-header {
	width: 530px;
	height: 20px;
	margin-bottom: 10px;
	font-family: helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-indent: 5px;
	background-image: url("./img/contents_day.gif");
}

.entry {
	margin-bottom: 30px;
}

.entry-header {
	font-size: 14px;
	color: #666666;
	text-indent: 20px;
	background-image: url("./img/contents_ttl_mrk.gif");
}

.entry-content {
	padding: 10px 0;
	font-size: 12px;
	color: #333333;
}

.entry-content img {
	float:left;
	border:none;
	margin-right:10px;
	margin-bottom: 10px;
}

.entry-left {
	float: left;
}

.entry-right {
	float: right;
}

.entry-clear {
	clear: both;
}

#more {
	clear: both;
}
.entry-more-mrk a {
	padding-left: 12px;
	text-decoration: none;
	font-size: 12px;	background: url("./img/contents_continue_mrk.gif") no-repeat 0px 3px;
}

.entry-more-mrk a:hover {
	padding-left: 12px;
	color: #FF2E2E;
	background: #ffffff;
	background: url("./img/contents_continue_mrk.gif") no-repeat 2px 5px;
}

.entry-footer {
	border-top: 1px solid #cccccc;
	font-size: 10px;
	clear :both;
}

.post-footers {
	color: #666666;
}

/*======================================

	Archive Module
	
=======================================*/

.content-nav {
	font-size: 12px;
	margin-bottom: 20px;
}

#archive-title {
	font-size: 16px;
	color: #666666;
	text-indent: 20px;
	background-image: url("./img/contents_ttl_mrk.gif");
}

/* TrackBack関連 */
.trackbacks {
	width: 100%;
	margin-bottom: 20px;
}

.trackbacks-header {
	border-bottom: 1px solid #cccccc;
	color: #666666;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

#trackbacks-info {
	margin: 10px 0 20px 0;
	border: 1px dashed #a3b8cc;
	padding: 10px;
	color: #666666;
	font-size: 12px;
	background: #e6ecf2;
}

.trackbacks-content {
	margin: 10px 0;
	color: #666666;
	font-size: 12px;
}

.trackbacks-content-word {
	color: #333333;
	font-size: 9px;
}

.trackback-footer {
	clear: both;
}

/* Comments関連 */
.comments {
	width: 100%;
	margin-bottom: 20px;
}

.comments-header {
	border-bottom: 1px solid #cccccc;
	color: #666666;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.comment-content {
	margin-top: 10px;
	color: #666666;
	font-size: 12px;
}

.comment-footer {
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
	padding-top: 3px;
	color: #666;
	font-size: 10px;
}

.comments-open {
	color: #666666;
	font-size: 12px;
}

.comments-open-header {
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #cccccc;
	color: #666666;
	background: #ffffff;
	font-size: 12px;
	font-weight: bold;
}


#comment-author, #comment-email, #comment-url {
	margin-bottom: 5px;
}

#comment-text {
	width: 500px;
}

.paginate {
	padding: 5px;
	text-align: left;
	font-size: 10px;
}
