#contents {
	width: 848px;
	background-color:#fff;
	text-align:left;
	/*border:solid 1px #999999;*/
	position:relative;
	margin:auto;
}
#top 
{
	background-color:white;
	text-align:center;
/*
	background-image:url(image/yatsushiroLogo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
*/
	height:155px;
	letter-spacing:5px;
	padding:10px 10px 10px 10px;
	margin-bottom:40px;

	border-right: solid 1px #000000;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: solid 1px #000000;	
}
#top h1
{

}
#top img1
{
	background-image:url(image/kigyoulogo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height:155px;	
}
#top img.left
{
	float:left;
}
#top img.right
{
	float:right;
}

#navbar 
{
	background-color:#FFFFFF;
	padding: 0px;
	width: 848px;
	height:40px;
	position: absolute;
	top: 155px;
	left: 0px;
}
#navbar img
{
	display:block;
}
#navbar h2
{
	height:40px;
	width: 105px;
	float: left;
	margin:0px;
	font-size: 120%;
	letter-spacing: 3px;
	/*line-height: 1.7em;*/
	border-right: 1px solid #000000;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left:none;
	/*padding-left:0px;*/
	padding-right:0px;

}
#navbar a 
{	
	text-align:right;
	vertical-align:bottom;
	text-decoration:none;
	display:block;
	/*color: #333333;*/
	color:White;
	cursor:pointer;
}
#navbar a:hover
{
	color:Red;
	/*background-color:#6699ff;*/
}

#side
{
	background-color:#6699ff;
	float:right;
	width:165px;
	margin-right:0px;
	font-size:100%;
	border-left:solid 1px #000000;	
	border-top:solid 1px #000000;	
	border-bottom:solid 1px #000000;	
	border-right:solid 1px #000000;	
}
#side h2
{
	font-size:95%;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:10px 5px 0px 10px;
	border-bottom:solid 1px #000000;
	/*border-right:solid 1px #000000;	*/
}
#side h2 a 
{	
	text-decoration:none;
	display:block;
	color: #333333;
}
#side h2 a:hover
{
	color: #FFFFFF;
}

#honbun
{
	/*background-color:Fuchsia;*/
	float:right;
	padding-right:10px;
	padding-left:10px;
	width:650px;
}
#honbun h1
{
	padding-left:20px;
}
#honbun div.line
{
	width:100%;
	height:30px;
	margin:20px 0px 20px 0px;
	border-right:double 3px #000000;
	border-bottom:double 3px #000000;
	background-image:url(image/up.gif);
	background-repeat:no-repeat;
	background-position:right;
	display:block;
}

#adress
{
	clear:both;
}
#adress div.txt
{
	text-align:center;
	font-size:100%;
}
#adress img
{
	float:left;
}
