@charset "utf-8";
/* CSS Document */

body {
margin:0px;
padding:0px;
text-align:center;
font-family:Verdana;
background-color:#EEE;
}
#main{
margin:0px auto 0px auto;
width:778px;
height:1282px;
padding-top:12px;
padding-bottom:12px;
color:#5D5D5D;
font-size:16px;
font-weight:bold;
font-family:Verdana;
line-height:1.6;
background-image:url(../../images/bg.jpg);
background-repeat:repeat-y;
}
a{
	text-decoration:none;
}

h1 {
margin:0px;
padding-top:12px;
padding-bottom:12px;
font-weight:bolder;
font-size:14px;
font-family:Verdana;
}
h1 a{
color:#FFF;
text-decoration: none;
font-weight:bolder;
}

h2 {
	padding: 0px;
	font-weight:normal;
	text-align:center;
	font-size: 10px;
}

h3 {
font-size:12px;
font-weight:bolder;
padding: 20px 0px 15px 0px;
}

H3 a{
text-decoration: none;
color:#36C;
}

#banner{
margin:10px auto 0px auto;
width:778px;
padding-left:0px;
text-align:left;
height:534px;
background-image:url(../../images/top_header.jpg);
background-position:top;
}

#contents{
	clear: both;
	margin: 0 auto;
	width:708px;
	text-align:center;
	background-image:url(../../images/contents_bg.gif);
	background-repeat:repeat-y;
}

#contents_top{
	margin:0 auto;
	width:708px;
	height:70px;
	text-align:center;
	font-size:12px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image:url(../../images/contents_top_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#contents_btm{
	clear: both;
	margin: 0 auto;
	width:708px;
	height:-30px;
	text-align:center;
	font-size:12px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image:url(../../images/contents_btm_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#footer{
	clear: both;
	margin:5px auto 0px auto;
	width:778px;
	background-color:#EEE;
	text-align:center;
	padding-bottom:12px;
	font-family:Verdana;
	font-size:10px;
	color: #5D5D5D;
}

