@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	scrollbar-base-color: #def;
}
body {
	color: #555;
	background: #fff;
	font: 75%/140% "ＭＳ Ｐゴシック","Tahoma";
	text-align: center;
	height: 100%;
}
a:link, a:visited {
	color: #09f;
	text-decoration: underline;
}
a:hover {
	color: #5bf;
	text-decoration: none;
}
h1,h2,p,ul,li,dl,dt,dd,table,form,hr,iframe {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
input {
	font-family: "ＭＳ Ｐゴシック";
}
table {
	line-height: 100%;
	border: 0;
}
td {
	vertical-align: top;
}
img {
	border: 0;
}
hr {
	visibility: hidden;
	clear: both;
}
p {
	margin: 0 20px;
}
p.spacer {
	margin-bottom: 15px;
}
p.spacer2 {
	margin-bottom: 25px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
	color: #000;
}
.em {
	font-size: 120%;
	line-height: 140%;
	color: #48b;
	font-weight: bold;
}
p.bar {
	margin: 20px 0;
}
/******************** box ********************/
div#box {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
}
*html div#box　{
	height: 100%;
}
/******************** header ********************/
div#head {
	width: 800px;
	height: 100px;
	background: url(img/head.png) no-repeat top left;
}
p#logo {
	margin: 0 10px;
}
p#logo a {
	display: block;
	width: 250px;
	height: 50px;
	text-indent: -500px;
	overflow: hidden;
}
h1 {
	color: #17c;
	font-size: 85%;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 4px 25px;
}
div#head ul {
	text-align: right;
	margin-top: -20px;
}
div#head ul li {
	background: url(img/icon-arrow2.png) no-repeat left;
	padding-left: 10px;
	margin-right: 10px;
	display: inline;
	list-style-type: none;
}
/******************** left ********************/
div#left {
	width: 200px;
	float: left;
	background: url(img/menu-bg.gif) no-repeat top left;
	padding: 40px 0 9em;
}
div#left p {
	margin: 0;
}
/******************** main ********************/
div#main {
	width: 585px;
	float: right;
	margin-top: -10px;
	padding-bottom: 9em;
}
/******************** h ********************/
h2 {
    display: block;
    height: 40px;
	width: 585px;
    text-indent: -500px;
    overflow: hidden;
	margin: 20px 0 15px;
}
/******************** foot ********************/
div#foot {
	clear: both;
	width: 100%;
	background: url(img/foot.png) no-repeat bottom center;
	padding-top: 60px;
	position: relative;
	margin: -7.5em auto 0 auto;
}
*html div#foot {
	margin-top: -7.4em;
}
div#foot ul {
	text-align: right;
	font-size: 85%;
	padding: 0 10px 10px 0;
}
div#foot ul li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #ccc;
	padding: 0 4px;
}
div#foot ul li.start {
	border: none;
}
p#copyright {
	text-align: right;
	padding-bottom: 15px;
	color: #79b;
}
p#copyright a {
	text-decoration: none;
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/