@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #f5f1ee;
	color: #666;
}

/*----------------*/

#wrapper {
	width: 700px;
	background-color: #f5f1ee;
	margin:70px auto 0;
}

h1 {
	width: 170px;
	height: 90px;
	background-image:url(../images/logo2.png);
	margin:0 auto 40px;
	text-indent: -9999px;
}

#kage {
	width: 700px;
	height: 4px;
	background-image:url(../images/footer_kage.png);
	margin:0 auto 40px;
}

h2 {
	font-size: 20px;
	text-align: center;
	margin:0 0 15px;
}

#aisatsu {
	font-size: 13px;
	text-align: center;
	line-height: 22px;
}

#bold {
	font-weight:bold;
	color: #666;
}

#box {
	width: 440px;
	height: 560px;
	background-color: #ebe7e5;
	margin:35px auto 20px;
	overflow:hidden;
	border-radius: 12px;/*CSS3角丸*/
}

h4 {
	font-size: 16px;
	text-align: center;
	margin:20px 0 5px;
}

#addless {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}

#tyusyaku {
	font-size: 10px;
	text-align: center;
	line-height: 14px;
	margin: 10px 0 0px;
}

#new_map {
	width: 347px;
	height: 370px;
	background-image:url(../images/copros_newmap.png);
	margin:20px 0 0 33px;
}

.iro {
	font-size: 11px;
	display: block;
	text-align: center;
}

.iro:link, .iro:visited
{color: #666; text-decoration: none;}

.iro:hover, .iro:active
{color: #b6262a; text-decoration: underline;}


#e_btn {
	width: 70px;
	height: 26px;
	font-size: 16px;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	margin:40px auto 30px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	border-radius: 4px;/*CSS3角丸*/
}

#e_btn:link, #e_btn:visited
{background-color: #003c4a; text-decoration: none;}

#e_btn:hover, #e_btn:active
{background-color: #b6262a; text-decoration: none;}

#gmap {
	width: 400px;
	height: 320px;
	margin:20px auto;
}

#metro {
	font-size: 11px;
	width: 400px;
	margin:10px auto;
}



/*----------------*/