@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
	color: #333333;
	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: #e23c6b;
}
ul {
	margin: 10px 0 10px 1em;	
}
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: 900px;
	height: 266px;
	margin: 0 auto;
	position: relative;
	z-index: 1!important;
}
#hand_mark {
	position: absolute;
	width: 304px;
	height: 427px;
	top: 100px;
	left: -85px;
	z-index: 5;
}
#contents_wrapper{
	width: 900px;
	margin: 0 auto;
	background: #fff100 url(../images/blog_bg.gif) no-repeat;
	padding-bottom: 15px;
}
#contents_left {
	width: 245px;
}
#contents_right{
	width: 610px;
}
#contents_left{
	float: left;
	margin-left: 15px;
}
#contents_right{
	float: right;
	margin-right: 15px;
}
/* Page Footer */
.pagenation {
	position: relative;
	text-align: center;
	width: 350px;
	margin: auto;
}
.entry_next,.entry_early {
	display: block;
	width: 150px;
	height: 80px;
	text-indent: -10000px;
	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;	
}

/* TTL */
#diary {
	position: relative;
	padding-top: 120px;
	background: url(../images/con_bg.gif) repeat;
	border: 1px solid #f18a1d;
	margin-bottom: 20px;
	padding: 110px 10px 10px 10px;
}
#contents_right .entry {
	background: url(../images/con_bg.gif) repeat;
	border: 1px solid #f18a1d;
	margin-bottom: 20px;
	padding: 10px 15px 15px 15px;
}
.entry h1 {
    background: url("../images/blog_title.gif") no-repeat scroll left 3px rgba(0, 0, 0, 0);
    color: #23ac38;
    font-size: 24px;
    height: 60px;
    width: 25em;
		padding: 10px 0 0 70px;
}
.entry h1 span {
	font-size: 18px;
}
.entry h1 p {
	color: #2862ae;
	font-size: 12px;
	margin: 0;
}


.entry p {
	margin: 1em 0 0 5px;
}
.entry p img {
	border: #fff 5px solid;
}
.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;
}

/* 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: #e2b600;
	border-top: 1px solid #653b0b;
	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: #333;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 36px;
}
.cr{
	width: 500px;
	color: #333;
	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;
}
/* テキスト装飾 */
.small{
	font-size: 85%;
	line-height: 1.3em;
}
.note{
	color: #C36;
}
.align_right{
	text-align:right;
	}
.align_center{
	text-align:center;
	}
	
/*その他 */
.fR{
	float: right;
}
.clear{
	clear: both;
}
.nodisplay{
	display: none;
}

/* goindex */
.goindex a {
	display: block;
	background: url(../images/go_index.png) no-repeat;
	position: absolute;
	top: -19px;
	left: 12px;
	width: 225px;
	height: 130px;
	overflow: hidden;
	z-index: 2;
	text-indent: -500px;
}
.goindex a:hover {
	background-position: bottom;
}
/* Social_Link */
#socialbuttons {
	height: 35px;
  width: 370px;
	left: 289px;
  top: 228px;
	position: absolute;
	z-index: 20;
}
#socialbuttons div {
	float: left;
}
#socialbuttons .twitter {
	margin-right: 10px;
}

/* Social_Link */
#social {
	width: 400px;
	height: 30px;
}	
	/* Twitter */
	#twitter {
		width: 95px;
		height: 30px;
		float: left;    
	}
	/* Facebook */
	.fb-like {
		float: left;
		height: 20px;
		width: 110px;
		margin: 0;   
	}
	/* Google +1 */
	#___plusone_0{
		width:65px !important;
		float: left!important;
		height: 20px !important;
		margin: 0!important;
	}
	/* hatena */
	.hatena-bookmark-button-frame {
		float: left;
		margint: 0 0 0 10px;
	}


