@charset "utf-8";
/****************/
/*              */
/*  base.css    */
/*              */
/****************/

html {
	height: 100%;
}
	
body  {
	font: 100% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: small;
	margin: 0;
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	height: 100%;
	background-color: #f3f3f3;
}

table  {
	font: 100% "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0;
	padding: 0;
	color: #000000;
}

h3 {
	background-image: url(../images/common/title.gif);
	background-repeat:no-repeat;
	width: 650px;
	height: 38px;
	padding: 9px 0px 0px 25px;
	margin: 0px;
	letter-spacing: 0.2em;
	font-size: large;
}

#background {
	width: 900px;
	background-image: url(../images/common/background.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0px auto;
}

#container {
	width: 850px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	overflow: hidden;
  position: relative;
}


#header {
	width: 850px;
	text-align: center;
	padding-top: 10px;
}

#header img {
	line-height: 0em;
	vertical-align: top;
	border: 0;
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 180px;		/* メニュー幅 */
 	background-color: #CFF;
	float:left;			/* 左側にオフセットさせる */
	height: 100%;
	text-align: center;
}

#contents {
	width: 655px;		/* コンテンツ幅 */
	background-color: #FFFFFF;
	float:right;		/* 右側にオフセットさせる　*/
	padding-left: 13px;
}

#footer {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	background-image: url(../images/common/footer_back.gif);
	background-repeat:no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
