*{
	margin: 0;
	padding: 0;
	border: 0px none;
	list-style: none inside;
}

img, a{ vertical-align: top; }

body{
	background-color: #E0E0E0;
	position:relative;
	width: 840px;
	color: #707070;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	/*font-family: "MS UI Gothic", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", sanserif;*/
	font-family: "MS UI Gothic", sanserif;
}

h1{
	display: block;
	height: 0;
	overflow: hidden
}

a:link, a:visited{	text-decoration: none; color: #906040;}
a:hover{ text-decoration: none; color: #805030;}

.base{
	width: 840px;
	max-width: 100%;
	overflow: hidden;
}

.outerFrame{
	width: 840px;
	max-width: 100%;
	background: #FFFFFF url('./images/bgline.png') repeat-y right top;
	overflow: hidden;
}

.rightColumn{
	z-index: 1;
	background: transparent url('./images/title.jpg') no-repeat right top;
	width: 200px;
	max-width: 100%;
	color: #FFFFFF;
	margin: 0;
	float: right;
}

.menu{
	margin-top: 72px;
}

.menuList li{
	margin-left: 0; border-bottom: 1px #506000 solid;
}

#menuHome{
	border-top: 1px #506000 solid;
}

.menuList a{
	display: block;
	height: 32px;
	line-height: 320px;
	overflow: hidden;
}

#menuHome a{ background: url('./images/menu_home0.jpg') no-repeat right top;}
#menuHome a:hover{background: url('./images/menu_home1.jpg') no-repeat right top;}
#menuAbout a{ background: url('./images/menu_about0.jpg') no-repeat right top;}
#menuAbout a:hover{background: url('./images/menu_about1.jpg') no-repeat right top;}
#menuWorks a{ background: url('./images/menu_works0.jpg') no-repeat right top; }
#menuWorks a:hover{background: url('./images/menu_works1.jpg') no-repeat right top;}


.contents{
	z-index: 0;
	width: 640px;
	max-width: 100%;
	float: left;
} 
.contact{
	position: relative;
	clear: both;
	width: 840px;
	max-width: 100%;
	height: 0em;
	line-height: 1.2em;
	top: -8.5em;
	color: #FFFFFF;
	text-align: right;
}
.contact li{
	padding-right: 0.5em;
}

#zip{
	margin-top: 1em;
}



h2{
	width: 600px;
	padding-top: 36px;
	margin: 0px 20px 12px 20px;
	font-size: 20px;
	border-bottom: #E0E0E0 1px solid;
}

