@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------------------------
yonezawa ganka
kawasaki
---------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------
base layout
--------------------------------------------------------------------------------*/

#wrapper{width:850px;
height:auto;
background-color:#FFF;
margin-left:auto;
margin-right:auto;
}
a{
	text-decoration:none;
	}
/*--------------------------------------------------------------------------------
header layout
--------------------------------------------------------------------------------*/

#header{width:850px;
height:auto;
}

#headertop{width:850px;
height:auto;
background-color:#ddd;
color:#ccc;
font:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
font:85%;
}
/*--------------------------------------------------------------------------------
navi layout
--------------------------------------------------------------------------------*/
.naviimage{border-right:thin;
border-color:#CCC;
}

#navi{width:850px;
height:auto;
}

/*--------------------------------------------------------------------------------
infomation layout
--------------------------------------------------------------------------------*/
#infomation{
	width:680px;
	height:auto;
	float:left;
}

#infomationtext{
	width:619px;
	height:auto;
	padding:10px;
	float:left;
	border:solid #CCC;
	color:#494;
	font-weight:bold;
	font-size:95%;
}
/*--------------------------------------------------------------------------------
infomation2 layout
--------------------------------------------------------------------------------*/
#infomation2{
	width:170px;
	height:auto;
	float:right;
}

#info-siryou{
	margin-top:0px;
	margin-right:7px;
	margin-left:7px;
	margin-bottom:12px;
	clear:both;
}

#info-ke-tai{
	margin-right:7px;
	margin-left:7px;
	margin-top:0px;
	margin-bottom:0px;
	clear:both;
}
	
/*--------------------------------------------------------------------------------
footer layout
--------------------------------------------------------------------------------*/
#footer{
	width:850px;
	height:auto;
	clear:both;
}
#footerimage{
	width:836px;
	height:auto;
	margin:7px;
	margin-top:5px;
}

#copyright{
	width:800px;
	height:auto;
}

/*--------------------------------------------------------------------------------
site-map layout
--------------------------------------------------------------------------------*/
.text{
	line-height:1.4;
	font-size:11px;
padding:15px;
padding-bottom:5px;
padding-top:0px;
}

.texttitle{font-size:16px;
padding:15px;
padding-bottom:5px;
padding-top:5px;
}

#sitemap{width:685px;
height:auto;
background-color:#FFF;
}

/*--------------------------------------------------------------------------------
privacy-policy layout
--------------------------------------------------------------------------------*/
#policy{width:685px;
height:auto;
background-color:#FFF;
background-color:#CCFFFF;
}
