@charset "utf-8";
/* CSS Document */

#left_container {
	float: left;
	width: 600px;
	margin-left: 3px;
}
*html #left_container {margin-left: 1px;}

#flash_box {
	height: 390px;
	width: 600px;
	float: left;
}
#left_comment {
	width: 600px;
	background-color: #FFFFFF;
	float: left;
}
#left_comment h2 {
	font-size: 12px;
	color: #FF6600;
	text-align: left;
	margin-top: 5px;
	margin-left: 10px;
}
#left_comment p {
	text-align: left;
	margin-left: 10px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#right_container {
	width: 345px;
	float: left;
}
#right_container p {
	text-align: left;
	margin-left: 140px;
	margin-top: 9px;
	line-height: 18px;
	margin-right: 12px;
}
#right_container #pr01 {
	height: 135px;
	width: 345px;
	background-image: url(../img/top/pr_img01.gif);
	background-repeat: no-repeat;
	float: left;
	text-align: left;
}
#right_container #pr02 {
	height: 135px;
	width: 345px;
	background-image: url(../img/top/pr_img02.gif);
	background-repeat: no-repeat;
	float: left;
}

#right_container #pr03 {
	height: 135px;
	width: 345px;
	background-image: url(../img/top/pr_img03.gif);
	background-repeat: no-repeat;
	float: left;
}
#info_header {
	background-image: url(../img/top/info_header.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 335px;
	margin-left: 6px;
	margin-top: 3px;
}
#info_contents {
	width: 330px;
	margin-left: 6px;
	background-image: url(../img/top/info_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 5px;
}
*html #info_contents {margin-left: 7px; width: 335px;}

#info_footer {
	height: 15px;
	width: 335px;
	margin-left: 6px;
	background-image: url(../img/top/info_footer.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
