﻿@charset "utf-8";
/*---基本CSS---*/
body { text-align: center; background-color: #ffffff;}
/*テキストは中心に*/
#box{ width: 840px; margin: 0 auto; background-color: #ffffff; text-align: center; border-left: 10px solid  #339933; border-right: 10px solid #339933; padding: 10px; }
/* ページ幅　840PX、センタリング*/ /* メインカラムの背景色 *//* 右の境界線  *//* 左の境界線 */


#top{background-color: #ffffff; vertical-align:middle;}/* ヘッダの背景色 */

#side{ background-position: left 0; width: 210px; float: left; text-align:center; border-right: 2px solid #339933; padding-left: 5px; padding-top: 5px;padding-right: 5px; vertical-align: 120%; }
#main{ background-position: 0 top; width: 600px; float: right; text-align: center;padding-top: 5px;}
/* --- フッタ --- */
#under { clear:both; width: 830px; background-color: #339933; text-align: center; padding-top: 5px; padding-bottom: 5px; background-position: center;}  /* フロートのクリア */
/* フッタの背景色 */

/*ＴＯＰメニュー*/
#unNA { width: 790px; vertical-align: middle; padding-top: 2px; padding-bottom: 2px; }  
/*--リンクの設定--*/

a:link,visited,active { color: #666666; text-decoration: none;}
a:hover { color: #ff0000; text-decoration: none; }
