@charset "utf-8";

*{
	margin:0;
	padding:0;
	line-height:1.4em;
}

/* HTML TAG */
html{
	height:100%;
}

body{
	height:100%;
	font-size:80%;
}

h1{
	height:15px;
	font-weight:normal;
	font-size:70%;
	color:#666;
	background:#FFFFFF;
	text-align:right;
}

strong{
	font-weight:normal;
}

textarea{
	width:200px;
}

td{
	padding:5px;
}

fieldset{
    padding:5px;
}

legend{
    margin-left:5px;
}

/* BASE */
#Wrap{
	width:715px;
	min-height:100%;
	margin:0 auto;
	padding:0 3px;
	background:url(common/bg.gif) top left repeat-y;
}

body > #WRAP{
	height:auto;
}

#Header{
	background:url(common/headerLine.gif) bottom left repeat-x;
	width:695px;
	height:80px;
	margin:0 10px;
}

#SideL{
	width:155px;
	padding:0 0 0 10px;
	float:left;
}

#SideR{
	width:530px;
	padding:0 10px;
	float:right;
}

#Cts{
	width:510px;
	padding:0 10px;
}

#MAP{
	width:500px;
	height:400px;
	margin:30px auto 0 auto;
	padding:0;
	color:#000;
	border:1px solid #bcb19f;
}
.schedule1 {
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	vertical-align: middle;
}

.schedule1_ta {
	width:510px;
	border-collapse:separate;
	border-spacing:1px;
	margin: 0px 0px 0px 0px;
	background-color: #CCC;
	text-align: center;
}

.schedule1_ta th {
	background-color: #EFEFEF;
	padding:3px 0px 3px 0px;
}

.schedule1_ta td {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

