*{
	margin: 0;
	padding: 0;
}
body{
	margin: 0px;
	padding: 0px;
	background-color: #E6E6FA;
}
h1{
	display: none;
}
h2{
	display: none;
}
div#all{
	margin: 0px auto;
	width: 750px;
	height: auto;
	background-color: transparent ;
}
div#all #left-side{
	width: 170px;
	height: auto;
	background-color: Green;
	padding: 0px;
	margin: 0px;
	float: left;
}
div#all #left-side ul#menu-list{
	color: White;
	font-weight: bold;
	line-height: 300%;
	margin-left: 30px;
}
div#all #left-side li{
	margin-left: 20px;
}
div#all #left-side p{
	color: White;
}
div#all #left-side p#menu-top{
	font-size: x-large;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	background-color: Olive;
}
div#all #left-side p#corp-name{
	font-size: medium;
	margin-left: 0.5em;
	margin-top: 40px;
	margin-bottom: 0px;
}
div#all #left-side p#zipcode{
	font-size: small;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
}
div#all #left-side p#address{
	font-size: small;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
}
div#all #left-side p#tel-no{
	font-size: small;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
}
div#all #left-side p#fax-no{
	font-size: small;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
}
div#all #left-side p#e-mail{
	font-size: small;
	margin-left: 1em;
	margin-top: 5px;
	margin-bottom: 0px;
}
div#all #left-side a:link{
	color: White;
}
div#all #left-side a:visited{
	color: White;	
}
div#all #left-side a:hover{
	color: Red;
	background-color: White;	
}
div#all #left-side a:active{
	color: White;	
}
/*
	 right side
 */
div#all #right-side{
	width: 580px;
	height: 100%;
	background-color: #D7F5F6;
	padding: 0px;
	margin: 0px;
	float: right;
}
div#all #right-side img#logo{
	margin-left: 50px; /*118px;*/
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
}
div#all p#logo-text{
	font-size: 0.8em;
	font-family: sans-serif;
	line-height: 150%;
	width: 480px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	
}
div#all #index-photo{
	width: 480px;
	height: 360px;
	margin: 20px auto;
}
/*
  footer setting
*/
div#footer{
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	background-color: Gray;
	text-align: center;
	font-size: x-small;
	color: White;
	line-height: 160%;
}
/*
 height setting
 */
div#all #left-side{
	height: 545px;
}
div#all #right-side{
	height: 545px;
}