@charset "utf-8";

/* 記事 */
.post {
	width: 540px;
	height: auto;
	display: inline;	/* peekaboo */
	margin: 15px auto;
}

.post h2 {
	height: 26px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 7px 8px 0 30px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	color: #52202A;
	overflow: hidden;
	background: url(../imgs/posttitle_bg.gif) bottom left no-repeat;
}

/* IE6用 */
*html .post h2 {
	height: 32px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 5px 8px 0 30px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	color: #52202A;
	overflow: hidden;
	background: url(../imgs/posttitle_bg.gif) bottom left no-repeat;
}

/* IE7用 */
*:first-child + html .post h2 {
	height: 26px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 7px 8px 0 30px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	color: #52202A;
	overflow: hidden;
	background: url(../imgs/posttitle_bg.gif) bottom left no-repeat;
}

.post h2.event_end {
	height: 26px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 7px 8px 0 30px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	color: #52202A;
	overflow: hidden;
	background: url(../imgs/posttitle_end_bg.gif) bottom left no-repeat;
}

/* IE6用 */
*html .post h2.event_end {
	height: 32px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 5px 8px 0 30px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	color: #52202A;
	overflow: hidden;
	background: url(../imgs/posttitle_end_bg.gif) bottom left no-repeat;
}

/* IE7用 */
*:first-child + html .post h2.event_end {
	height: 26px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	padding: 7px 8px 0 30px;
	border-top: 1px solid #EEE;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #CCC;
	color: #52202A;
	overflow: hidden;
	background: url(../imgs/posttitle_end_bg.gif) bottom left no-repeat;
}


.post h2 a {
	color: #52202A;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post p {
	font-size: 1em;
	line-height: 1.6;
	margin-top: 10px;
}

.post strong {
	color: #F60;
}

/* マーカー */
.post em {
	font-style: normal;
	background: url(../imgs/marker_pink.gif) left bottom repeat-x;
}

p.post-fukidashi {
	width: 400px;
	padding: 20px 0 10px 30px;
	line-height: 2;
	background: url(../imgs/post_fukidashi.gif) top right no-repeat;
}

p.postinfo {
	color: #666;
	text-align: right;
	margin: 20px 0 0;
	padding: 5px;
	border-top: 1px dotted #CCC;
	clear: both;
}

p.postinfo a {
	color: #666;
}

p.postinfo a:hover {
	color: #F90;

}

p.center-top {
	text-align: center;
	padding-top: 15px;
}

p.center {
	text-align: center;
	padding: 15px;
}

p.post-column {
	padding: 0 0 10px 30px;
	line-height: 2;
}

span.border {
	font-size: 1em;
	letter-spacing: 0.1em;
	padding: 3px 6px;
	border: 1px solid #C66;
	background-color: #AC3E34;
	color: #FFF;
}

span.cian {
	font-weight: bold;
	color: #2A7DB7;
}

span.em_sentence {
	line-height: 1.6em;
	font-size: 1.25em;
	font-weight: bold;
}

	
