@charset "utf-8";
/* reset
-------------------------------------------------- */
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

li	{
	list-style-type: none;
}
img{border:none;}
a:focus	{outline:none;}
a img {border: none; }

a:link	{
	text-decoration: none;
	color: #ffea00;
}

a:visited	{
	text-decoration: none;
	color: #ffea00;
}

a:hover	{
	text-decoration: none;
	color: #ffea00;
}

a:active	{
	text-decoration: none;
	color: #ffea00;
}

/* --------------------------------------------------
	Contents
-------------------------------------------------- */
html,body{
	height:100%;
}

body{
	background-color:#000;
	color:#fff;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y: scroll;
}

#wrapper{
	width: 750px;
	/*height:100%;*/
	margin: 0 auto;
	background-color: #000;
}

/* --------------------------------------------------
 main
-------------------------------------------------- */
#main{
	position:relative;
	width:979px;
	margin:0 auto;
	text-align:center;
}


#header{
	width:750px;
	height:162px;
	margin:0 auto;
	margin-bottom:30px;
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	}


.blogWrap{
	background:#000;
	width:600px;
	margin:0 auto;
	margin-bottom:20px;
	padding-bottom:30px;

	}
	
	.date{
		background: #000;
		/*height:40px;*/
		font-size:26px;
		color:#ffea00;
		margin-bottom:20px;
		padding:0 0 0 5px;
		position:relative;
		}
		.date-text{
			font-size: 17px !important;line-height: 28px;
			color:#fff;
			margin-top: -35px !important;
			text-align: right;
		}
	.date02{
		background: #000;
		height:40px;
		margin-bottom:20px;
		padding:0 0 0 5px;
		position:relative;
		}
		.date02 .twitter{
			position:absolute;
			height: 20px;
			top: 2px;
			right: 95px;
			}
		.date02 .facebook{
			position:absolute;
			height: 20px;
			top:-8px;
			right:5px;
			}
			.snsbtn img{
				margin-top:2px;}
	h3{
		font-size:21px;
		color:#ffea00;
		font-weight:bold;
		margin: -5px 20px 0 0;
		border-bottom: #ffea00 2px solid;
		}
		
	.blogWrap p{
		font-size:13px;
		margin: 0 20px 20px 0;
		}

/* --------------------------------------------------
 footer
-------------------------------------------------- */



 /* crear
----------------------------------- */
.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}


