html,
body {
	font-size : 13px;
	font-family : "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka ;
	font-weight : bold; 
/*	background-color : #006633;*/
	background-image : url("../image/back_image.jpg");
	color : #ffffff;
	height: 100%;
	margin : 0px;
	text-align: center;
}

div#frame {
	width : 965px;
	background-color : #006633;
	text-align : center;
	border-left : 2px solid #008000;
	border-right : 2px solid #008000;
	min-height : 100%;
	margin : 0px auto -17px; 
}

* html div#frame {
	height : 100%;
}

/**** ヘッダー ***/ 
div#header {
	width : 100%;
	clear : both;
	background-color : #ffffff;
	text-align : center;
	border-top : 30px solid #006633;
	border-bottom : 1px solid #006633;
}

/**** 入口 画像 ***/ 
div#entrance {
	padding : 35px 0px;
}
 
#entrance img {
    position: relative;
    left: -5px;
    top: -5px;
    padding: 5px;
    background: #ffffe0;
    border: 1px solid #999999;
}

/**** フッダー *******/
div#footer {
	width : 965px;
	clear : both;
	background-color : #008000;
	color : #FFFFFF;
	text-align : right;
	border-top : 1px solid #008000;
	border-left : 2px solid #008000;
	border-right : 2px solid #008000;
	border-bottom : 1px solid #008000;
	height : 15px;
	line-height : 15px;
	margin : 0 auto;
}

.push {
	clear : both;
	height : 15px;
	margin : 0 auto;
}
