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

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

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

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

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

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

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

/* --------------------------------------------------
 main
-------------------------------------------------- */
#header{
	width:750px;
	height:229px;
	margin:0 auto;
	}

.blogWrap{
	width:600px;
	margin:0 auto;
	padding:29px 46px 40px 47px;
	margin-bottom:12px;
	background:#fff;
	}
	
	.date{
		height:17px;
		font-size:17px;
		font-weight:bold;
		color:#000;
		margin-bottom:-6px;
		position:relative;
		}
		
		.date .twitter{
			position:absolute;
			top:0;
			right:75px;
			}
		.date .facebook{
			position:absolute;
			top:-10px;
			right:-1px;
			}
			.snsbtn img{
				margin-top:2px;}
	h3{
		font-size:23px;
		color:#0086d1;
		font-weight:bold;
		word-wrap: break-word;
		}
		
h3 a:link	{
	text-decoration: none;
	color: #0086d1;
}

h3 a:visited	{
	text-decoration: none;
	color: #0086d1;
}

h3 a:hover	{
	text-decoration: underline;
	color: #0086d1;
}

h3 a:active	{
	text-decoration: none;
	color: #0086d1;
}

	.blogWrap p{
		font-size:13px;
	    color:#000;
		word-wrap: break-word;
		margin:6px 0 0 0;
		}

.line { width:600px; height:2px; margin:0 auto 20px;}

/* --------------------------------------------------
OTHER
-------------------------------------------------- */
#footer { padding:0 0 30px 0;}



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


