/* ■■■■■CSS リセット■■■■■ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, iframe{
    margin: 0; 
    padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
img {
	vertical-align: bottom;
}
.clear {
	clear: both;
	}


/* ■■■■■ベース■■■■■ */

body {
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#wrapper {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	line-height: 150%;
}
#kaisai {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#header {
	height: 64px;
}
#header #left {
	float: left;
	width: 480px;
}
#header #right {
	float: right;
	width: 443px;
}
#home {
	padding-top: 7px;
	float: left;
}
h1 {
padding-top: 7px;
float: left;
}
#brtv {
	text-align: right;
	margin-bottom: 6px;
}
#banner {
	position: absolute;
	top: 0px;
	left: 385px;
	height: 95px;
	width: 375px;
	z-index: 999;
}
#clear{clear: both;height: 0px;}
#contents {
}
#contents #left {
	float: left;
	width: 535px;
}
#contents #right {
	float: right;
	width: 465px;
}
#contents iframe {
	display: block;
	border: none;
}
iframe#title {
	height: 80px;
	width: 535px;
	margin-bottom: 5px;
}
iframe#ozz {
	height: 550px;
	width: 535px;
	margin-bottom: 5px;
}
iframe#info {
	height: 490px;
	width: 465px;
}
iframe#result {
	height: 175px;
	width: 465px;
	margin-bottom: 0px;
}
/*------------------------------------------------住之江オリジナル*/
#banner_list {
width: 443px;
height: 50px;
margin: 0;
padding: 0;
}
#banner_dento {
	height: 47px;
	width: 143px;
	display:block;
	float: left;
	padding: 0 3px 0 0;
}
#banner_aqua {
	height: 47px;
	width: 142px;
	display:block;
	float: left;
}
#banner_aqua_twitter{
	height: 40px;
	width: 45px;
	display:block;
	float: left;
	background-image: url(../images/banner_twit_bg.png);
	background-repeat: no-repeat;
	padding: 7px 0 0 3px;
}
#brtv {
	height: 47px;
	width: 105px;
	display:block;
	float: left;
}




/* ■■■■■レースタイトル■■■■■ */
#title {
	background-image: url(../images/title_bg1.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 535px;
}
#title #left {
	float: left;
	height: 80px;
	width: 90px;
}
#title #right {
	width: 435px;
	float: right;
}
#race_title {
	margin-bottom: 3px;
}
#race_title td {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px;
}
#race_title #day {
	width: 60px;
	text-align: center;
	font-family: Helvetica, Verdana, "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
#race_title #name {
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	padding-right: 5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
}
#race_telop {
	font-size: 13px;
	color: #000033;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	padding-right: 16px;
	padding-left: 10px;
	padding-top: 4px;
}


#live_ozz_btn {
	float: right;
	margin-bottom: 5px;
}


/* ■■■■■その他■■■■■ */
#attention {
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	padding-right: 15px;
	padding-top: 7px;
}
#night {
	padding-top: 5px;
}
.about {
	float: left;
	padding-right: 15px;
	font-size: 11px;
	color: #FFCC00;
	padding-top: 7px;
}

.about a {
	color: #FFFFFF;
	text-decoration: none;
}
.about a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#copyright {
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 12px;
}

/*
スマホ表示
==========================================================*/
#sp {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	height: 140px;
	text-align: center;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#333333));
	background-image: -webkit-linear-gradient(#999999,#333333);
	background-image:    -moz-linear-gradient(#999999,#333333);
	background-image:         linear-gradient(#999999,#333333);
}

#sp a {
	display: block;
	font-size: 50px;
	line-height: 140px;
	color: #FFF;
	text-shadow: 2px -3px 1px #000000;	
	text-decoration: none;
}