@charset "utf-8";

#container {
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CEC6E1;
}

#wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}

#header {
	background-image: url(../images/header-bg_02.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 950px;
}
.d1 {	font-size: 0.8em;	color: #FFFFFF;}
.d1 a:link {  color: #bd2434;}
.d1 a:visited {  color: #bd2434;}
.d1 a:hover{  color: #bd2434;}
.d1 a:active {  color: #bd2434;}

#flash {
	height: 191px;
	width: 950px;
	background-color: #FFFFFF;
	text-align : center ;
}
/*------------ 頁尾------------------*/
#footer {
	background-image: url(../images/footer-bg.gif);
	height: 38px;
	width: 950px;
	text-align: center;
	line-height: 38px;
	background-repeat: no-repeat;
}
#footer p{
	font-size: 11px;
	color: #F5F5F5;
}

#body{
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}

