
/* ++++++ コンテンツ部分のデザイン ++++++ */

.post h2	{
	background:url(images/h2.gif) no-repeat;
	height:30px;
	font-size:18px;
	font-weight:bold;
	padding-left:15px;
	color:#D3A49E;
}

.post h2 a	{
	text-decoration: none;
	}

.post p	{
	line-height: 150%;
	margin-top:10px;
	}

.post	{
	margin-bottom: 40px;
	}

.pagenav	{
	font-size: 0.75em;
	}


/* ++++++ コンテンツ部分の独自デザイン ++++++ */


#contents h2 a{
	color:#D3A49E;
}

#contents h2 a:hover{
	color:#f75600;
}

#contents p.space {
	margin-top:30px;
}

#contents p.space_big {
	margin-top:50px;
}

/* ++++++ サイドバー部分のデザイン ++++++ */


#contents_right ul	{
	width:198px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin:0px;
	margin-bottom:10px;
	}

#contents_right ul ul	{
	color: #88ccff;
	}

#contents_right li {
	margin:0px;
}

#contents_right li a{
	background:url(images/arrow_s.gif) 10% 50% no-repeat;
	padding-bottom:10px;
	height:auto;
}

#contents_right li a:hover{
	background:#eee url(images/arrow_s.gif) 10% 50% no-repeat;
}

#contents_right li.active{
	background:#eee url(images/arrow_s.gif) 10% 50% no-repeat;
}

#contents_right h3	{
	background: url('images/column_side.gif') no-repeat;
	width:200px;
	height:25px;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	text-align: left;
	margin: 0px;
	padding:5px 0px 0px 10px;
	}


/* ++++++ コメント部分のデザイン ++++++ */

#comments h3	{
	font-size: 0.75em;
	border-bottom: solid 2px #538ad8;
	padding-bottom: 5px;
	}

.com	{
	font-size: 0.75em;
	border-bottom: dotted 2px #88ccff;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.75em;
	border: solid 1px #88ccff;
	padding: 8px;
	line-height: 150%;
	}

#commentform	{
	font-size: 0.75em;
	}

