@charset "UTF-8";

/* ---------------------------------------
すべてのページ
------------------------------------------ */

/* 基本スタイル */
body {
	background: url(../images/blog_bg.gif) center -130px repeat;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

a {
	color: #951324;
}
a:link {
	color: #951324;
}
a:visited {
	color: #951324;
}
a:hover, a:focus a:active {
	color: #951324;
}
img {
	border: 0;
}


/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* reset styles */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	color: #222222;
	font-family: sans-serif;
	}

/* new HTML5 elements */
section, nav, article, aside, hgroup,
header, footer, figure, figcaption,
summary {
	display: block;
	margin: 0;
	padding: 0;
	color: #222222;
	font-family: sans-serif;
}


/* ---------------------------------------
　HEADER
------------------------------------------ */

/* #page-header */
#page-header{
	margin: 0 auto;
	text-align: left;
	clear: both;
}


/* #main-content */
#main-content{
	width: 914px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
}


h1{
	display: none;
}


#main-content{
	margin-top: 20px;
	padding: 0 0 40px 0;
}

#main-image{
	width: 914px;
	height: 382px;
	margin: 30px auto 20px auto;
	padding: 0;
	position: relative;
	z-index: 0;
}

#main-image img{
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	z-index: 2;

}

/* ---------------------------------------
　CONTENT
------------------------------------------ */

#left-content{
	background: url(../images/blog_content_bg.png) repeat  -550px -650px;
	width: 240px;
	float: left;
	text-align: center;
	margin: 20px 20px 0 0;
	border: 10px #000 solid;
}


#archives{
	background: #fcf7d2;
	width:220px;
	border: 1px #000 solid;
	margin: 0 auto 10px auto;

}

#archives ul{
	width: 190px;
	padding: 10px;
	text-align: left;
}

#archives ul li{
	list-style: none;
	font-size: 12px;
	margin: 5px 0 15px 0;
}


#archives ul li a:hover{
	color: #bf1a30;
	list-style: none;
	font-size: 12px;
	margin: 5px 0 15px 0;
}


#archives ul li a.active{
	background: url(../images/arrow.png) no-repeat left center;	
	color: #bf1a30;
	list-style: none;
	font-size: 12px;
	margin: 5px 0 15px 0;
	padding-left: 10px;
}



#to-toppage{
	width: 220px;
	margin:0 auto 10px auto;
}
#to-toppage a{
	background: url(../images/to_toppage.png) no-repeat;
	text-indent: -9999px;
	display: block;
	width: 220px;
	height: 53px;
}

#to-toppage a:hover{
	background: url(../images/to_toppage_h.png) no-repeat;
}




#right-content{
	background: url(../images/blog_content_bg.png) repeat  -833px -648px;
	width: 554px;
	float: left;
	padding: 20px 30px;
	padding: 30px 30px\9;
	margin-top: 20px;
	border: 10px #000 solid;

}


#article{
	background: #fcf7d2;
	padding: 10px 20px;
	margin-top: 20px;
	border: 1px #000 solid;

}

#headline{
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px #000 dotted;
	position: relative;
}

#headline p.date{
	color: #159938;
    font-size: 12px;
    line-height: 2em;
    font-weight: bold;
	margin-left: 80px;
}

#headline h2{
    font-size: 19px;
    color: #000;
	margin-left: 80px;
}


#headline p.icon{
	position: absolute;
	top: -5px;
	left: -10px;
}

#content{
	margin: 30px 0;
}

#content p{
	width: 492px;
	margin: 10px 0;
	padding: 5px 10px;
	line-height: 1.8;
}

#content span{
	font-size: 12px;
}

#content img{
	border: 1px #000 solid;
}


#content p a{
	color: #951324;
}

p.tuiki{
	background: #FFC;
	font-size: 12px;
	padding: 15px 10px;
	border: 1px solid #999;
}

/* ---------------------------------------
　FOOTER
------------------------------------------ */

#page-footer{
	width: 100%;
	position: relative;
	background: #9ecb3d;
	text-align: center;
	border-top: 10px #000 solid;

}


#footer-in{
	position: relative;
	background: #9ecb3d;
	width: 914px;
	height: 160px;
	margin: 0 auto;
}

#logo{
	width: 380px;
	height: 42px;
	position: absolute;
	top: 45px;
	left: 0;
}

#logo-tukuba{
	width: 200px;
	height: 42px;
	float: left;
	}
#logo-kahaku{
	width: 163px;
	height: 35px;
	float: left;
	margin-top: 5px;
	}
	
#credit{
	color: #FFF;
	width: 500px;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 121px;
	}
#tukuba{
	color: #FFF;
	width: 500px;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 470px;
	top: 70px;
	}
#support{
	width: 500px;
	font-size: 12px;
	text-align: left;
	line-height: 1.2;
	position: absolute;
	left: 398px;
	top: 60px;
}
.totop{
	width: 112px;
	height: 42px;
	position: absolute;
	left: 802px;
	top: -42px;
	}



/* Page Footer */
.pagenation {
	position: relative;
	text-align: center;
	float: right;
	width: 620px;
	margin-top: 20px;
}

.pagenation p{
	width: 350px;
	margin: 0 auto;
}


.entry_next,.entry_early {
	display: block;
	width: 147px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
}

.entry_next {
	float: left;
	background: url(../images/arrow_next.png) no-repeat;
}
.entry_early {
	float:right;
	background: url(../images/arrow_before.png) no-repeat;	
}


.entry_in ul{
	padding: 5px 10px;
}


.entry_in li{
	margin-left: 25px;
	padding: 0;
}




/* コンテンツの不可視化 */
 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}




/*その他 */
.clear{
	clear: both;
	}


/*socialPlugIn*/
.social{
	position: absolute;
	width: 410px;
	height: 35px;
	top: 40px;
	left:460px;
	z-index: 6;
	}


*+html .social{
		position: absolute;
	width: 410px;
	height: 35px;
	top: 33px;
	left:460px;
	z-index: 6;
	}
	
	
.social div{
	float: right;
	text-align: left;
	}
.twitter{
	color: #000;
	margin: 0 -40px 0 15px;
	margin: 1px 40px 0 15px\9 !important ;
	}
.line{
	margin: -4px 0 0 50px;
	margin: -3px 0 0 -10px\9 !important;
	}
	