/* Basic
------------------------------ */
* {
	margin:0;
	padding:0;
}

html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background: #ffadc8;
}

a { text-decoration: none; }

a:link {
	color:#FF3399;
	text-decoration:none;
}

a:visited {
	color:#FF3399;
	text-decoration:none;
}

a:active {
	color:#FF66CC;
	text-decoration:underline;
}

a:hover {
	color:#FF3399;
	text-decoration:underline;
}

.list { display:none; }

h1, h2 { display:none; }

h3, h4 { font-size: xx-small; }

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* sutamap_Layout
------------------------------ */
#container {
	text-align: center;
	width: 950px;
	margin: 0px auto 10px;
	background: #FFFFFF url(../images/h1_sutasutamap.gif) no-repeat left top;
}

#header {
	padding: 218px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:218px;
	background: url(../images/3th01_bg_01.gif) no-repeat center top;
}
#left_side {
	margin: 0px;
	padding: 0px 0px 0px 80px;
	text-align: left;
	float: left;
	width: 325px;
}

#right_side {
	margin: 0px;
	padding: 35px 20px 0px 0px;
	text-align: left;
	float: right;
	width: 504px;
}

/* sutamap_LEFTside
------------------------------ */
#left_side form {
	margin: 0px;
	padding: 0px;
	width: 325px;
}

#left_flash {
	margin: 0px;
	padding: 0px;
	height: 400px;
	width: 325px;
}

#distance {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.3em;
	font: bold 24px/normal "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
}

#step {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.3em;
	font: bold 24px/normal "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
}

.step_area {
	margin: 12px 0px 0px;
	padding: 0px;
	height: 65px;
	width: 325px;
	border: 1px solid #999999;
	display: block;
}

.text_attn {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: left;
	margin: 15px 0px;
	padding: 0px;
	width: 325px;
}

/* sutamap_RIGHTside
------------------------------ */
.text_read {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	margin: 0px 0px 15px;
	padding: 0px;
	width: 504px;
}

#right_search {
	background: url(../images/search_bg.gif) no-repeat left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 504px;
	height: 55px;
}

#mapSearchButton {
	background: url(../images/btn_search.gif) no-repeat left top;
	text-indent: -999px;
	display: block;
	margin: 28px 15px 0px 0px;
	padding: 0px;
	height: 23px;
	width: 80px;
	float: right;
	border-style: none;
}

#map {
	margin: 10px 0px 0px;
	padding: 0px;
	height: 400px;
	width: 500px;
	border: 2px solid #bd725f;
	background: #f5f5f5;
	text-align: left;
	clear: both;
}
#right_clear {
	background: url(../images/clear_bg.gif) no-repeat left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 133px;
	height: 50px;
}


#right_clear img {
	margin: 25px 0px 0px;
	padding: 0px;
	height: 23px;
	width: 80px;
}

