@charset "UTF-8";
/* CSS Document */
body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
}
h1#baseball-title {
    background: url("images/baseball-title.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 38px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 131px;
	background-size: cover;
}
div#baseball {
    clear: left;
    float: left;
    height: 390px;
    margin-left: 80px;
    margin-top: 50px;
    width: 545px;
	position: relative;
}
#p-flash{
	position: relative;
}
	
#b-bt1{
	position: absolute;
	top: 390px;
	left: 580px;
}
#b-bt2{
	position: absolute;
	top: 410px;
	left: 580px;}
#b-bt1 a:hover,#b-bt2 a:hover{
	opacity:0.7;
filter: alpha(opacity=70);        /* ie lt 8 */
-ms-filter: "alpha(opacity=70)";  /* ie 8 */
-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
-khtml-opacity: 0.7;              /* Safari 1.x */
}
#kantoku-comment {
    height: 350px;
    left: 375px;
    position: absolute;
    top: 20px;
    width: 310px;
}
#kantoku-comment p{
	line-height:1.5;
	}
.right{
	text-align:right;}
#comment{
	line-height: 1.45em;
	margin-bottom:15px;
	font-size: 12px;
}
div#baseball dl {
	width:500px;
	margin-top: 30px;
	
}
div#baseball dl dt {
	float:left;
	margin-bottom: 1em;
	line-height: 1.6em;
	font-weight: bold;
}
div#baseball dl dd {
	margin-left:80px;
	margin-bottom: 1em;
	line-height: 1.6em;
}
h2{
	font-size: 14px;
	font-weight: bold;
}
div#profile {
    height: 260px;
    overflow: auto;
    width: 630px;
}