@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:url(../img/back_main.jpg) top center no-repeat;*/
	background-color:#F0EFED;
}

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 {
	padding:35px 0 25px;
	background-color:#000;
}

#header_inner {
}

#logo {
	width:822px;
	height:32px;
	margin:0 auto;
	text-align:center;
}

#main {
	width:822px;
	margin:70px auto 50px;
}

#inner_main {
}

#left {
	width:500px;
	float:left;
}

#right {
	width:256px;
	float:right;
}

#right_inner {
	width:256px;
	height:380px;
	padding-top:40px;
	background:url(../img/bg_right.png) top center no-repeat;
}



/* ---------- sns ---------- */
#sns {
	width:310px;
	height:30px;
	float:right;
	text-align:right;
	margin-top:42px;
}

#___plusone_0 {
	width: 77px!important;
}

iframe.twitter-share-button {
	width: 86px!important;
}


/* ---------- tokei ---------- */
#tokei {
	width:500px;
	height:500px;
}

#bt{
}

#bt #btInner{
	display:none;
}

#bt #btPh{
	float:left;
	margin-top:0;
}



/* ---------- banner ---------- */
#banner {
	width:440px;
	margin:0 auto;
	padding-top:30px;
}

#banner_left {
}

#banner_right {
}

#banner_right_l {
}

#banner_right_r {
}


#grandprix {
	width:1186px;
	margin:75px auto;
}


/* --footer-- */
#footer{
	width:822px;
	height:50px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;	
}

address, address a{
	font-style:normal;
	font-size:10px;
	text-align:center;
	color:#000;
	text-decoration:none;
}

