@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;
	color: #333333;
}
body {
	background-image: url(../img/back.jpg);
	background-repeat: repeat;
	background-position: center top;
}

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:#E02C6E;
}

a:hover{
	color:#E42D70;
}
#top {
	background-color: #EB5505;
	height: 20px;
}

p {
	text-align: left;
}



/* ---------- layout ---------- */
#wrapper {
}

#contents {
	background-repeat: repeat;
	background-color: #FFCC99;
}

#header {
	background-color: #FFF;
	height: 150px;
	margin-bottom: 40px;
}
#logo  {
	width: 681px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}

#main {
	margin:0 auto;
}

#inner_main {
	width:891px;
	height:625px;
	padding-top:12px;
	background:url(../img/back_main.png) top center no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#left {
	width:610px;
	float:left;
	padding-left:15px;
}

#right {
	width:245px;
	float:right;
}

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

#blogparts {
}



/* ---------- sns ---------- */
#sns {
	width:310px;
	height:30px;
	float:right;
	text-align:right;
	margin:25px 0 45px;
}

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


#title_gpw {
	height:50px;
	padding-top: 20px;
	background-color: #EB551A;
}


#grandprix {
	margin:0px auto 0px;
	text-align:center;
}



/* ---------- banner ---------- */
#banner {
	color:#333;
	padding-top:65px;
}

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

#banner_right {
	width:400px;
	float:right;
}

#banner_right_l {
	float:left;
}

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


/* --footer-- */
#footer{
	background-color: #EB5505;
	margin-top: 60px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
}

#footer_inner{
	width:1082px;
	margin:0 auto;
	text-align:center;
	height:35px;
	padding:150px 0 20px;
}

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