* {
	margin:0;
	padding:0;
	font: 12px/1.2 "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","ＭＳ Ｐゴシック", sans-serif;
}

img {
	border:0;
}

body {
	text-align:center;
}

a {
	text-decoration:none;
}

a:link {
	color:blue;
}

a:visited {
	color:blue;
}

a:hover {
	color:red;
}

a:active {
	color:red;
}

#header {
	width:100%;
	position:fixed;
	_position:absolute;
	z-index:3;
	top:0;
	/left:0;
}

#header_menu {
	background-image:url(../img/head.gif);
	margin:0 auto;
	margin-bottom:10px;
	width:900px;
	height:73px;
	overflow:hidden;
	text-align:left;
}

#container {
	width:900px;
	margin:0 auto 100px auto;
	overflow:hidden;
	position:relative;
	top:75px;
	z-index:2;
}

#copy img {
	float:left;
	margin:0 5px;
	width:60px;
	height:60px;
}

#footer {
	margin:10px auto 0 auto;
	clear:both;
	width:900px;
}

#copy {
	background-color:#666;
	color:#fff;
	font-size:12px;
	margin:3px auto 0 auto;
	text-align:left;
	padding:5px;
	line-height:15px;
}

h1 {
	float:left;
	margin:0;
	margin-left:2px;
	font:bold 10px monospace;
}

.cap {
	margin:0;
	font:bold 10px monospace;
}

h2 {
	margin:20px 0;
	margin-left:270px;
	_margin-left:134px; /* 0908 修正*/
	color:#fff;
	float:left;
}

.cap2 {
	margin:20px 0;
	color:#fff;
}

#footer ol {
	margin:3px auto;
	width:auto;
	height:16px;
	font-size:13px;
	color:#000;
	text-align:center;
	list-style:none;
}

#footer ol li {
	display:inline;
	border-left:1px solid #000;
	padding:0 5px;
}

#footer ol li.last{
	display: inline; 
	border-left:1px solid #000;
	padding:0 5px;
	border-right:1px solid #000;
}

#footer ol li a {
	color:#000;
}

#footer ol li a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.back {
	cursor:pointer;
	color:blue;
	font-size:12px;
	margin-top:10px;
}

.back:hover {
	color:red;
	text-decoration:underline;
}

.click:hover {
	cursor:pointer;
	color:#FF0000;
	text-decoration:underline;
}

hr {
	border:solid #666;
	border-width:1px 0px 0px 0px;
	height:1px;
	margin:15px auto;
}

.clear {
	clear:both;
	font-size:1px;
}

.left {
	float:left;
	text-algin:left;
}

.right {
	float:right;
	text-algin:right;
}

/*以下ヘッダーにあるメニュー*/

div#navi {
	width:100%;
	position:fixed;
	_position:absolute;
	z-index:4;
	top:13px; /*ロゴの高さの位置はここで決定*/
	/left:0;
}

div#navi ul {
	overflow:hidden;
	width:900px;
	margin:0 auto;
	text-align:left;
}

div#navi ul li {
	float:left;
	list-style:none;
}

div#navi ul li.menu {
	padding:0 5px;
	margin-top:38px; /*テキストの高さの位置はここで決定*/
	border-right:1px solid maroon;
}

div#navi ul li.fast {
	border-left:1px solid maroon;
}

div#navi ul li a {
	color:maroon;
}

div#navi ul li a:hover {
	color:red;
}

