/*
general.css v1.0
2007/06/07
(c)2006 EXCARE PTE LTD
Written by Noriaki Shinya
*/

body {
	background-color: white;
	font-family: "MS P¥´¥·¥Ã¥¯", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-top: 0;
	text-align: center;
	}

a {
	color: #004276;
	text-decoration: none;
	}

a:hover {
	color: #cc6600;
	text-decoration: underline;
	}

a:active {
	color: #cc6600;
	text-decoration: underline;
	}

/*
a:visited {
	color: #004276;
	}
*/

img {
	border: 0;
	text-decoration: none;
	}

ul {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	}

ol {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	}

li {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	}
.floatR {
  float: right;
}
.floatL {
  float: left;
}
/* BEGIN Shell */

div#shell {
	display: block;
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	text-align: left;
	clear: both;
	}

/* END Shell */


/* BEGIN Header */

div#header {
	display: block;
	position: relative;
	width: 782px;
	_width: 780px;
	height: 70px;
	margin: 0;
	clear: both;
	}

div#header h1 {
	display: block;
	position: relative;
	float: right;
	color: #555;
	font-size: 12px;
	width: 631px;
	height: 45px;
	margin: 0;
	border: 0;
	padding: 0;
	line-height: 45px;
	font-weight: normal;
	clear: both;
	}

div#header a {
	color: #fff;
	}

div#header a.title {
	color: #555;
	text-decoration: none;
	}

div#header a.selected {
	color: #333;
	}

div#header ul.tabs {
	float: right;
	background-color: #0e2b81;
	height: 25px;
	border: 0;
	border-top: 1px solid #0e2b81;
	border-left: 1px solid #0e2b81;
	text-align: center;
	width: 631px;
	white-space: nowrap;
	}

div#header ul.tabs li {
	float: left;
	border-right: 1px solid #fff;
	white-space: nowrap;
	padding: 6px 13px 6px 13px;
	}

div#header ul.tabs li.selected {
	background-color: white;
	border-bottom: none;
	padding: 6px 13px 6px 13px;
	}

div#header ul.tabs a.selected {
	color: #333;
	}


div#header img.logo {
	display: block;
	position:absolute; top:0px; left:0px;
	width: 150px;
	height: 70px;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #0e2b81;
	padding: 0;
	}

div#header img.regist {
	display: block;
	position:absolute; top:10px; left:655px;
	width: 123px;
	height: 24px;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 1000;
	}

/* END Header */



/* BEGIN subMenu */

div#subMenu {
	display: block;
	position: relative;
	float: left;
	text-align: left;
	width: 780px;
	border-right: 1px solid #0e2b81;
	border-left: 1px solid #0e2b81;
	border-bottom: 1px solid #0e2b81;
	padding: 0;
	clear: both;
	}

/* END subMenu */


/* BEGIN Main */

div#main {
	display: block;
	position: relative;
	float: left;
	text-align: left;
	background-image: url(../img/index_background.gif);
  line-height:15px;
	width: 780px;
	border-right: 1px solid #0e2b81;
	border-left: 1px solid #0e2b81;
	padding: 0;
	clear: both;
	}

/* END Main */


/* BEGIN Footer */

div#footer {
	display: block;
	position: relative;
	text-align: center;
	font-size: 12px;
  line-height:15px;
	width: 780;
	border: 1px solid #0e2b81;
	border-top: 1px solid #0e2b81;
	padding: 7px 0 7px 0;
	clear: both;
	}

div#footer a {
	color: #666;
	text-decoration: underline;
	}

div#footer div#footerRow {
	padding: 0 0 9px 0;
	clear: both;
	}

div#footer ul {
	display: inline;
	list-style: none;
	padding: 0 8px 0 11px;
	clear: both;
	}

div#footer ul li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 8px 0 11px;
	background: none;
	}

/* END Footer */


