BODY{
	font-family : HG ºÞ¼¯¸E;
	font-size : 14px;
	margin: 0 auto;
	line-height: 150%;
	text-align: center;
	background-color: #FFFF33;
	}

A:link {
	COLOR: #BE0032;
	TEXT-DECORATION: none;
	}

A:visited {
	COLOR: #BE0032;
	TEXT-DECORATION: none;
	}

A:hover {
	COLOR: #006633; 
	TEXT-DECORATION: none;
	}

h2 {
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	margin:0;
	padding: 0;
	}
	
.clear_both {
	clear: both;
	}

#wrapper {
	margin: 0 auto;
	width: 750px;
	background: #FFFFFF;
	text-align: center;
	}

#header {
	width: 750px;
	height: 315px;
	background: url(../img/img_top.gif) no-repeat;
        background-position: center;
        text-align: center;
	margin: 5px 0 0 0;
	}
	

	
#menubar {
	width: 750px;
	height: 40px;
	text-align: center;
	}



/*========= content ============== */

#content {
    width: 700px;
	margin: 10px auto;
	line-height: 150%;
	clear: both;
	text-align: left;
	padding: 10px 0 5px 10px;
    border: 5px solid #003300;
    }

#cont_text1 {
	float: left;
	width: 330px;
    border-right: 1px solid #003300;
    padding-right: 5px;
	}

#cont_text2 {
	float: left;
	width: 300px;
    margin-left: 13px;
	}



#footer {
	margin: 0 auto 5px;
	width: 710px;
	background-color: #FFFF33;
	}

#footer h2 {
    color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 15px 0 0 0;
	}


