@CHARSET "UTF-8";


body {
	margin: 0;
	padding: 20px;
	text-align:center ;
	color: #666666;
	font-size: 14px;
}

.kiBtn{
	display: inline-block;
	line-height: 26px;
	padding: 0 10px;
	margin: 0;
	color: #555555;
	font-weight: bold;
	background-color: #e8e8e8\9;
	background: linear-gradient(#fefefe, #e8e8e8);
	filter: progid:DXImageTransform.Microsoft .gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#e8e8e8') dropshadow(color=#e3e3e3,offX=0,offY=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e8e8e8', GradientType=0)";  
	-moz-box-shadow: 0 1px 1px #e3e3e3;
	-webkit-box-shadow: 0 1px 1px #e3e3e3;
	box-shadow: 0 1px 1px #e3e3e3;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	text-decoration: none;
}

.kiBtn:hover{
	transition: all 1000ms;
	background-color: #bcbcbc\9;
	background: linear-gradient(#fefefe, #bcbcbc);
	filter: progid:DXImageTransform.Microsoft .gradient(GradientType=0,startColorstr='#fefefe', endColorstr='#bcbcbc');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#bcbcbc', GradientType=0)";  
	color: #777;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
	text-decoration: none;
}

.kiMi{
	padding: 0 1.5em;
}


.kiWi{
	padding: 0 3em;
}
.kiWF{
	width: 5.5em;
}


#contents {
	margin: 0 auto;
	padding: 0px;
	text-align:center ;
}
#map {
	width: 100%; height: 400px;
}

#address {
	border: 1px solid #333333;
	padding:2px;
	height:20px;
	width: 300px;
	font-size: 16px;
	background-color: #F3F5DD;
}

#find {
	font-size
}
#message {
	display: none;
	margin:20px 0;
	text-align: center;
	font-weight: bold;
}

#mapInfo {
	font-size : 10pt;
	margin: 5px 0;
	padding: 5px;
	border: 5px solid #999999;
	background-color: #F3F5DD;
}

#buttonSection {
	text-align : center;
	padding-top : 10px;
}