@charset "utf-8";
/*----------
reset.css
-----------*/
@import"reset.css";

/*----------
common.css
-----------*/
@import"common.css";

/*==========
content
===========*/
#content{
	width: 780px;
	clear: left;
	float: left;
}

#content div.title{
	background: url(common/line.jpg) no-repeat 25px 20px;
	width: 170px;
	height: 98px;
	float: left;
}

#content h2{
	padding-left: 55px;
	padding-top: 30px;
	color: #FF6600;
	font-size: 1.8em;
}
/*==========
table
===========*/
#content table{
	float: left;
	width: 596px;
	margin-top: 65px;
	border: #CCCCCC 1px solid;
}

#content table tr{
	border: #EFEFEF solid 1px;
	padding: 3px;
}

#content table th{
	width: 90px;
	border: #ccc 1px solid;
	padding: 3px;
	background-color: #EFEFEF;
}

#content table td{
	width: auto;
	border: #ccc solid 1px;
	padding: 3px;
}
/*==========
bottom
===========*/
#content #bottom{
	float: left;
	width: 780px;
}

#content #bottom div.title2{
	background: url(common/line.jpg) no-repeat 25px 20px;
	width: 170px;
	height: 98px;
	float: left;
}

#content #bottom h3{
	padding-left: 90px;
	padding-top: 30px;
	color: #FF6600;
	font-size: 1.8em;
}

#content #bottom div.map{
	width: 600px;
	float: left;
	margin-top: 60px;
	margin-bottom: 10px; 
}

#content #bottom div.map p.illust{
	float: left;
	width: 453px;
}

#content #bottom div.map p.pic{
	float: left;
	width: 147px;
	margin-bottom: 20px;
}

#footer{
	border-top: #999999 1px dotted;
}

p.pagetop{
	margin-left: 680px;
	clear: left;
	margin-bottom: 10px;
}