@charset "UTF-8";

body {
	background:url(../images/apex/bg.jpg) top repeat-x;
}

#head {
	height:55px;
}

#head #headnavi {
	margin-top:18px;
	width:548px;
}

#head #headnavi li {
	padding-left:10px;
	float:left;
}

/*index------------------------------------------------------------*/


body#index #main {
	background:url(../images/apex/main_bg.jpg) center top no-repeat;
	width:910px;
	height:467px;
	margin-bottom:15px;
}

body#index #main h2 {
	margin:0;
	padding:71px 0 0 69px;
}

body#index #main p {
	padding:19px 0 0 69px;
}

body#index #main ul {
	padding:8px 0 0 71px;
}

body#index #main ul li {
	float:left;
	margin-right:19px;
}

/*under------------------------------------------------------------*/

body#under #container {
	background:url(../images/apex/container_bg.jpg) center repeat-y;
}

body#under #container-inner {
	background:url(../images/apex/container_top.jpg) center top no-repeat;
	padding:40px;
}

body#under #container-inner p {
	margin-bottom:20px;
}

body#under #container-inner h2 {
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	background:url(../images/under/common/line.gif) bottom repeat-x;
	font-weight:bold;
	font-size:120%;
}

body#under #container-inner h3 {
	margin:10px 10px 10px 0;
	padding-left:10px;
	font-weight:bold;
	border-left:#444 solid 3px;
}

body#under #container-inner .alpha {
	float:left;
	width:400px;
}

body#under #container-inner .beta {
	float:right;
	width:400px;
}

body#under #container-inner table {
	width:100%;
	border:#dbd8d8 solid 1px;
	border-collapse:collapse;
	font-size:100%;
}

body#under #container-inner table.history {
	width:65%;
}

body#under #container-inner table th {
	background:#f3f3f1;
	border:#dbd8d8 solid 1px;
	padding:5px 10px;
	white-space:nowrap;
}

body#under #container-inner table td {
	border:#dbd8d8 solid 1px;
	padding:5px 10px;
}

body#under #container-inner .map {
	padding-top:20px;
	clear:both;
}

body#under #container .gototop {
	background:url(../images/apex/container_btm.jpg) center bottom no-repeat;
	clear:both;
	text-align:right;
	padding:0 40px 40px 0;
}

