@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

.body_frame {
	width: 800px;
	background-color: #FFFFFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.body_frame_footer {
	margin-top: 10px;
}

.body_frame_left {
	width: 500px;
	background-color: #FFFFFF;
}

.body_frame_right {
	width: 300px;
	background-color: #FFFFFF;
	float: right;
}

img {
	margin: 0px;
	padding: 0px;
}

.headline_table {
	padding: 0px;
	border: 1px solid #333333;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.headline_table th {
	padding: 5px;
	margin: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	background-position: left;
	height: 20px;
	line-height: 150%;
	text-align: left;
	background-image: url(img/aria_titlebar.jpg);
}

.headline_table td {
	margin: 10px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: ridge;
	border-top-color: #333333;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	height: 20px;
	line-height: 150%;
	background-color: #FFFFFF;
	vertical-align: top;
}

.window_table {
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}

.window_table th {
	text-align: left;
}

.window_table td {
	padding: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #666666;
	background-color: #F6F6F6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
