@charset "utf-8";
/* CSS Document */

a {
	color: #666666;
	text-decoration: none;	
}

body{
	background-color: #333333;
	float:left;
	margin: 0 auto;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	height: auto;
	color: #666666;
	background-image: url(../images/sima2.gif);
}

#container{
	width: 800px;
	height: auto;
	margin: 0 auto;
	text-align:center;
}

#sub-container{
	width: 800px;
	height: auto;
	margin: 0 auto;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.header{
	width: 800px;
	height: 155px;
	float: left;
	text-align: left;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
	color: #003399;
}

.pankuzu{
	width: 500px;
	height: auto;
	float: left;
	text-align: left;
	color:#666666;
	margin-left: 50px;
	_margin-left: 25px;
	font-size: 12px;
}

.img01{
	width: 440px;
	height: 154px;
	float:left;
	margin-left: 180px;
	background-image: url(../images/img01.gif);
	background-repeat: no-repeat;
}

.text-machiko{
	width: 300px;
	height: auto;
	float: left;
	text-align: right;
	margin-left: 120px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.img-machiko{
	width: 200px;
	height: 144px;
	float: left;
	margin-bottom: 20px;
	background-image: url(../images/img02.gif);
	background-repeat: no-repeat;
}

.g-map{
	width: 750px;
	height: auto;
	float: left;
	margin-left: 45px;
	text-align: left;
}

.butasan{
	width: 182px;
	height: 262px;
	float: left;
	background-image:url(../images/butasan.gif);
	background-repeat: no-repeat;
	margin-left: 130px;
	margin-top: 5px;
}

.qr{
	width: 344px;
	height: 208px;
	float: left;
	background-image:url(../images/qr.gif);
	background-repeat: no-repeat;
	margin-top: 40px;
}

.come{
	width: 230px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 70px;
	margin-left: 30px;
}

.mobile-url{
	width: 250px;
	height: auto;
	float: left;
	text-align: left;
	font-weight: bold;
	color: #663300;
	font-size: 12px;
	margin-left: 30px;
	margin-top: 25px;
}

.machi-bana{
	width: 800px;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.footer{
	width: 800px;
	height: 110px;
	float: left;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #12ade0;
	color: #FFFFFF;
	margin-top: 20px;
}
.footer a{
	color: #ffffff;
	text-decoration: none;	
}

.box{
	width: 800px;
	height: auto;
	float: left;
}


.clear{
	clear: both;
	line-height: 0;
	height: 0;
}

