html,body { height:100%; }

#page{
position:absolute;
border-bottom:9px solid #000000;
border-left:9px solid #000000;
border-right:1px solid #000000;
margin:0 auto;
width:850px;
height:100%;
}

#head{
	background:#000000;
	font-weight:bold;
	color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-bottom:5px solid #FF6600;
	font-size:18px;
	padding:7px;
}

#menu{
	float: left;
	width:250px;
	background: #F5f7f7;
	border-right:1px solid #FFC000;
	font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3";
	line-height:1.5;
}

#contents{
float:right;
width:599px;
font-size:12px;
font-family: "ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3";
}


#foot{
clear: both;
background: #F5f7f7;
border-top:1px solid #CCCCCC;
padding:5px;
line-height:1.8;
font-size:12px;
}


#global_navi{
}
#global_navi a:link,
#global_navi a:visited,
#global_navi a:active{
display: block;
text-decoration: none;
font-size:12px;
height:12px; 
padding: 2px 0px 2px 18px;



border-bottom: 2px dotted #FFC000;	/* 枠線 種類 */
font-family:'MS Gothic','Osaka',sans-serif;

/* ナビゲーション文字配置 */
background: #FFF7EA;/* ボタン背景色 */
color: #000000;		/* ボタン文字色 */
}

#global_navi a:hover{
background: #FFC000;/* ボタン背景色(マウスオーバー時) */
color: #003399;	/* ボタン文字色(マウスオーバー時) */
font-weight:bold;
}

