@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* wrapper style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#wrapper {
	width: 867px;
	text-align: center;
	background-image: url(../images/background_image_01.gif);
	margin: 0px auto 0px auto;
	padding: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header style                                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 797px;
	_width: 867px;
	height: 123px;
	text-align: left;
	background-image: url(../images/header.gif);
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 70px;
}
div#header h1 {
	width: 450px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* container style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	width: 747px;
	_width: 867px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 60px 0px 60px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* sidebar style                                                          */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	width: 185px;
	float: left;
	margin: 0px;
	padding: 0px;
}
div#sidebar ul {
	clear: both;
}
div#sidebar ul li {
	list-style: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* navigation style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul#navigation {
	width: 166px;
	_width: 185px;
	height: 316px;
	_height: 320px;
	background-image: url(../images/background_image_02.gif);
	margin: 0px 0px 5px 0px;
	padding: 4px 11px 0px 8px;
}
ul#navigation li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* container style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	width: 550px;
	_width: 552px;
	text-align: left;
	float: right;
	margin: 0px auto 0px auto;
	padding: 0px 2px 0px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer style                                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	width: 747px;
	_width: 867px;
	height: 80px;
	_height: 100px;
	clear: both;
	text-align: right;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 20px 70px 0px 50px;
}
#menu {
	margin: 0px;
	padding: 5px 0px 0px 15px;
}
#menu li {
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	background-image: url(../images/icon_arrow_02.gif);
	background-repeat: no-repeat;
	background-position: top left;
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 14px;
}
#menu li a {
	color: #9c9c9c;
}
#menu li a:hover {
	color: #993300;
	text-decoration: underline;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* table style                                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
table.table {
	background-color: #D7D7D7;
}
table.table tr {
	border-bottom: solid 1px #CCCCCC;
}
table.table tr th {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	font-weight: normal;
	border: solid 1px #FFFFFF;
	background-color: #ccddff;
	text-align: center;
	padding: 5px;
}
table.table tr td {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	border: solid 1px #FFFFFF;
	background-color: #ffffff;
	padding: 5px;
}
table.table tr td.b {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	border: solid 1px #FFFFFF;
	background-color: #ededff;
	padding: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/