@charset "utf-8";
/* CSS Document */

/* グローバル設定 */
*{
	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:#FFFFFF;
}

img {
	border:0;
	margin:0;
	padding:0;
	vertical-align: top;
	text-decoration:none;
}
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;
}



/* -- ページ内設定 -- */
#wrapper {
}

#header {
	width:1140px;
	margin:0 auto;
	text-align:center;
	padding: 55px 5px 45px;
}

#header_inner {
}

#logo {
	width:963px;
	float:left;
}


/* -- ソーシャルボタン関連 -- */
#social_button {
	width:150px;
	float:right;
	margin-top:15px;
}

#line_share {
}

#tw_share {
	margin-right:10px;
	width:29px;
	height:48px;
	float:right;
}

#fb_share {
	margin-right:15px;
	width:29px;
	height:48px;
	float:right;
}

#menu {
	background-color:#E50061;
	height:63px;
	margin-bottom:10px;
}

#inner_menu {
	width:1130px;
	margin:0 auto;
}

#menu ul li {
	color:#FFF;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	padding:12px 26px 30px;
	float:left;
}

#menu ul li a {
	color:#FFF;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}

#menu ul li.on {
	background:url(../../img/menu_on.png) top center no-repeat;
}


#main {
	width:1124px;
	/*height:956px;*/
	height:959px;
	margin:71px auto 0;
	padding:8px;
	background-color:#E50061;
	border-radius:5px;
}

#inner_main {
	width:968px;
	height:895px;
	background-color:#FFF;
	padding:64px 78px 0;
}

#left {
	width:590px;
	float:left;
}

#tokei {
	width:590px;
	height:450px;
}

#banner {
	width:590px;
	text-align:left;
	padding-top:60px;
}

#banner_left {
	width:220px;
	float:left;
}

#banner_right {
	width:370px;
	float:right;
}

#banner_right_l {
	width:178px;
	float:left;
}

#banner_right_r {
	width:178px;
	float:right;
}

#right {
	width:240px;
	float:right;
	text-align:left;
}

#grandprix {
	width:968px;
	margin:0 auto;
	padding:35px 0 34px;
}


/* --footer-- */
#footer{
	width:1140px;
	height:50px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	_zoom:1;
	padding-top:40px;	
}

address{
	padding-top:10px;
	font-style:normal;
	font-size:10px;
	text-align:center;
	color:#FFF;
}



/* -- padding系 -- */
.pt5 {	
	padding-top:5px;
}

.pt7 {	
	padding-top:7px;
}

.pt15 {
	padding-top:15px;
}

.pt25 {
	padding-top:25px;
}

.pt35 {
	padding-top:35px;
}

.pt40 {
	padding-top:40px;
}

.pt50 {
	padding-top:50px;
}

.pt105 {
	padding-top:105px;
}

.pb5 {	
	padding-bottom:5px;
}

.pb7 {	
	padding-bottom:7px;
}

.pb10 {	
	padding-bottom:10px;
}

.pb15 {	
	padding-bottom:15px;
}

.pb25 {
	padding-bottom:25px;
}

.pb35 {
	padding-bottom:35px;
}

.pb50 {
	padding-bottom:50px;
}

.pl5 {	
	padding-left:5px;
}



/* -- listタグ系 --*/
.li_pb5 li {
	padding-bottom:5px;
}

.li_pb5 li a {
	color:#121370;
}



/* -- margin系 -- */
.ma_0auto {
	margin:0 auto;
}



/* -- 共通background系 -- */
.back_main {
	background:url(../img/back_main.jpg) top center repeat-y;
}


/* -- text-align関連 -- */
.tcenter {
	text-align:center;
}

