﻿@charset 'utf-8';

/*  基本構造 -------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

/*  リンク--------------------------------------*/

A:link {text-decoration:none}
A:visited {text-decoration:none}
A:active {text-decoration:none}

/*  画像 --------------------------------------*/

img {
	border: 0;
}

ul {
	list-style-type: none;
}

/*  フロート--------------------------------------*/

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.floatN {
	float: none;
}

.clearB {
	clear: both;
}

.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */



html{
    height: 100%;
}

body {
	height: 100%;
	background: url(../images/back.jpg) repeat-x fixed #808080;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Geneva, Arial;
	line-height: 18px;
	color: #666;
	text-align: center;
}

#container {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	background-color: #FFF;
	text-align: left;
}


/*-------------------------------------------*/

header {
	width: 1000px;
	height: 30px;
	color: #FFFFFF;
	/*background-color: #FFF;*/
	position: fixed;
	top:0;
	z-index: 100;
}

header h1 {
	width: 315px;
	margin-right: 18px;
	padding-top: 5px;
	padding-left: 17px;
	background-color: #3C5A4B;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	float: left;
}

header .omni {
	font-family: Omni;
	font-size: 18px;
}


header ul {
	width: 603px;
	padding-left: 30px;
	background-color: #666;
	border-bottom: 1px solid #F5F5F5;
	float: left;
}

header li {
	width: 185px;
	height: 29px;
	color: #FFFFFF;
	line-height: 29px;
	float: left;
}

header li#enName {
	width: 200px;
}

/*-------------------------------------------*/


div.menu {
	width: 350px;
	height: 100%;
	scrollbar-face-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color:#C0C0C0;
	scrollbar-highlight-color:#C0C0C0;
	scrollbar-shadow-color:#C0C0C0;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	overflow: auto;
	position: fixed;
}

nav {
	width: 332px;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #3C5A4B;
	padding-top: 30px;
	padding-bottom: 10px;
}

nav#sideBtn {
	width: 105px;
	height: 40px;
	font-size: 12px;
	position: fixed;
	top: 15px;
	right: 0px;
	background: none;
	padding: 0;
	z-index: 101;
}
nav#sideBtn a {
	width: 60px;
	height: 40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 40px;
	letter-spacing: 0px;
	background: url(../images/btn_home.png) no-repeat;
	padding-left: 45px;
	display: block;
	color: #1A1A1A;
}

div.menu a {
	display: block;
	/*width: 100%;*/
	color: #FFFFFF;
	/*background-image: url("images/menu_over.gif");*/
}

div.amoku {
	padding-top: 25px;
	margin-bottom: 10px;
}

div.amoku a:hover {
	color: #9966FF;
	CURSOR: hand;
	background-color: #25382F;
}

div.gemoku {
	margin-top: 15px;
	margin-bottom: 5px;
}

div.gemoku a:hover {
	color: #9966FF;
	CURSOR: hand;
	background-color: #25382F;
}

div.nashi {
	margin-top: 10px;
}

div.nashi a:hover {
	color: #6666FF;
	CURSOR: hand;
	background-color: #25382F;
}

div.jouka a:hover {
	color: #33CCCC;
	CURSOR: hand;
	background-color: #25382F;
}

div.ka a:hover {
	color: #66FF99;
	CURSOR: hand;
	background-color: #25382F;
}

div.aka a:hover {
	color: #CCFF66;
	CURSOR: hand;
	background-color: #25382F;
}

div.zoku a:hover {
	color: #FFCC66;
	CURSOR: hand;
	background-color: #25382F;
}

div.amoku span.amoku {
	margin-left: 15px;
	font-family: Omni;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	margin-right: 10px;
	/*filter: shadow(color=#000000, direction=180, strength=2);*/
	width: 90;
}

div.gemoku span.gemoku {
	color: #9966FF;
	font-family: "ＭＳ Ｐゴシック";
	margin-left: 12px;
	margin-right: 5px;
}

div.nashi span.nashi {
	color: #6666FF;
	font-family: "ＭＳ Ｐゴシック";
	margin-left: 24px;
	margin-right: 5px;
}

div.jouka span.jouka {
	color: #33CCCC;
	font-family: "ＭＳ Ｐゴシック";
	margin-left: 36px;
	margin-right: 5px;
}

div.ka span.ka {
	color: #66FF99;
	font-family: "ＭＳ Ｐゴシック";
	margin-left: 48px;
	margin-right: 5px;
}

div.aka span.aka {
	color: #CCFF66;
	font-family: "ＭＳ Ｐゴシック";
	margin-left: 60px;
	margin-right: 5px;
}

div.zoku span.zoku {
	color: #FFCC66;
	font-family: "ＭＳ Ｐゴシック";
	margin-left: 72px;
	margin-right: 5px;
}

.omni {
	font-family: Omni;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	margin-right: 10px;
	/*filter: shadow(color=#000000, direction=180, strength=2);*/
	width: 90
}

/*-------------------------------------------*/

#main {
	width: 650px;
	padding-left: 350px;
	padding-top: 30px;
}

#main table {
	width: 633px;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
}

#main table a:link {color: #FFFFFF}
#main table a:visited {color: #FFFFFF}
#main table a:active {color: #99FFCC}
#main table a:hover {color: #339966}

#main table td {
	/*width: 200px;*/
	height: 22px;
	/*padding-left: 30;*/
	border-bottom: 1px solid #F5F5F5;
	background-color: #CCCCCC;
}

#main table td.Scientific {
	width: 185px;
	padding-left: 30px;
	font-style: italic;
	font-family: Geneva, Arial;
}

#main table td.ename {
	width: 200px;
	font-family: Geneva, Arial;
}

#main table td.jname {
	width: 203px;
}

#main table td.links {
	width: 15px;
	/*padding-left: 0;*/
	color: #CCCCCC;
}

#main table td.amoku a {
	/*width: 570px;*/
	padding-left: 30px;
	color: #FFFFFF;
	background-color: #808080;
	display: block;
}

/*table.main td.amoku a {
	width: 350px;
	filter: shadow(color=#000000, direction=180, strength=2);
}*/

#main table td.gemoku a {
	/*width: 555px;*/
	padding-left: 45px;
	/*color: BBAAFF;*/
	color: #DED1FF;
	background-color: #8C8C8C;
	display: block;
}

/*table.main td.gemoku a {
	filter: shadow(color=#333333, direction=180, strength=2);
	width: 350;
}*/

#main table td.nashi a {
	/*width: 525px;*/
	padding-left: 75px;
	color: #BDE0FF;
	background-color: #999999;
	display: block;
}

/*table.main td.nashi a {
	width: 350;
	filter: shadow(color=#333333, direction=180, strength=2);
}*/

#main table td.jouka a {
	/*width: 495px;*/
	padding-left: 105px;
	color: #80FFFF;
	background-color: #A3A3A3;
	display: block;
}

/*table.main td.jouka a {
	width: 350;
	filter: shadow(color=#4D4D4D, direction=180, strength=2);
}*/

#main table td.ka a {
	/*width: 465px;*/
	padding-left: 135px;
	color: #66FF99;
	background-color: #ADADAD;
	display: block;
}

/*table.main td.ka a {
	width: 350;
	filter: shadow(color=#666666, direction=180, strength=2);
}*/

#main table td.aka a {
	/*width: 435px;*/
	padding-left: 165px;
	color: #CCFF66;
	background-color: #B8B8B8;
	display: block;
}

/*table.main td.aka a {
	width: 350;
	filter: shadow(color=#999999, direction=180, strength=2);
}*/

#main table td.zoku a {
	/*width: 405px;*/
	padding-left: 195px;
	color: #FFEAB6;
	background-color: #C2C2C2;
	display: block;
}

/*table.main td.zoku a {
	width: 350;
	filter: shadow(color=#999999, direction=135, strength=1);
}*/

.omni2 {
	font-family: Omni;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	margin-right: 40px;
	/*filter: shadow(color=#666666, direction=180, strength=2);
	width: 90*/
}

.copyright {
	padding-left: 15px;
	color: #999999;
}




.style1 {
	font-size: 1px;
	line-height: 100%;
}

.style10W {
	font-size: 10px;
	line-height: 100%;
	color: #FFFFFF;
}

.style11W {
	font-size: 11px;
	line-height: 100%;
	color: #FFFFFF;
}

.style11G {
	font-size: 11px;
	line-height: 150%;
	color: #666666;
}

.text10W {
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
}

.text12W {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}

.text10W {
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
}

.style13G {
	font-size: 13px;
	line-height: 130%;
	color: #5C5C5C;
}