@charset "utf-8";
/* CSS Document */

/* -- LAYOUT -- */
div#main {
	margin					:	0	auto;
	width					:	900px;
	background-image			:	url(../img/background.png);
	background-repeat			:	repeat-y;
	background-position		:	center;
	background-attachment	:	fixed;

}

div#main div#contents {
	position					:	relative;
	margin					:	0 10px;
	width					:	880px;
}

div#main div#header,
div#main div#footer {
	width					:	900px;
	height					:	9px;
}

div#main div#swf {
	width					:	880px;
	height					:	470px;
}

div#main div#contents div#content {
	margin					:	0 10px;	
	width					:	680px;
	float						:	left;
}


div#main div#contents div#banners {
	margin					:	0 5px 0 0;
	width					:	160px;
	float						:	right;
}
div#main div#contents img#banner {
	width					:	160px;
	margin-bottom		:	10px;
	border: 0px;
}

div#main div#contents div#content img#titlebar{
	width					:	680px;
	height					:	30px;
	margin-bottom		:	10px;
}

div#main div#footerbar {
	clear:both;
}

div#main div#footerbar address {
	padding-left			:	20px;
}





/* -- SKIN -- */
div#main div#header {
	background-image			:	url(../img/header_background.png);
	background-repeat			:	no-repeat;
	background-position:0 0;
}

div#main div#footer {
	background-image			:	url(../img/footer_background.png);
	background-repeat			:	no-repeat;
	background-position:0 bottom;
}

div#main div#contents img#banner {
	background-color			:	#99CCFF;
}
