@charset "shift_jis";
/* CSS Document */

#MainButton {
	width: 140px;
	float: left;
}

#MainFlash {
	width: 680px;
	float: right;
	text-align: right;
}


/*------------------------

clearfix未使用につき、修正パッチ配布時には注意

---------------------*/
h2 {
	clear: both;
	width: 820px;
	height: 44px;
	background: url(../img_top/top_info.gif) no-repeat;
	text-indent: -9999px;
}

dl {
	width: 820px;
	background: #f7f7f7;
	padding-top: 10px;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
dl:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

dt {
	width: 200px;
	float: left;
	text-align: center;
	font-weight: bold;
}
dd {
	width: 620px;
	padding-left: 200px;
	margin-bottom: 5px;
}