@charset "Shift_JIS";

/* 全体枠 */

#content1 {
	width:100%;
	height:350px;
	margin:0;
	padding:0;
}

#content1_inner {
	margin:5px 0 0 0;
}

#content2 {
	clear:both;
	height:185px;
}

#content2_inner {
	width:100%;
	margin:0 0 0 0;
	background-color:white;
	border:1px solid #033669;
}

*:first-child+html #content2_inner {	/* IE7対応 */
	width:100%;
	margin:8px 0 0 0;
	background-color:white;
	border:1px solid #033669;
}

* html #content2_inner {	/* IE6対応 */
	width:100%;
	margin:5px 0 0 0;
	background-color:white;
	border:1px solid #033669;
}

/* コンテンツ上部 */

#menu {
	float:left;
	width:300px;
}

#menu_box {
	height:328px;
	background:#F0F8FF url(../img/bg_001.gif) left top repeat-y;
	border:1px solid #033669;
	overflow:auto;
}

#detail {
	height:100%;
	margin:0 0 0 305px;
}

*:first-child+html #detail {	/* IE7対応 */
	height:100%;
	margin:0 0 0 307px;
}

* html #detail {	/* IE6対応 */
	height:100%;
	margin:0 0 0 302px;
}

#detail_box {
	height:328px;
	background-color:white;
	border:1px solid #033669;
	overflow:auto;
}

.label_box {
	width:100%;
	height:17px;
	background:white url(../img/bg_label_002.gif) left top repeat-x;
	border-top:1px solid #033669;
	border-left:1px solid #033669;
	border-right:1px solid #033669;
	text-align:center;
}

.label {
	margin:0;
	padding:3px 0 0 0;
	font-size:70%;
	font-weight:bold;
	text-overflow:ellipsis;
}

/* コンテンツ下部 */

#select {
	float:left;
	width:120px;
}

#select_box {
	width:100%;
	height:178px;
	background-color:#F0F8FF;
	border-right:1px solid #033669;
}

#select_label_box {
	width:100%;
	height:20px;
	background:#033669 url(../img/bg_label_001.gif) left top repeat-x;
	text-align:center;
}

#select_label {
	padding:3px 0 0 0;
	color:silver;
	font-size:70%;
	font-weight:bold;
	vertical-align:middle;
}

#button_box {
	width:100%;
	height:158px;
	text-align:center;
}

#button_box_inner {
	margin:0;
	padding:3px;
}

#button_box input.submit_button {
	width:85%;
	height:18px;
	margin:2px 0 0 0;
	padding:1px 0 1px 0;
	color: #033669;
	font-size : 12px;
	background:white url(../img/bg_label_003.gif) left top repeat-x;
	border: #033669 1px solid;
}

#list {
	height:180px;
	margin:0 0 0 122px;
}

*:first-child+html #list {	/* IE7対応 */
	height:180px;
	margin:0 0 0 122px;
}

* html #list {	/* IE6対応 */
	height:180px;
	margin:0 0 0 120px;
}

#list_box {
	width:100%;
	height:100%;
	overflow:hidden;
	font-family:Times New Roman, Times, serif;
}
*:first-child+html #list_box {	/* IE7対応 */
	width:100%;
	height:100%;
	overflow:hidden;
	font-family:Times New Roman, Times, serif;
}
* html #list_box {	/* IE6対応 */
	width:100%;
	height:180px;
	overflow:hidden;
	font-family:Times New Roman, Times, serif;
}

