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: 710px;
	background: #FFFFFF;
	text-align: center;
	}

#header {
	width: 710px;
	height: 150px;
	background: url(../img/img_next_top.gif) no-repeat;
	margin: 5px 0 0 15px;
	}
	

	
#menubar {
	width: 700px;
	height: 40px;
	text-align: center;
	margin-left: 8px;
	}



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

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

#cont_text1 {
	float: left;
	width: 335px;
    height: 200px;
	margin: 5px 0 0 5px;
    border-right: 1px solid #003300;
	}

#cont_text2 {
	float: left;
	width: 325px;
    height: 200px;
	margin: 5px 0 0 15px;
	}



#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;
	}


