/* CSS Document */
/* charset */
@charset "utf-8";
/* -=-=-=-=-=-=-=-=-=-=-=- 構成 -=-=-=-=-=-=-=-=-=-=-=- */

/* index */

#hall_entry {
	margin: 30px auto 0px auto;
	text-align: center;
	clear: both;
	border: 1px solid #c00;
	padding: 0px 5px 5px 5px;
	background-image: url(../img/global/stripe.gif);
	background-repeat: repeat;
	width: 700px;
}

#hall_entry h3 {
	font-weight: bold;
	background-color: #c00;
	color: #fff;
	font-size: 18px;
	margin: 5px 0px;
	padding: 2px;
	text-align: center;
}

#hall_entry div {
	background-color: #fff;
	clear: both;
	padding: 5px 15px 10px 15px;
	text-align: left;
	font-size: 15px;
}

#hall_entry div ol {
	background-color: #fff;
	clear: both;
	padding: 5px 15px 10px 40px;
	text-align: left;
	font-size: 15px;
}

#hall_entry div ol li {
	padding: 0px 0px 10px 0px;
}

#hall_entry div p.caution {
	color: #090;
}

#hall_entry div ul {
	padding: 20px 0px;
	height: 30px;
}

#hall_entry div ul li {
	padding: 0px 0px 0px 20px;
	background-image: url(../img/global/list_red.gif);
	background-repeat: no-repeat;
}

#hall_entry div ul li.adobe {
	float: left;
	width: 440px;
	font-size: 13px;
	background-image: none;
}

#hall_entry div ul li.adobe_icon {
	float: left;
	width: 120px;
	background-image: none;
}

#hall_entry div.bot {
	margin: 30px;
	clear: both;
	background: none;
	height: 40px;
}

#hall_entry div.bot dl.hall_entry_bot {
	float: left;
	width: 300px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

#hall_entry div.bot dl.company_entry_bot {
	float: right;
	width: 300px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.topagetop {
	width: 960px;
	clear: both;
	text-align: right;
	padding: 10px 0px; 
}

/* rules */

#hall_entry h4 {
	background: none;
	font-size: 16px;
	color: #900;
	margin: 0px;
	padding: 15px 0px 5px 0px;
	border: none;
}
