@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../images/bg.gif) repeat;
}
a img{
	border: none;
}
a:link,
a:visited,
a:hover{
	color: #ec7c1c;
}
ul {
	margin: 10px 0 10px 10px;	
}
li {
	font-size: small;
	list-style: circle inside;
	line-height: 1.5em;
}
/* bugfix */
.clearfix:after {
  content: ".";
  display: block;
	clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* レイアウト */

#mainImg{
	width:100%;
	height: 530px;
	margin: 0 auto;
	background: url(../images/blog_mainImg.gif) no-repeat 50% 0;
	z-index:4;
}


#c_01{
	position:absolute;
	left:-135px;
	top:-293px;
}
#c_02{
	position:absolute;
	left:515px;
	top:-200px;
}

#hand_mark {
	position: absolute;
	width: 304px;
	height: 427px;
	top: 100px;
	left: -85px;
	z-index: 5;
}


#contents_bg{
	background-color: #fef8e9;
	}
#contents_bgIn{
	background:url(../images/blog_bg.gif) no-repeat 50% 530px;
	}
#contents_wrapper{
	width: 900px;
	margin: 0 auto;
	position:relative;
}


#contents_left {
	background:#FFF;
	width: 245px;
}
#contents_right{
	width: 610px;
	position:relative;
	z-index:0;
}
#contents_left{
	float: left;
	margin-left: 0;
}
#contents_right{
	float: right;
	margin-right: 30px;
	display:inline;
}
/* Page Footer */
.pagenation {
	position: relative;
	text-align: center;
	width: 400px;
	margin: auto;
}
.entry_next {
	display: block;
	width: 160px;
	height: 112px;
	text-indent: -10000px;
	overflow: hidden;
}

.entry_early {
	display: block;
	width: 160px;
	height: 112px;
	text-indent: -10000px;
	overflow: hidden;
}
.entry_next {
	float: left;
	background: url(../images/arrow_next.gif) no-repeat left bottom;
}
.entry_early {
	float:right;
	background: url(../images/arrow_before.gif) no-repeat right bottom;	
}

/* TTL */
#diary{
	position: relative;
	border: 11px solid #bfa043;
	margin-bottom: 0;
	padding: 165px 10px 0 10px;
	color:#bfa043;
}
#contents_right .entry {
	background:#FFF;
	border: 11px solid #bfa043;
	margin-bottom: 20px;
	padding: 10px 15px 15px 15px;
}
.entry h1 {
    background: url("../images/blog_title.gif") no-repeat left 3px;
    color: #23ac38;
    font-size: 24px;
    height: 60px;
    width: 25em;
		padding: 10px 0 0 70px;
}
.entry h1 span {
	font-size: 18px;
}
.entry h1 p {
	color: #ed7970;
	font-size: 12px;
	margin: 0;
}


.entry p {
	margin: 1em 0 0 5px;
}
.entry p img {
	border: #f1ead6 5px solid;
}

.entry p.no-b img {
	border: none;
}


.entry p.image_cntr {
	text-align: center;
}
.entry p.image_left img {
	float: left;
	margin: 0 10px 10px 0;
}

.entry p.image_left_mgb30 img {
	float: left;
	margin: 0 10px 30px 0;
}

.entry p.image_right img {
	float: right;
	margin: 0 0 10px 10px;
}


.kokuchi{
	background:#fef8e9;
	padding:2px 10px 10px 10px;
	margin:10px 0;
}


.kokuchi p{
	margin-bottom:10px;

}

.kokuchi p strong{
	border-left:3px #8fc322 solid;
	padding-left:5px;
}

.jii{
	background:url(../images/jii.gif) no-repeat 450px 20px #fef8e9;
}

/* diary_side */
.diary li {
    font-size: 10px;
    list-style: none outside none;
    margin: 0.8em 0 0.3em;
}
.diary li strong {
    font-size: 13px;
    font-weight: normal;
}

/* TABLE */
.table02{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
.table02 td,
.table02 th{
	border: 1px solid #D8C2A7;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.table02 th{
	font-weight: normal;
	background-color: #ffe887;
}

.table02 td{
	background-color: #FFF;
}	
.table02 td.fee{
	text-align: left;
	padding: 15px 0 15px 25px;
}
.table02 td p {
	text-align: left;
	line-height: 1.2;
	padding: 3px;
}
.table02 td.fee{
	text-align: left;
	padding: 15px 0 15px 25px;
}
.table02 td.no-padding {
	padding: 0;
}
.table03{
	border-collapse: collapse;
	width: 100%;
}
.table03 th,.table03 td{
	border-top: 1px dotted #7d673b;
	border-bottom: 1px dotted #7d673b;
	background-color: #FFF;
	padding: 5px 0px;
	text-align: left;
	vertical-align: middle;
}
.table03 th{
	color: #715841;
	font-weight: normal;
	width: 25%;
	padding-left: 15px;
}
.table03 td{
	padding-right: 15px;
}

/* footer */
#footer{
	clear: both;
	background-color: #6abe15;
	border-top: 1px solid #7fc634;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 150px;
	margin: 0 auto;
	position: relative;	
}
.logo1{
	width: 148px;
	height: 44px;
	position: absolute;
	top: 30px;
	left: 0px;
}
.logo2{
	width: 163px;
	height: 36px;
	position: absolute;
	left: 183px;
	top: 35px;
}
.logo3 {
	width: 125 px;
	height: 50px;
	position: absolute;
	top: 90px;
}
.support{
	width: 500px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 36px;
}
.cr{
	width: 500px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 118px;
}
.totop{
	width: 92px;
	height: 32px;
	position: absolute;
	left: 807px;
	top: -25px;
}

/* BOX */
.box01{
	width: 374px;
	border: 1px solid #D8C2A7;
	background-color: #f8ffe8;
	padding: 10px;
	font-size: 90%;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.blog_box{
	width:558px;
	float:left;
	position:relative;
	z-index:2;
}



#stamp{
	position:absolute;
	z-index:1;
	border:none;
	top:580px;
	left:150px;
}

#kouya{
	position:absolute;
	z-index:1;
	border:none;
	top:2000px;
	left:470px;
}


*html #kouya,
*+html #kouya{
	position:absolute;
	z-index:1;
	border:none;
	top:2035px;
	left:470px;
}



#kouya img,
#stamp img,
#aoi img{
	border:none;
}


/* テキスト装飾 */
.small{
	font-size: 85%;
	line-height: 1.3em;
}

.smaller{
	font-size: 95%;
	line-height: 1.5em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
.align_center{
	text-align:center;
	}
	
/*その他 */
.fR{
	float: right;
}
.clear{
	clear: both;
}
.nodisplay{
	display: none;
}

.pad-l5{
	padding-left:5px;
}

.p-T20{
	padding-top:20px;
}

/* goindex */
.goindex a {
	display: block;
	background: url(../images/to_toppage.gif) no-repeat;
	position: absolute;
	top: 15px;
	left: 13px;
	width: 197px;
	height: 166px;
	overflow: hidden;
	z-index: 2;
	text-indent:-9999px;
	
}
.goindex a:hover {
	background: url(../images/to_toppage_h.gif) no-repeat;
}
/* Social_Link */
#socialbuttons {
  height: 35px;
  width: 370px;
  left: 1095px;
  top: 455px;
	position: absolute;
	z-index: 20;
}
#socialbuttons div {
	float: left;
}
#socialbuttons .twitter {
	margin-right: 10px;
}

/*socialPlugIn*/
.social{
	position:absolute;
	float:right;
	width: 410px;
	height: 35px;
	z-index:5;
	top:-75px;
	left:185px;

	}
.social div{
	float: right;
	}
.twitter{
	color: #000;
	margin: 0 -40px 0 15px;
	}
.line{
	margin: -5px 0 0 15px;
	}
	


.pd_t20{
	padding-top:20px;
}