@charset "utf-8";
/* CSS Document */

/* ---------- page global ---------- */
*{
	text-indent:0px;
	line-height:140%;
	font-size:13px;
	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:#FFF;*/
	background:url(../img/back.jpg) top center;
	/*background-attachment:fixed;
	-moz-background-size:contain;
	background-size:contain;*/
	/*背景の指定 縦グラデーション
    background:#F4F6E6;
    background: -moz-linear-gradient(top, #F4F6E6, #FEFEFD);
    background: -webkit-linear-gradient(top, #F4F6E6, #FEFEFD);*/
    /*標準型（方向は省略＿デフォルトの 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:#333333;
}

a:hover{
	color:#333333;
}

p {
	text-align: left;
}



/* ---------- layout ---------- */
#wrapper {
}

#header {
}

#contents {
}

#main {
	width:1324px;
	height:999px;
	margin:60px auto;
	background:url(../img/back_main.png) top center no-repeat;
}

#inner_main {
}

#logo {
	width:660px;
	margin:0 auto;
}

#left {
	width:590px;
	float:left;
	padding:152px 0 0 236px;
}

#right {
	width:416px;
	float:right;
	padding-top:138px;
}

#right_inner {
	width:240px;
	text-align:left;
	margin-right:274px;
}




/* ---------- sns ---------- */
#sns {
	width:310px;
	height:30px;
	float:right;
	text-align:right;
	margin:5px 130px 0 0;
}

#___plusone_0 {
	width: 77px!important;
}

iframe.twitter-share-button {
	width: 86px!important;
}


/* ---------- tokei ---------- */
#tokei {
	width:590px;
	height:450px;
}

#bt{
}

#btInner{
	display:none;
}

#btPh{
	float:left;
	margin-top:0;
}


#grandprix {
}





/* ---------- banner ---------- */
#banner {
	width:580px;
	margin:0 auto;
	padding-top:80px;
}

#banner_left {
}

#banner_right {
}

#banner_right_l {
	float:left;
}

#banner_right_r {
	float:right;
}


/* --footer-- */
#footer{
	background-color:#F0B034;
	padding:20px 0 15px;
	text-align:center;
	height:11px;
}

#footer_inner{
}

address, address a{
}

