/* CSS Document */
#container {width:560px; height:auto; margin-left:auto; margin-right:auto;}

.style1{ color:#BE9D29;}
.style2{ color:#32310D;}
.style3{ color:#7E270E;}

/*history*/
#history{width:560px; margin-top:36px;}
.history{width:130px; font-size:75%;}

/*news*/
#news{width:560px; margin-top:5px;}
.news{ width:560px; margin-top:12px; margin-bottom:12px; font-size:75%; line-height:150%; }
.news a{ text-decoration:none; color:#7e270e;}
.news a:hover{ text-decoration:underline;} 

#board{width:560px;
height:192px;
background-color:#ffffff;
border:2px solid #BE9D29;
overflow:hidden;
}

.image { width:144px; height:192px; float:left;}
.image { border-right:2px solid #BE9D29;}

.board { width:410px; height:192px; float:right; overflow:auto;}
.board { font-size:75%; line-height:150%; color:#BE9D29;}
.board a{ text-decoration:none; color:#BE9D29;}
.board a:hover{ text-decoration:underline;}
.board strong{ font-size:100%; font-weight:normal; }