@charset "utf-8";
/* CSS Document */

h1.top {
position:absolute;
left:45px; top:270px;
z-index:2;
color:orange;
font-size:130%;
line-height:120%;
font-weight:700;
}

/*TOPイメージエリア*/
.top_img {
width:756px;
height:311px;
margin-top:10px;
margin-left:11px;
}


.top_text {
width:350px;
padding:10px;
position:absolute;
left:35px; top:300px;
background-color:black;filter:alpha(opacity=70);
z-index:2;
color:#FFFFFF;
font-size:80%;
line-height:110%;
}


.top_text2 {
width:350px;
padding:10px;
position:absolute;
left:35px; top:376px;
background-color:black;filter:alpha(opacity=70);
z-index:2;
color:#FFFFFF;
font-size:60%;
line-height:110%;
}

.top_video {
position:absolute;
left:625px; top:340px;
}

.top_kome {
position:absolute;
left:620px; top:520px;
color:#FFFFFF;
font-size:60%;
z-index:3;
width:160px;
}


/*プロ野球２４へのアクセス*/

.access_box {
    width:350px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	float:left;
	margin-top:3px;
	background-color:#000000;
	margin-left:10px;
	display: inline;
}

.code_box {
    width:350px;
	border-style:solid;
	border-color:#999999;
	border-width:1px;
	float:left;
	margin-top:3px;
	background-color:#000000;
	margin-left:52px;
	display: inline;
}

/*プロ野球２４へのアクセス方法の図*/
.access_box_inside {
    width:260px;
	margin-left:43px;
	margin-top:10px;
}

.access_img_left {
    width:123px;
	text-align:center;
	float:left;
	margin-bottom:3px;
	margin-right:10px;
}

.access_img_right {
    width:123px;
	text-align:center;
	float:left;
	margin-bottom:3px;
}


.access_text_sbm {
    width:123px;
	text-align:center;
	float:left;
	margin-bottom:3px;
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	margin-right:10px;
	background-color:#FFFFFF;
}

.access_text_docomo {
    width:123px;
	text-align:center;
	float:left;
	margin-bottom:3px;
	border-style:solid;
	border-width:1px;
	border-color: #FF9900;
	background-color:#FFFFFF;
}

.access_img2 {
    width:260px;
	float:left;
	margin-bottom:10px;
}


.access_font {
    font-size:90%;
	margin-top:1px;
	margin-bottom:1px;
	font-weight:bold;
}


/*プロ野球24のQRコード*/

.code_font {
    margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	width:330px;
	line-height:120%;
	color:#FFFFFF;
	font-size:90%;
}

.code_img {
    text-align:center;
	width:338px;
	margin-bottom:29px;
}


/*プロ野球２４からのお知らせ*/

.topic_box {
width:735px;
border-style:solid;
border-color:#999999;
border-width:1px;
margin-top:3px;
background-color:#000000;
margin-left:10px;
padding:10px;
font-size:90%;
height:200px;
overflow: auto;
}

.topic_time {
color:orange;
line-height:110%;
float:left;
width:80px;
font-size:90%;
display: inline;
}

.topic_text {
color:white;
float:left;
width:620px;
line-height:110%;
display: inline;
}



/*回り込み解除*/
div.c-both { clear:both; }
.c-both_space { clear:both; margin-bottom:10px; }