/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000000;
	font-size: small;
         font-color:#666666;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #e6ffdd;
	text-align:center;

}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*　左側メニューの幅　*/
.side {
	float: left;
	width:250px;
}

/*　右側の幅　*/
.main {
	float: left;
	width: 550px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

a:link{ color:#000000; }
a:active { color:#606060; }
a:visited{ color:#606060; }
}

a{text-decoration:none;}
}



html {
scrollbar-base-color: #00e000;
scrollbar-face-color: :#00e000;
scrollbar-track-color: #e6ffdd;
scrollbar-arrow-color: #ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
}
