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

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

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

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

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

body{
	background:url(../img/bg.jpg) #004172 center top repeat-x;
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

/* --------------------------------------------------
 main
-------------------------------------------------- */
#header{
	width:650px;
	height:147px;
	margin:0 auto;
	margin-bottom:45px;
	background-repeat:no-repeat;
	}
	p.logo {
	margin:42px auto 0;
	width:484px;}
	p.ttl_news {
	width:650px;
	margin:28px auto 0;
	}

.blogWrap{
	width:560px;
	margin:0 auto;
	margin-bottom:45px;
	padding:0 0 5px;
	background: url(../img/bg_ttl.jpg) #fff center top no-repeat;
	}
	
	.date{
		background: url(../img/date.gif) no-repeat left top;
		height:40px;
		font-size:20px;
		color:#0065b1;
		margin-bottom:20px;
		padding:5px 0 0 22px;
		position:relative;
		}
		
		.date .twitter{
			position:absolute;
			top:11px;
			right: 135px;
			}
		.date .facebook{
			position:absolute;
			top:4px;
			right:55px;
			}
			.snsbtn img{
				margin-top:2px;}
	h3{
		font-size:18px;
		color:#0065b1;
		font-weight:bold;
		margin: -5px 20px 0 22px;
		word-wrap: break-word;
		}
		
	.blogWrap p{
		font-size:13px;
		margin: 0 20px 20px 22px;
	    color:#003257;
		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;
	/**/
}


