@charset "utf-8";

/* @group Div */

#contents #wrapper {
	overflow: hidden;
	float: right;
	width: 670px;
}

#contents #wrapper #centercolumn {
	float: left;
	margin-right: 30px;
	width: 440px;
}

#contents #wrapper #rightcolumn {
	float: right;
	width: 200px;
}

#leftcolumn div,
#centercolumn .entrybody,
#rightcolumn div {
	margin-top: -15px;
	padding: 15px 0 20px;
	background-color: #fffae7;
}

#centercolumn .entrybody,
#centercolumn #resultnavi {
	width: 440px;
}

#centercolumn #entrynavi,
#centercolumn #resultnavi {
	margin-top: 30px;
}

#leftcolumn div,
#rightcolumn div {
	padding: 15px;
	width: 170px;
}

#rightcolumn div#rss {
	margin-top: 30px;
	padding: 0;
	background-color: transparent;
}

/* @end */

/* @group H2 H3 */

#centercolumn h2,
#centercolumn h2#searchword,
#centercolumn h3.entrytitle,
#leftcolumn h3,
#rightcolumn h3 {
	position: relative;
	z-index: 5;
	margin-top: 30px;
	padding-bottom: 15px;
	height: 50px;
	color: #630;
	font-size: 14px;
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',sans-serif;
	line-height: 50px;
	letter-spacing: 0.06em;
}

/* @end */

/* @group H2 */

#centercolumn h2,
#centercolumn h2#searchword,
#centercolumn h3.entrytitle {
	overflow: hidden;
	padding-right: 30px;
	padding-left: 50px;
	background: transparent url("../images/blog/bg_headline_m.png") no-repeat 0	0;
	font-size: 16px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', Osaka,sans-serif;
}

#centercolumn h2#searchword {
	padding-left: 30px;
	background: transparent url("../images/blog/bg_headline_search.png") no-repeat 0 0;
}

/* @end */

/* @group H3 */

#leftcolumn h3,
#rightcolumn h3 {
	background: transparent url("../images/blog/bg_headline_s.png") no-repeat 0	0;
	text-align: center;
}

/* @end */

/* @group H4 */

#leftcolumn h4 {
	margin-bottom: 1em;
}

/* @end */

/* @group P */

#leftcolumn p,
#centercolumn p {
	color: #444;
}

#leftcolumn p.banner {
	margin-bottom: 10px;
}

#centercolumn p {
	margin: 0 30px 1em;
	width: 380px;
}

#centercolumn p.date {
	margin-top: 2em;
	margin-bottom: 0;
	border-top: 1px solid #555;
	font-size: 10px;
	line-height: 20px;
	text-align: right;
}

/* @end */

/* @group Ul */

#leftcolumn ul,
#rightcolumn ul {
	margin-top: -5px;
}

#leftcolumn li,
#rightcolumn li {
	padding-left: 10px;
	background: transparent url("../images/blog/arrow.gif") no-repeat 0	center;
	line-height: 2em;
}

/* @end */

/* @group A */

#centercolumn h2 a,
#leftcolumn a,
#rightcolumn a {
	color: #630;
}

#centercolumn p.more a {
	color: #00e000;
}

/* @end */

/* @group Img */

#centercolumn .entrybody p img {
	margin: 0 0 0.8em;
	padding: 9px;
	border: 1px solid #e3b03c;
	background-color: #fff;
}

#centercolumn .entrybody p img.emoji {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

/* @end */

/* @group Span */

#centercolumn p.date span {
	margin-right: 1em;
}

#centercolumn span#prev {
	margin-right: 0.5em;
}

#centercolumn span#next {
	margin-left: 0.5em;
}

/* @end */

/* @group Form */

#rightcolumn form {
	overflow: hidden;
	width: 170px;
	height: 19px;
}

#rightcolumn form input {
	display: block;
	float: left;
	height: 19px;
	vertical-align: top;
}

#rightcolumn form input#searchBox {
	width: 134px;
	height: 17px;
	border: 1px solid #930;
	color: #666;
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', Osaka,sans-serif;
	line-height: 17px;
}

#rightcolumn form input#btn {
	float: right;
	width: 34px;
}

/* @end */

/* @group IE6 Hack */

*html #centercolumn h2,
*html #centercolumn h2#searchword,
*html #centercolumn h3.entrytitle,
*html #leftcolumn h3,
*html #rightcolumn h3 {
	height: 65px;
}

*html #leftcolumn div,
*html #rightcolumn div {
	width: 200px;
}

*html #centercolumn .entrybody p img {
	margin: 0 9px 1em;
	padding: 0;
}

*html #rightcolumn form input#searchBox {
	width: 133px;
	height: 19px;
}

*html #rightcolumn form input#btn {
	margin-top: -19px;
	width: 34px;
}

/* @end */

