@charset "UTF-8";
/* CSS Document */

/* //////////////////////////////////////////////////
[Base] 
////////////////////////////////////////////////// */

*{ margin: 0px;	padding: 0px;}

body {
	background-color:#000;
	text-align:center;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}

a:link {color: #ff0000;text-decoration: underline;}
a:visited {text-decoration: underline;color: #ff0000;}
a:hover {text-decoration: none;color: #ff0000;}
a:active {text-decoration: underline;color: #ff0000;}
a img {border-style:none;}
a:focus{outline:none;}

/* --------------------------------------------------
	0. Container
-------------------------------------------------- */
.container { margin:0 auto; width:484px;}


/* //////////////////////////////////////////////////
[Layout] 
////////////////////////////////////////////////// */

.header {
	background-repeat:no-repeat;
	background-position:center top;
	width:484px;
	height:185px;
	margin:0 auto 0px;
}

/* Blog
----------------------------------- */
.date {width: 484px;margin: 5px auto;}
.date_l {font-size: 13px; color: #fff; text-align:left; font-weight:bold; float:left;}
.date_r {text-align:right;}
.clear {clear:both;}
.sor_icon {border:none; margin:0px 0px 0px 3px;}
.blog {
	width: 481px;
	font-size: 12px;
	color: #CCC;
	line-height: 18pt;
	margin: 0 auto 60px;
	text-align:left;
}
.entry_title {
	font-weight:bold;
	font-size:20px;
	color:#e3c176;
	line-height:24px;
	text-align:left;
	margin: 15px 0;
}

/* Other
----------------------------------- */
.rss { margin:0 auto; width:481px; text-align:right;}

#footer { margin:0 auto; width:603px; height:34px;margin-bottom:20px;}
#footer .close{ text-align:center;margin-left:0px;}
#footer .sp{ height:0px;}


