/* common.css */

/* author------------------------
	SHOKO OYAMADA
	last update:2007/04/18
-------------------------------*/
/* contents------------------------
	1.ブラウザ初期設定の相殺
	2.背景画像の設定
	3.その他
------------------------*/

/* 1.ブラウザ初期設定の相殺 */

html,body,table,p,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,address,em,strong,blockquote,textarea{
	font:normal 11px/1.6em "Verdana",sans-serif;
	margin:0;
	padding:0;
	color:#666666;
	
}
th,tr,td{
	font:normal 11px/1.6em "Verdana",sans-serif;
	color:#666666;
	
}

/* 2.背景画像の設定 */
html,body{
	/*height:100%;*/
}
body{
	text-align:center;
}

/* 3.その他 */
li{
	list-style:none;
}
a{
	color:#666;
}
a:hover {
	color:#bbb;
}
strong {
	font-weight:bold;
}

a img{
	border:0;
}

.clearth{
	clear:both;
	padding:1px;
	line-height:1px;
	font-size:9px;
	height:1px;
}

.caption{
	font-size:85%;
}

.caption td{
	font-size:85%;
}

body{text-align:center;}
#wrapperbox{
	width:584px;
	border:1px solid #cccccc;
	margin:20px auto;
}



h1{
	width:584px;
	height:45px;
	background:url(/~baseball/image/head01.gif) no-repeat;
}

h1 a{
	display:block;
	width:584px;
	height:45px;
	line-height:9px;
	font-size:9px;
	text-indent:-9999px;
	outline:none;
}

.box1 img{
	display:block;
	margin:0;
	padding:0;
}

.box2{
	margin:0 auto;
	padding:0;
}
#footer{
	margin:30px 0 10px;
	border-top:3px solid #214F2F;
	padding:5px 0 0;
	text-align:left;
	width:584px;
	height:2em;
	clear:both;
}

#footer ul{
	width:370px;
	margin:0 15px 0 10px;
	height:2em;
	float:left;
}

#footer ul li{
	text-align:left;
	background:url(/~baseball/shared/image/arrow.gif) 0% 50% no-repeat;
	padding-left:10px;
	float:left;
	font-size:10px;
}

#footer ul li#footerLink1{width:10em;}
#footer ul li#footerLink2{width:11em;}
#footer ul li#footerLink3{width:10em;}

#footer p#copyright{
	width:163px;
	height:11px;
	background:url(/~baseball/shared/image/copyright.gif);
	text-indent:-9999px;
	font-size:9px;
	line-height:9px;
	float:left;
	margin-top:3px;
}
	
