/* ##### ページ全体の定義 ##### */

body {
	margin: 0px;
	width: 100%;
	height: 100%;
	font-size:100%;
	line-height: 140%;
	font-family:"Osaka","MS P Gothic" ;
	background-color: #F5F5F3;
	color: #333333;
	text-align: center;
	background-image: url(j/images/back_ground.gif);
}
img { border: 0; vertical-align: top;}
a img { border: 0; }

caption{
	color: #2F4F4F;
	font-weight: bold;
	padding: 10px;
}

/* ##### アンカータグの定義 ##### */

/* 文字装飾 */
a {
	text-decoration: none;
	}

/* 通常のリンクの色 */
a:link {
	color: #008080;
	}

/* 読み込み済みのリンクの色 */
a:visited {
	color: #4169E1;
	}

/* マウスを上に乗せた時の色 */
a:hover {
	color: #FF4500;
	text-decoration: underline;
	}

/* ##### タイトルの定義 ##### */

#header {
	text-align: left;
	width: 750px;
	background-image: url(j/images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

#header_left {
	text-align: left;
	width: 360px;
	float:left;
	padding-top: 7px;
}

#header_right {
	text-align: right;
	width: 380px;
	float:right;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
}

#title {
	padding-top: 28px;
	padding-left: 15px;
}

#b1_area{
	padding-top: 10px;
}

#mapeng_area{
	margin: 0px;
}

#mapeng_area img{
	height: 16px;
}

#google_area{
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

#google_area form{
	margin: 0px;
}

#main_menu{
	clear:both;
	background-image: url(j/images/main_menu.gif);
	background-repeat: no-repeat;
	height: 40px;
}

#main_menu_left{
	float:left;
	width: 490px;
	margin-top: 10px;
}

#main_menu_right{
	float:right;
	width: 260px;
	text-align: right;
}

/* ##### コンテナの定義 ##### */

.container {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #FFFFFF;
	background-image: url(j/images/container_bg.gif);
	background-repeat: repeat-y;
	padding-right: 35px;
	padding-left: 35px;
}

.green_line{
	margin-right: auto;
	margin-left: auto;
	width: 820px;
}
.green_line img {
	width: 820px;
	float: left;
	background-color: #01A10C;
}

/* ##### 階層ナビゲーション ##### */

#hierarchical {
	margin: 0px;
	padding: 3px 15px;
	text-align: left;
	font-size: 13px;
}

#hierarchical a{
	color: #008080;
}

#hierarchical a:hover{
	color: #FF4500;
}

/* ##### 本文エリア ##### */

#body_area {
	width: 750px;
}

/* ##### メインエリア ##### */

#main_area {
	width: 600px;
	float:right;
	margin-top: 9px;
	margin-bottom: 20px;
}

/* ##### メニュー ##### */

#menu_area {
	width: 150px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
}


#menu_area_body {
	text-align:left;
	margin-left: 10px;
}

#menu_area li a{
	font-size: 80%;
}
	


/* ##### エントリー ##### */

.main_body_index {
	text-align: left;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 2px 5px;
	background-color: #F3F3F3;
	font-size: 90%;
	line-height: 130%;
}

.main_body_event {
	text-align: left;
	margin: 0px 10px 10px 10px;
	padding: 5px 5px 2px 5px;
	background-color: #FFFDE8;
	font-size: 90%;
	line-height: 130%;
}

.banner {
	vertical-align: top;
	margin-bottom: 8px;
}

.main_body_index h2 {
	color: #204F28;
	padding-left: 2px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #01A10C;
	font-size: 120%;
	margin-left: 2px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.main_body_index h2 img{
	vertical-align: text-bottom;
}

.main_body_event h2 {
	color: #6F1600;
	padding-left: 2px;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	border-color: #FF7925;
	font-size: 120%;
	margin-left: 2px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.main_body_event h2 img{
	vertical-align: text-bottom;
}

.main_body_text {
	padding: 0px 10px 5px 10px;
	text-align: left;
	color: #000;
}

.main_body_text p {
	margin-top: 0px;
	margin-bottom: 5px;
}

.main_body_text dl{
	padding-left: 10px;
	text-align: left;
}

.main_body_text dd{
	padding-bottom: 10px;
}

.main_body_text li{
	padding-bottom: 5px;
	text-align: left;
}

.main_body_waku {
	border:solid 1px #01A10C;
}

.main_body_waku2 {
	font-size: 80%;
	border:solid 1px #cf0a0a;
	padding: 5px;
}

.main_body_waku3 {
	font-size: 80%;
	background: #f0f0f0;
	padding: 5px;
}

.main_body_waku4 {
	font: normal normal bold 80%/150% "ＭＳ Ｐゴシック"; 
	border:solid 1px #FF4500;
	background: #FFFACD;
	padding: 5px;
}

.main_body_img1 {
	float: right;
}

.main_body_img2 {
	float: left;
}

.main_body_right {
	text-align: right;
}

div.main_body_right p {
	text-align: right;
}

.main_body_list1 { 
	list-style-image: url(j/images/point.jpg); 
	line-height: 25px;
}

.main_body_font-r { 
	color: #8B0000;
}

.main_body_font-b { 
	color: #00008B;
}

.main_body_font-s { 
	font-size: 80%; 
}

.demae_table {
  width: 590px;
  margin: 0 auto;
}

.demae_table td.a {
  padding-left: 1em;
}

.border_none td {
  border-style: none;
}

.general_body{
	text-align: left;
	margin: 0px 10px 20px 10px;
}

.general_body p {
	margin: 0px 15px 20px;
	text-align: left;
}

.general_body h2 {
	color: #FFFFFF;
	padding-left: 10px;
	border-color: #01A10C;
	font-size: 130%;
	background-image: url(j/images/h2_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 0px;
	height: 35px;
	padding-top: 10px;
}
.general_body h3 {
	margin: 10px 0px;
	border-bottom: 1px solid #008000;
	border-left: 10px solid #008000;
	background: #CDEBC3;
	padding: 3px 5px;
}
.general_body h4 {
	line-height: 0em; 
	color: #05466E;
}
.general_body h5 {
	line-height: 1em; 
	font-size: 90%;
	color: #9B002D;
	padding-left: 5px;
}
.general_body h6 {
	color: #FFFFFF;
	text-align: center;
	border-color: #01A10C;
	font-size: 120%;
	background-image: url(j/images/h3_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
	height: 27px;
	padding-top: 7px;
	font-weight: normal;
	background-position: center;
}

.general_body strong{
	font-weight: normal;
	color: #000000;
}

.general_body table{
	margin-bottom: 20px;
	text-align: center;
}

.general_body th, td{
	padding: 5px;
}

.general_body th{
	background-color: #F0FFF0;
	font-weight: normal; 
}

.gene table, th, td{
	border: none;
	line-height: 140%;
	text-align: left;
}

.gene td{
	padding:7px;
	border-top: solid 1px #2D9C5A;
	border-left: solid 1px #2D9C5A;
	border-right: solid 1px #2D9C5A;
	border-bottom: solid 1px #2D9C5A;
	font-size: 12px;
	background-color: #F5F5F3;
}

.gene_description {
	margin: 10px 0px 10px 0px;
	height: 105px;
}

.gene_text {
	height: 130px;	
}

div.gene_link {
	padding: 20px 0px 0px;
}

div.gene_link p {
	text-align: center;
}

.leftcell{
	text-align: left;
}

.topcell{
	border-top: solid 1px darkorange;
	text-align: center;
	background-color: #FFEDEC;
}



.menu_under {
	font-size: 10pt;
	text-align: right;
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 10px;
	padding-top: 2px;
} 

.menu_under a:link, .menu_under a:visited, .menu_under a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.menu_under a:hover {
	text-decoration:underline;
	color: #FFFF66;
}

/* ##### フッター ##### */

#footer {
	text-align:center;
	clear:both;
	width: 750px;
	height: 50px;
	background-color: #159C27;
}

#copyright {
	line-height: 18px;
	font-size:10px;
	text-align:center;
	color: #FFFFFF;
}

#copyright a {
	text-decoration: none;
	color: #FFFFCC;	
}

#MenuBar1 li, #MenuBar1 li ul{
	width:135px;	/* 横幅の指定 */
}

