﻿@charset "UTF-8";

@import "reset.css";
@import "basic.css";

body {
	text-align:center;
	background:#e5ac00 url(../img/bg_center.jpg) center top repeat-x;
	}
#flash {
	margin:0 auto;
	height:483px;
	}

#container {
	margin:0 auto;
	width:900px;
	text-align:left;
	}

/* contents */
#contents {
	background:#000000 url(../img/bg_lights.gif) center top no-repeat;
	}
#contents #bgCts {
	background:url(../img/bg_contents.gif) left center repeat-y;
	}
#contents #bgCtsBtm {
	background:url(../img/bg_contents_btm.gif) left bottom no-repeat;
	}
#contents #bgCtsTop {
	padding:6px;
	_height:1%;
	background:url(../img/bg_contents_top.gif) left top no-repeat;
	}


/* glMenu */
ul#glMenu {
	padding-top:1px;
	text-align:center;
	}
ul#glMenu li {
	margin:0 5px;
	display:inline;
	}


/* person3 */
#person3 {
	margin:0 auto;
	position:relative;
	width:547px;
	height:238px;
	}
#person3 img {
	position:absolute;
	top:-30px;
	}


/* footer */
#footer {
	padding:30px 0;
	background-color:#000000;
	}
ul#banner li {
	margin:0 10px;
	display:inline;
	}
#footer p {
	margin-top:20px;
	color:#ffffff;
	}
#footer address {
	margin-top:5px;
	color:#ffffff;
	font-style:normal;
	}







