body{
	background-color : #E7DFC3;
	font-size : 10pt;
	margin : 0px;
	padding : 0px;
	font-family : MS UI Gothic;
	text-align : center;
}
div{
	margin : 0px;
	padding : 0px;
}
div#companyinfo{
	background-color : #6E5A46;
	clear : both;
	color : #FFFFDD;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	line-height : 20px;
	margin-top : 48px;
	text-align : right;
	text-decoration: none;
	width : 800px;
}
div#companyinfo a{
	color : #FFFFDD;
}
div#content{
	width : 736px;
	border : 1px solid red;
	margin : 32px;
}
div#header{
/*	height : 200px;*/
	padding : 80px 0px;
}
div#menu{
	background-color : blue;
}
div#topmain{
	margin: 32px;
	width : 736px;
}
div#topmain p{
	margin : 8px;
}
div#wrapper{
	background-color : #FFFFDD;
	margin : 0px auto;
	text-align : left;
	width : 800px;
}
h1{
	background-image : url('../image/title_big.gif');
	height : 300px;
	text-indent : -999px;
	margin : 0px 150px;
	width : 485px;
}
h2{
	margin-top:24px;
	font-size : 14pt;
	color : #6E5A46;
	height : 32px;
}
li{
	padding : 0px;
}
li#top, #first, #intro, #term, #application{
	width : 160px;
	height : 30px;
	background-color : #E7DFC3;
	background-repeat : no-repeat;
	float : left;
	margin : 0px 5px;
}
li#top{
	background-image : url("../image/menu0.png");
}
li#first{
	background-image : url("../image/menu1.png");
}
li#intro{
	background-image : url("../image/menu2.png");
}
li#term{
	background-image : url("../image/menu3.png");
}
li#application{
	background-image : url("../image/menu4.png");
}

ul#menu{
	list-style: none;
	margin : 32px;
	padding : 0px;
	display : block;
}
ul#menu li{
	list-style : none;
	display : block;
	width : 160px;
	height : 20px;
	border : solid #d7cFb3;
	border-width : 0em 0.5em;
}
ul#menu li a{
    display:block;
    width:160px;
    height:20px;
}
#menu a span{
	display:none;
}
