@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:#FFF;
	text-align:center;
	/*
	background-color:#FD7914;
	background:# url(../img/back.png) top center repeat-x;
	*/
	/*background-size: 100%;
	background-attachment: fixed;*/
	/*背景の指定 縦グラデーション*/
    background:#021E40;
    background: -moz-linear-gradient(top, #021E40, #01050D);
    background: -webkit-linear-gradient(top, #021E40, #01050D);*/
    /*標準型（方向は省略＿デフォルトの 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 {
}

#contents {
}

#top {
	height:27px;
	background-color:#C80000;
}

#header {
	width:578px;
	margin:0 auto; 
	padding:26px 0 25px;
}

#logo {
}

#logo img {
	float:left;
}

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

#inner_main {
}

#left {
	width:600px;
	padding:2px 0 0 5px;
	float:left;
}

#right {
	width:240px;
	margin:0 0 0 0;
	float:right;
}

#right_inner {
	width:240px;
	text-align:left;
}

#blogparts {
}


/* ---------- sns ---------- */
#sns {
	width:285px;
	height:30px;
	float:left;
	text-align:right;
	margin:20px 0 0 ;
}

#sns_en {
	width:310px;
	height:30px;
	text-align:right;
	margin:100px auto 0;
}

#___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;
}


#language {
	width:720px;
	margin:35px auto 50px;
}

#grandprix {
	width:704px;
	margin:0 auto 56px;
	padding-top:35px;
	text-align:center;
}


/* ---------- banner ---------- */
#banner {
	margin-top:60px;
}

#banner_inner {
	width:850px;
	margin:0 auto;
}

#banner_left {
	width:185px;
	float:left;
	text-align:left;
}

#banner_right {
	width:410px;
	float:right;
	margin:20px 5px 0 0;
}

#banner_right_l {
	float:left;
}

#banner_right_r {
	float:right;
}


/* --footer-- */
#footer{
	height:35px;
	margin:130px 0 15px;
	/*background: url(../img/back_footer.png) top center repeat-x;
	background-color:#26566C;*/
}

#footer_inner{
}

address, address a{
	font-style:normal;
	font-size:12px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
}

#bottom {
	height:100px;
	margin-top:75px;
	background:url(../img/back_bottom.png) top center repeat-x;
}


