/*--------------------------------------------------
main
*/
body {
	background-color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
img
{
	border: 0;
	vertical-align:bottom;
}
.header {
	margin: auto;
}
.menu {
	margin: auto;
}
.menu_bg {
	background-color: #000000;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
}
.contents {
	margin: auto;
}
.contents_bg {
	background-color: #FFFFFF;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: repeat-x;
}
.footer {
	margin: auto;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/*--------------------------------------------------
contents
*/
.contents_text_title {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 14px;
	color: #999999;
}
.contents_text_body {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 11px;
	line-height: 1.5em;
}
.contents_text_body_s {
	font-size: 10px;
	line-height: 1.5em;
}
.contents_table {
	padding-right: 20px;
	padding-left: 20px;
}
.contents_table_value {
	font-size: 11px;
	line-height: 1.5em;
}
/*--------------------------------------------------
staff
*/
.staff_title {
	font-size: 12px;
	color: #666666;
}
.staff_name {
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.staff_catch {
	color: #0E0E69;
	font-size: 14px;
	line-height: 1.5em;
	padding-right: 10px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 15px;
}
.staff_desc {
	font-size: 10px;
	line-height: 1.5em;
	padding-right: 10px;
	height: 100%;
	padding-top: 20px;
}
.staff_title2 {
	font-size: 10px;
	color: #666666;
}
.staff_name2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
.staff_catch2 {
	color: #0E0E69;
	font-size: 11.5px;
	line-height: 1.5em;
	padding-right: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
.staff_desc2 {
	font-size: 10px;
	line-height: 1.1em;
	padding-right: 10px;
}
