﻿/*	トップページの背景変更用。背景をトップページのみ変更
	ie6ではbodyタグ、その他は#Koto_Backgroundに背景を付ける
	※background.cssの後に呼び出すこと
*/
body {
/*ie6のみ適用させたい*/
	_background-image:url("../../images/background/Watermelon/top.png");
}

#Koto_Background {
/*トップページのみ高さを指定して画像を埋め込む*/
	height:850px;
	background-image:url("../../images/background/Watermelon/top.png");
/*ie6のみ適用させたい*/
	_background-image:url("");
}
/*各ボタンの配置を中央にする*/
#Right_Content {
	text-align:center;
	padding-right:50px;
}

/*東振協ＵＲＬ等表示枠*/
#Div1 {
	width:540px;
	text-align:left;
	font-size:80%;
}
