@charset "utf-8";

/* Start of common layout */
@import url(common.css);

.wrapper {
	width: 720px;
	margin: 0 auto 0 auto;
}

/* HEADER */
#header{
	width:720px;
	height:160px;
	padding-top: 5px;
	padding-left: 10px;
}

#title_left{
	float: left;
}

#title_pic {
	width: 140px;
	height: 140px;
}

#title_right{
	margin-left:160px;
	color:#e5e5e5;
	line-height: 2.4em;
}

h1{
	line-height: 1.2em;
}

/* END OF HEADER*/

/* MAP + NAV*/

#body00{
	width:720px;
	margin: 0 5px 0 5px;
	padding-top:5px;
}
#map_left{
	width: 300px;
	float: left;
}
#m00 {
	width: 200px;
	height: auto;
}
#map_right{
width:400px;
	float: right;

}

/* END OF MAP+NAV*/

/* MAINBODY*/

#mainbody{
	width: 710px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	font-family: century;
}

#body01{
	height:auto;
	background-color:#FFEAFC;
	font-family: sans-serif;
	font-size: 12.0pt;
	line-height: 1.6em;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:20px;
}

.lists4area li{
	width:96%;
	line-height: 2.8em;
}


#footer {
	width: 710px;
	height: 250px;
	margin: 0 5px 0 0px;
	padding: 10px 0px 20px 20px;
}

p.il_block_4_easytoutch{
	margin: 10px auto 0 auto;
	display: inline-block;
	width:30%;
	height:40px;
	text-align: center;
	font-size: 16.0pt;
}

