@charset "utf-8";

body {
	text-align: center;
	background-color: #FEFEFC;
}

div#OUTER {
	width: 848px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

div#OUTER:after {
	display: block;
	height: 1px;
	margin-top: -1px;
	content: "";
	clear: both;
}

div#HEADER {
	position: relative;
	width: 840px;
	height: 100px;
	margin: 0 4px;
	text-align: left;
	background: url(../images/parts_01.jpg) left bottom no-repeat;
}

body.japanese #SITE_ID {
	position: absolute;
	left: 13px;
	top: 5px;
	margin: 0;
	padding: 32px 0 0;
	background: url(../images/txt_01.gif) left top no-repeat;
}

body.english #SITE_ID {
	position: absolute;
	left: 13px;
	top: 31px;
	margin: 0;
	padding: 0;
}

ul#HEADER_MENU {
	position: absolute;
	right: 5px;
	top: 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body.japanese ul#HEADER_MENU {
	min-width: 445px;
}

body.english ul#HEADER_MENU {
	min-width: 360px;
}

ul#HEADER_MENU li {
	width: 85px;
	margin: 1px -1px 0 0;
	padding: 0;
	float: left;
	font-size: 90%;
	text-align: center;
	background-color: #FDFDFD;
	border: 1px solid #cccccc;
}

ul#HEADER_MENU>li {
	width: auto;
	min-width: 85px;
}

ul#HEADER_MENU li a {
	display: block;
	height: 10px;
	padding: 1px 0 0;
	color: #333333;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
	text-decoration: none;
}

ul#HEADER_MENU li.current {
	color: #F5F5F5;
	background-color: #F5F5F5;
}

ul#HEADER_MENU li.current a {
	color: #D0313D;
}

ul#HEADER_MENU li>a {
	width: 85px;
	height: auto;
}

ul#HEADER_MENU li a:hover {
	color: #D0313D;
	text-decoration: underline;
}

ul#HEADER_MENU li.langChange {
	margin: 0 0 0 10px;
	text-align: center;
	font-size: 100%;
	background-color: #ffffff;
	border: 2px solid #BA7087;
}

ul#HEADER_MENU li.langChange a {
	color: #BA7087;
	font-weight: bold;
}

div#LEFT_COLUMN {
	display: inline;
	width: 205px;
	min-height: 300px;
	margin: 5px 0 0 4px;
	padding: 0 0 60px;
	text-align: left;
	float: left;
	background: url(../images/parts_02.gif) left bottom no-repeat;
	border-top: 1px solid #C8C8C8;
}

ul#MAIN_MENU {
	width: 195px;
	margin: 5px;
	padding: 0;
	list-style-type: none;
}

ul#MAIN_MENU li {
	margin: 0 0 3px;
	padding: 0;
	line-height: 1.3;
	background: url(../images/parts_03a.gif) right bottom no-repeat;
	border-top: 1px solid #C2C2C2;
	border-left: 1px solid #C2C2C2;
}

ul#MAIN_MENU li a {
	display: block;
	height: 20px;
	padding: 6px 5px 6px 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/bullet_01.gif) 0 9px no-repeat;
}

ul#MAIN_MENU li>a {
	height: auto;
}

ul#MAIN_MENU li a:hover {
	color: #D0313D;
	text-decoration: underline;
}

ul#MAIN_MENU li.current {
	background: url(../images/parts_03b.gif) right bottom no-repeat;
}

ul#MAIN_MENU li.current a {
	color: #D0313D;
}

body.english ul#HEADER_MENU,
body.english ul#MAIN_MENU,
body.english ul#SUB_MENU {
	font-family:  Helvetica, Arial, sans-serif;
}

div#RIGHT_COLUMN {
	display: inline;
	width: 620px;
	margin: 12px 10px 0 0;
	padding: 0;
	text-align: left;
	float: right;
}

div#CONTENTS {
	margin: 0;
	padding: 0;
}

div#FOOTER {
	margin: 0;
	padding: 25px 4px 4px;
	text-align: center;
	clear: both;
}


div#FOOTER address#COPYRIGHT {
	margin: 0;
	padding: 4px;
	font-size: 90%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
	background-color: #EAEAEA;
}


/* 印刷用設定 */
@media print {
	body {
		border: 1px solid #666666;
	}

	div#OUTER {
		width: 100%;
		border: none;
	}

	div#HEADER,
	div#LEFT_COLUMN,
	ul#TOPIC_PATH,
	p.pageTopLink {
		display: none;
	}

	div#RIGHT_COLUMN {
		width: 100%;
		float: none;
	}
}
/* // 印刷用設定 */
