@charset "utf-8";
#page {
	background: url(/etc/aitade/images/top_base_bg.jpg) repeat-x 0px 0px;
}

#topimg {
	margin-bottom: 25px;
}


#contents {
	float: left;
	width: 850px;
	padding-left: 25px;
	
}
#contents p {

}

#contents .top_topics {
	width: 850px;
	height: 45px;
	position: relative;
	clear: both;
	
}
.top_topics h3 {
	position: absolute;
	top: 0;
	left: 0px;
}
.top_topics p {
	position: absolute;
	top: 8px;
	right: 8px;
}


table.topics {
	width: 850px;
	margin-bottom: 30px;
}
.topics th,
.topics td {
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
	border-bottom: 1px dotted #969696;
	padding: 8px;
	font-weight: normal;
}

.topics th {
	width: 1%;
	white-space: nowrap;
	color: #051559;
}
a.blank {
	padding-right: 15px;
	background: url(/etc/aitade/images/top_ico_blank.gif) no-repeat right center;
}

.info {
	border: #750000 1px solid;
	padding: 15px;
	margin-bottom: 30px;
	background: #FFF;
}
.info p {
	font-weight: bold;
	color: #750000;
	text-align: center;
}
.top_link {
	margin-bottom: 25px;
}
.top_link a {
	margin: 0 auto;
	display: block;
	text-align: center;
	border: 1px #B40926 solid;
	background-color: #FCD8DE;
	border-radius: 5px;
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 0;
	width: 848px;
	vertical-align: baseline
}
.top_link a:hover {
	opacity: 0.8; /* 0.0～1.0 */
	filter: alpha(opacity=80); /* 0～100 */
}


