@charset "UTF-8";
/* CSS Document */

*{ margin: 0px;	padding: 0px;}

body {
	background-image: url(../images/popup_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

a:link {
	color: #e4007f;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #e4007f;
}
a:hover {
	text-decoration: none;
	color: #e4007f;
}
a:active {
	text-decoration: underline;
	color: #e4007f;
}
.date {
	width: 464px;
	height: 38px;
	background-image: url(../images/popup_line.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 auto 20px;
}
.date_l {
	font-size: 16pt;
	color: #6b1686;
	float:left;
}
.date_r {
	float:right;
}
.twitter {
	margin: 0 20px 0 0;
}
.header {
	width: 464px;
	margin: 25px auto 15px;
}
.rss {
	width: 464px;
	margin: 0 auto 20px;
	text-align:left;
}
.blog {
	width: 464px;
	font-size: 10pt;
	color: #000;
	line-height: 14pt;
	margin: 0 auto 30px;
	text-align:left;
}
.entry_title {
	font-weight:bold;
	font-size:18px;
	color:#2a31bb;
	line-height:125%;
}