@charset "utf-8";
/* CSS Document */

/* ---------- page global ---------- */
*{
	text-indent:0px;
	line-height:140%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}
body {
	margin:0;
	padding:0;
	color:#333333;
	text-align:center;
    background-color:#FFF8DD;
	/*background:url(../img/back.png) top center repeat;*/
	/*背景の指定
    background:#F4F6E6;
    background: -moz-linear-gradient(top, #F4F6E6, #FEFEFD);
    background: -webkit-linear-gradient(top, #F4F6E6, #FEFEFD);*/
    /*標準型（方向は省略＿デフォルトの to bottom になる）
    background: linear-gradient(#F4F6E6, #FEFEFD);*/
}

img {
	border:0;
	margin:0;
	padding:0;
	vertical-align: top;
	text-decoration:none;
	-ms-interpolation-mode: bicubic;	/* IE , Firefox */
}

a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	text-decoration:none;
}

form{
	display:inline;
}

input {
	vertical-align:top;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}

ol,ul{
	list-style-image: none;
	list-style-type: none;
}

a:link,a:visited ,a:hover, a:active {
	color:#333;
}

a:hover{
	color:#333;
}

p {
	text-align: left;
}



/* ---------- layout ---------- */
#wrapper {
}

#header {
	background-color:#2F963E;
	height:74px;
}

#logo {
	width:956px;
	height:74px;
	margin:0 auto;
	padding:0 18px;
	text-align:left;
}

#contents {
	padding:37px 0;
	/*background:url(../img/back.png) top center repeat;*/
}

#main {
	width:992px;
	margin:0 auto;
	height:700px;
	margin-top:52px;
	padding-top:44px;
    background-color:#FFF;
	border-radius: 20px;
}

#inner_main {
	width:992px;
	height:576px;
	/*background:url(../img/back_main.png) top center no-repeat;*/
	background:url(../img/back_main2.png) top center no-repeat;
}

#left {
	width:590px;
	float:left;
	padding-left:53px;
}

#right {
	width:300px;
	float:right;
}

#right_inner {
	width:240px;
	text-align:left;
	margin-top:46px;
}




/* ---------- sns ---------- */
#sns {
	width:300px;
	height:30px;
	float:right;
	text-align:right;
	margin-top:15px;
	margin-right:15px;
}

#___plusone_0 {
	width: 77px!important;
}

iframe.twitter-share-button {
	width: 86px!important;
}


/* ---------- tokei ---------- */
#tokei {
	width:590px;
	height:450px;
}

#bt{
}

#bt #btInner{
	display:none;
}

#bt #btPh{
	float:left;
	margin-top:0;
}



/* ---------- banner ---------- */
#banner {
	width:580px;
	margin:0 auto;
	padding-top:115px;
}

#banner_left {
	width:250px;
	float:left;
	padding:15px 0 0 5px;
	text-align:left;
}

#banner_right {
	width:304px;
	float:right;
	margin-right:20px;
}

#banner_right_l {
}

#banner_right_r {
}

#banner_inner {
	text-align:center;
}


/* -- bottom --*/
#bottom {
}

#bottom_inner {
}

#pumpkin {
}


/* --footer-- */
#footer{
	height:39px;
	margin:65px 0 0;
	background:url(../img/back_dot.png) top center repeat-x;
}

#footer_inner{
}

address, address a{
}

