/* charset */
@charset "iso-2022-jp";

#welcome {
	width: 600px;
	float: left;
}
#welcome_pict {
	float: left;
	padding-left: 10px;
	height: 170px;
	width: 170px;
}
#welcome_message {
	float: left;
	width: 400px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px!important;
	margin-bottom: 50px;
}
#info {
	clear: left;
	width: 600px;
	margin-bottom: 20px;
	float: left;
}
#info dl {
	width: 580px;
	padding-right: 10px;
	padding-left: 10px;
	height: 250px;
	overflow: auto;
}
#info dt {
	font-weight: bold!important;
	background-image: url(../images/list_icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	font-size: 14px!important;
	color: #0099FF;
}#info dt a {
	color: #0099FF;
}
#info dd {
	padding-left: 15px;
	font-size: 12px!important;
}
#info .date {
	text-align: right;
	margin-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6699;
	padding-left: 15px;
}
#big_banner {
	width: 600px;
	margin-bottom: 40px;
}
#big_banner img {
	width: 598px;
}