/*============================================================
		body項目調節
=============================================================*/

body{
	color: #000000;
	background-image: url(../cmn/bg_s04_c04.gif);
	background-color: #93D6F4;
	background-repeat: repeat;
	background-position: top;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	line-height: 150%;
	font-size: 80%;
}

a:link{
	color: #3333BB;
}

a:visited{
	color: #3377CC;
}

a:active{
	color: #4444FF;
}

a:hover{
	color: #4444FF;
}

div.main{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

div.mobile{
	color: #000000;
	font-size: 125%;
}
div div a:link{
	color: #0000FF;
}

/*============================================================
		バックナンバー
=============================================================*/

/*バックナンバーエリアテーブル*/
.backnumber{
	border: 2px dotted #FFFFFF;
	margin-top: 10px;
	text-align: left;
	width: 950px;
}

/*バックナンバータイトルテーブル項目*/
.bnttl{
	padding: 5px;
	width: 120px;
	text-align: center;
}

/*バックナンバー画像調節*/
td img.bn{
	margin: 3px 0 0 0;
}

/*バックナンバーテキストテーブル項目*/
.bnitem{
	padding: 5px;
}

/*テキスト関連の調節*/
span.place{
	width: 15.75em;
	float: left;
}

/*============================================================
		FLASH PLAYERダウンロード
=============================================================*/
/*プレイヤーダウンロードテーブル*/
table.player{
	border: 0px;
	margin-top: 10px;
	text-align: left;
	width: 960px;
}

table.player th{
	width: 90px;
	padding-right: 10px;
}

table.player td{
	font-size: 100%;
	line-height: 140%;
}

