@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFFF;
}
#wrpper {
	width: 900px;
	margin: 0px auto;
}
#headder  {
	height: 85px;
	width: 900px;
	background: url(../fair_detail/img/back.jpg);
}
#headder #title {
	width: 360px;
	font-size: 24px;
	border-left: 20px solid #343434;
	padding-left: 20px;
	margin-top: 25px;
	float: left;
	margin-left: 20px;
}
#headder #title2 {
	width: 380px;
	font-size: 22px;
	border-left: 20px solid #343434;
	padding-left: 20px;
	margin-top: 25px;
	float: left;
	margin-left: 20px;
}
#headder #title3 {
	width: 380px;
	font-size: 19px;
	padding-left: 20px;
	margin-top: 25px;
	float: left;
	margin-left: 20px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #343434;
}
#headder #phone {
	height: 85px;
	width: 200px;
	float: left;
}
#headder #phone p {
	height: 85px;
	width: 200px;
	background: url(../fair_detail/img/phone.jpg);
	text-indent: -9999px;
}
#headder #reserve {
	float: right;
	height: 85px;
}
#reserve li {
	height: 50px;
	width: 210px;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 20px;
}
#reserve a {
	height: 100px;
	width: 210px;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}
a.reservebt {
	background: url(../fair_detail/img/yoyaku_bt.jpg);
	height: 50px;
	width: 210px;
}
a:hover.reservebt   {
	background: url(../fair_detail/img/yoyaku_bt.jpg) 0px -50px;
	height: 50px;
	width: 210px;
}
#wrpper #main {
	clear: both;
}
#imagearea {
	height: 560px;
	width: 450px;
	margin: 20px 20px 20px 15px;
	float: left;
}
*html #imagearea {
	height: 560px;
	width: 450px;
	margin: 10px 10px 10px 7px;
	float: left;	
}	

#textarea {
	width: 400px;
	height: 560px;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}

*html #textarea {
	width: 400px;
	height: 560px;
	float: right;
	margin-top: 10px;
	margin-right: 7px;
}

#textarea h2 {
	font-size: 14px;
	display: inline-block;
	background: #343434;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding: 10px;
}
#textarea .time {
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 10px;
}
#textarea p {
	margin-bottom: 10px;
}
#textarea ul {
	padding-bottom: 20px;
}
#textarea li {
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 5px;
}
#textarea #caution {
	border: 1px solid #323232;
	background: #EFEFEF;
}
#caution p {
	font-size: 14px;
	color: #343434;
	margin-left: 20px;
	line-height: 1.6em;
	margin-top: 10px;
}

