/*flashページ*/
body {
	margin:0px;	/*BODYのマージン：0ピクセル*/
	padding-top:0px ;            /*BODYの内のり：上部10ピクセル　その他0ピクセル*/
	background-color: #FFFFFF;
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka",generic font family;
	font-size:12px;
	line-height:180%;
	color:#333333;
	text-align:center;	/*全体の配置：中央揃え*/
	scrollbar-3dlight-color:#006666;
	scrollbar-arrow-color:#006666;
	scrollbar-darkshadow-color:#006666;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-background-color:#FFFFFF;
	}
#set_position{
	height:70%;
	}
	
#wrapper{
	width:755px;
	text-align:center;
	border:1px solid #006666;
	margin-top:8% ;
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto
	
	}
	
#index{
	width:755px;
	height:385px;
	margin-bottom:0;
	}/*flash*/

#menu_flash{
	width:755px;
	height:25px;
	margin-bottom:0;
	background-color:#006666
	}/*flash*/


a:link {color:#006666}
a:visited {color:#660066}
a:hover {color:#FF6600;background-color:#ccff33}


.footmenu {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	margin-bottom:2px;
	border-bottom:1px solid #006666;
	text-align:center;
	}
.footmenu a:link{color:#333333;text-decoration:none}
.footmenu a:visited{color:#333333;text-decoration:none}

#footer {
	width:100%;
	margin-top:0px;
	margin-bottom:1em;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align:center;
	clear: both;
	}
	

