/*--------------------------*/
/*	reset css				*/
/*--------------------------*/

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

/*--------------------------*/
/*	body css				*/
/*--------------------------*/

body {
	background-image: url(../img/bg.gif);
	background-repeat:repeat-x;
	font-size:12px;
}

/*--------------------------*/
/*	h1~5 css 				*/
/*--------------------------*/

h1 {
	width:289px;
	float:left;
	padding-right:10px;
}

h2 {
	font-size: 12px;
	padding-top:20px;
}

/*--------------------------*/
/*	header css				*/
/*--------------------------*/

#header {
	width:820px;
	margin:27px auto 0 auto;
}
/*--------------------------*/
/*	main css				*/
/*--------------------------*/

#main {
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-y;
	width:804px;
	margin:0 auto 0 auto;
	position:relative;
}

#main_foot {
	width:804px;
	height:22px;
	margin:0 auto 0 auto;
	background-image: url(../img/main_foot.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear:both;
}

.text {
	text-indent:-9999px;
}

#flash {
	width:820px;
	height:512px;
	margin:0 auto 0 auto;
	clear:both;
}

/*--------side-navi--------*/

#side-navi {
	position:absolute;
	top:25px;
	left:2px;
}

#side-navi li {
	width:198px;
	height:28px;
	list-style-type:none;
}

/*--------main-contents--------*/

#main-contents {
	width:600px;
	float:right;
	margin-right:1px;
}


/*--------------------------*/
/*	footer css				*/
/*--------------------------*/

#footer {
	width:804px;
	margin:0 auto 0 auto;
}

/*--------foot-navi--------*/

#foot-navi {
	font-size:11px;
	margin:0 auto 0 auto;
	width:530px;
	list-style-type: none;
}

#foot-navi li{
	float:left;
	margin-left:5px;
}

/*--------address--------*/

address {
	clear:both;
	background-image: url(../img/copy.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
	font-size:11px;
	width:287px;
	margin:0 auto 0 auto;
	padding-top:5px;
	text-indent:-9999px;
}
