@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:#333;
	text-align:center;
	/*background-color:#F8F8F8;*/
	background:#E3DFD9 url(../img/back.png) top center repeat;
	/*background-attachment: fixed;*/
	/*背景の指定 縦グラデーション
    background:#A9D78D;
    background: -moz-linear-gradient(top, #A9D78D, #56AB7D);
    background: -webkit-linear-gradient(top, #A9D78D, #56AB7D);*/
    /*標準型（方向は省略＿デフォルトの to bottom になる）
    background: linear-gradient(#F4F6E6, #FEFEFD);*/
	
	/*背景の指定 斜めグラデーション
	background:#FBFFE4;
	background: -moz-linear-gradient(left top, #DFE8B3, #FBFFE4);
	background: -webkit-linear-gradient(left top, #DFE8B3, #FBFFE4);*/
	/*標準型
	background: linear-gradient(to bottom right, #DFE8B3, #FBFFE4);*/
}

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 {
}

.top {
	height:18px;
	background-color:#000;
}

#header {
	width:673px;
	height:155px;
	margin:29px auto 40px;
	background:url(../img/back_header.png) top center no-repeat;
}

#logo {
	padding:0 0 0 110px;
}

#logo img {
	float:left;
}

#main {
	width:982px;
	height:750px;
	margin:0 auto;
	background:url(../img/back_main.png) top center no-repeat;
}


#left {
	width:600px;
	float:left;
	padding:13px 0 0 130px;
}

#right {
	width:200px;
	float:right;
	text-align:left;
	margin-top:40px;
}

#right_inner {
	width:200px;
}



/* ---------- sns ---------- */
#sns {
	width:285px;
	height:30px;
	/*float:right;*/
	text-align:right;
	margin-top:42px;
}
.gpw {
	overflow: hidden;
	width: 496px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#___plusone_0 {
	width: 77px!important;
}

iframe.twitter-share-button {
	width: 86px!important;
}


/* ---------- tokei ---------- */
#tokei {
	width:574px;
	height:574px;
}

#bt{
}

#bt #btInner{
	display:none;
}

#bt #btPh{
	float:left;
	margin-top:0;
}



/* ---------- banner ---------- */
#banner {
	color:#333;
}

#banner_left {
	width:190px;
	float:left;
	text-align:left;
	padding-top:60px;
	padding-left:10px;
}

#banner_right {
	width:400px;
	float:right;
	padding-top:100px;
}

#banner_right_l {
	float:left;
}

#banner_right_r {
	float:right;
	margin-right:10px;
}


#button {
	width:470px;
	margin:50px auto 25px;
}

#button img {
	float:left;
	margin-right:25px;
}


#grandprix {
	padding:50px 0 100px;
}


/* --footer-- */
#footer{
	text-align:center;
	margin-top:50px;
	padding:5px 0 15px;	
	background-color:#150301;
}

address, address a{
	padding-top:10px;
	font-style:normal;
	font-size:10px;
	text-align:center;
	color:#000;
	text-decoration:none;
}
