@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: #c30d23;
}

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

a:hover	{
	text-decoration: underline;
	color: #c30d23;
}

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

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

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

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

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


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


.blogWrap{
	width:572px;
	margin:0 auto;
	margin-bottom:20px;
	padding:8px 0 30px;
	background: url(../img/blogbg.gif) repeat-y left top;
	}
	
	.date{
		background: url(../img/date.gif) no-repeat left top;
		height:40px;
		font-size:26px;
		color:#fff;
		margin-bottom:20px;
		padding:0 0 0 22px;
		position:relative;
		}
		
		.date .twitter{
			position:absolute;
			top: 5px;
			right: 95px;
			}
		.date .facebook{
			position:absolute;
			top:4px;
			right:15px;
			}
			.snsbtn img{
				margin-top:2px;}
	h3{
		font-size:18px;
		color:#c30d23;
		font-weight:bold;
		margin: -5px 20px 0 22px;
		word-wrap: break-word;
		}
		
	.blogWrap p{
		font-size:13px;
		margin: 0 20px 20px 22px;
		color: #fff;
		word-wrap: break-word;
		}

/* --------------------------------------------------
 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;
	/**/
}


