@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

A:link,
A:visited,
A:hover,
A:active {
	text-decoration : none; 
}

a:link {
	color: #00f; 
}



a:hover {
	color: #f00; 
}

a:active {
	color: #f00; 
}

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
BODY {
  font-size: 85%;
  text-align: center;
  font-family: "メイリオ", Meiryo "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-color : white;
}

#wrapper {
	text-align: left;
	width : 1000px;
	margin-right : auto;
	margin-bottom : 10px;
	margin-left : auto;
	background-repeat : repeat;
	background-color : #8080ff;
	background-image : url(../img/main_blue.gif);
	height: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	overflow: visible;
}

#header {
  width: 100%;
  height : 250px;
  margin-bottom : 25px;
  position: relative;
  background : white url(../img/header.jpg) no-repeat 0px 0px;
  color : #8080ff;
  top : 25px;
}

#contents {
  
  width : 544px;
  position : relative;
  
  
  
  top : auto;
  left : auto;
  float : left;
  bottom : auto;
  right : auto;
  
  height : auto;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #000099;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #000099;
  
  margin-top : 5px;
  margin-bottom : 5px;
  padding-left : 5px;
  padding-right : 5px;
}

#sidebar {
	float: left;
	width: 200px;
	top : 0px;
	height : auto;
	bottom : auto;
	padding: 3px;
	position: relative;
	left: 2px;

}

.sidebar_right {
	width : 226px;
	top : 275px;
	padding-top : 5px;
	right : 0px;
	float : left;
	left : auto;
	height : auto;
	padding-left : 5px;
	padding-right : 3px;
	bottom : auto;

}


#footer {
	clear: both;
	background-image : url(../img/main_blue.gif);
	color: ffffff;
	padding-top: 10px;
	padding-bottom: 5px;
  color : white;
}

#contents_box{
	width : 1000px;
	position : relative;
	float : left;
	bottom : auto;
	right : auto;
	left : -2px;
	background-color : #ffffff;
  
  
  
  
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : #8080ff;
  border-right-width : 2px;
  border-right-style : solid;
  border-right-color : #8080ff;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-size : 350%;
  font-weight : bold;
  
  position: absolute;
  top : 40px;
  
  font-family : HG丸ｺﾞｼｯｸM-PRO,"KF-B5 Gothic";
  left : 130px;
  
  text-decoration : none;
  color : #0f0f7b;
　text-shadow: 3px 3px 5px blue; 
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo {
  font-size: 140%;
  position: absolute;
  top: 20px;
  left : 130px;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  color : #0f0f7b;
  font-weight : bold;
}

.logo A {
  text-decoration: none;
  
}

.logo a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #ff0000;
}

/* -- 概要 -- */
.description {
  
  color : #8080ff;
  position : absolute;
  
  left : 40px;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  font-weight : bold;
  top : 130px;
  display : none;
}

/*---------------------------------------グローバルナビ部分*/
#globalnavi {
  font-size: 95%;
  list-style-type: none;
  width : auto;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  top : 120px;
  z-index : 1;
}

#globalnavi li {
  width : 200px;
  float: left;

}

#globalnavi li a {
  text-align: center;
  text-decoration: none;
  width : 200px;
  height : 20px;
  display: block;
  padding-top: 12px;
  background-image : url(../img/back_blue.gif);
  background-repeat : repeat-x;
  color : white;
  font-size : 18px;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  font-weight : bold;
}

#category01 a {
	background-position: 0 0; 
}

#category02 a {
	background-position: -200px 0; 
}

#category03 a {
	background-position: -400px 0; 
}

#category04 a {
	background-position: -600px 0; 
}

#category05 a {
	background-position: -800px 0; 
}

#globalnavi LI A:hover {
  text-decoration: none;
  background-image : url(../img/back_blue.gif);
  background-repeat : repeat-x;
  color : aqua;
  background-color : navy;
  
  
}

#category01 a:hover {
	background-position: 0 -40px; 
}

#category02 a:hover {
	background-position: -200px -40px; 
}

#category03 a:hover {
	background-position: -400px -40px; 
}

#category04 a:hover {
	background-position: -600px -40px; 
}

#category05 a:hover {
	background-position: -800px -40px; 
}

/*--サブメニュー部分--*/

#globalnavi ul {
  list-style-type: none;
  width : auto;
  height: auto;
  position: static;
  
  
  
}

#globalnavi ul li {
  width : auto;
  float: none;
  
}

#globalnavi ul li a {
  text-align: left;
  text-decoration: none;
  width : auto;
  height: auto;
  display: block;
  padding: 4px;
  border: 1px outset #690;
  background-image: none;
  background-color : navy;
  
  
  font-size : 90%;
  
}

#globalnavi UL LI A:hover {
  text-decoration: none;
  border: 1px outset #666;
  background-image: none;
  background-color: #666;
  color: #fff;
}

#globalnavi .menu ul {
	display: none; 
}

#globalnavi .menuOn ul {
	display: block; 
}

/* -------------------------------------------------------------



/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* -- 見出し -- */


h3{
	font-size: 120%;
  	font-weight : bold;
  	
 	 
 	 padding-left : 5px;
 	 background: url(img/bg-h.gif) no-repeat 0 0;
	margin-top : 20px; 

  color : #333399;
  border-bottom-width : 1px;
  border-bottom-style : outset;
  border-bottom-color : #333399;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #333399;
  
  bottom : auto;
  right : auto;
  line-height : 1.5em;
  margin-left : 5px;
  margin-right : 5px;
}

h4 {
	
  	font-weight : bold;
 	 
 	 
 	 background: url(img/bg-h.gif) no-repeat 0 0;
	 

  color : #8281ad;
  margin-top : 3px;
  line-height : 120%;
  margin-left : 25px;
}

h5 {
	font-size : 100%;
  	font-weight: bold;
 	 padding-top: 5px;
 	 padding-left: 5px; 

  margin-top : 1em;
  margin-bottom : 0.3em;
}

h6 {
	font-size: 140%;
  	font-weight: normal;
 	 padding-top: 5px;
 	 padding-left: 5px; 
}

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* -- カテゴリタイトル -- */
.side-title {
  height: 30px;
  padding: 10px 5px 0;
  background : transparent url("../../../../../Documents and Settings/ＴＬＣ/My Documents/中医研ホームページ/ホームページ・リニューアル/img/back_blue.gif") no-repeat scroll 0px 0px;
  float : left;
  width : 190px;
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  font-weight : bold;
  font-size : 16px;
  color : white;
  display : none;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  background: url(img/bg-localnavi.gif) no-repeat 0 100%;
}

.localnavi li {
	display: inline; 
}

.localnavi a {
  text-decoration: none;
  display: block;
  width: 190px;
  padding: 5px 5px 10px;
  background: #ccc url(img/bg-localnavi-li.jpg) no-repeat 0 100%;
  color: #000;
}

.localnavi a:hover {
  text-decoration: none;
  background: #cc9 url(img/bg-localnavi-li.jpg) no-repeat -200px 100%;
  color: #f00;
}

/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p {
	text-align: center; 
}

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 20px;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #ccc;
}

textarea{
  width : 200px;
  height : 70px;
  float : left;
  position : absolute;
  top : 175px;
  z-index : 0;
  font-size : x-small;
  color : #8080ff;
}

#net_seminar{
  top : 150px;
  position : absolute;
  
  width : 530px;
  height : 83px;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 10px;
  padding-bottom : 5px;
  
  left : 200px;
}

.history{
  width : 226px;
  height : 83px;
  
  position : absolute;
  top : 153px;
  float : right;
  

  padding-top : 2px;
  padding-left : 2px;
  padding-right : 2px;
  padding-bottom : 2px;
  right : 3px;
  bottom : auto;
  
  
  
  
  

  background-image : url(../50kinen/kabe-botan.GIF);
  line-height : 1;
}

#bar{
  background-image : url(../img/main_blue.gif);
  width : 200px;
  height : 18px;
  position : relative;
  background-repeat : repeat-x;
  top : 155px;
  
  font-size : 16px;
  color : white;
  font-weight : bold;
  padding-left : 5pt;
  margin-left : 2px;
}



h2{
  color : white;
  font-size : 18px;
  background-image : url(../img/main_blue.gif);
  background-repeat : repeat-x;
  padding-left : 5px;
  
  width : auto;
  height : 22px;
  
  
  margin-bottom : 2px;
  position : relative;
  font-family : Verdana,"Arial Black";
  
  vertical-align : 1px;
  
}

#goto_image{
  top : 15px;
  right : 20px;
  position : absolute;
}


.word{
  margin-top : 1.2em;
  margin-left : 25px;
  margin-right : 10px;
  
  font-size : 90%;
  color : #242424;
  line-height : 1.2em;
  width : 40em;
  padding-bottom : 20px;
}

#date{
  font-size : 60%;
  color : gray;
  margin-bottom : 0px;
  margin-top : 20px;
  font-weight : normal;
  float : right;
  letter-spacing : 0.1em;
}

.indexmap{
  width : 250px;
  height : 210px;
  
  text-decoration : none;
  
  position : relative;
  padding-left : 0px;
  
  bottom : auto;
  right : auto;
  left : -65px;
  
}
.indexmap a{
  position : relative;
  font-size : 12px;
  font-weight : bold;
  color : white;
  text-decoration : none;
  width : 100px;
  
  
  
  
  
}



/*ボタン左（通常時）*/  
a#kyusyu {
	  
  margin:0px;padding-left : 0.5em;display:block;
  background : url(../img/map/kyusyu.gif);
  background-repeat : no-repeat;   
  width: 45px; /* 画像1枚分の横幅 */
  height : 64px; /* 画像1枚分の高さ */
  position:  absolute;   
  top : 129px;
  left : 67px;


  
  
}   


a#sikoku {
  padding : 2px 0px 0px 0.5em;list-style:none;display:block;
  background-image : url(../img/map/sikoku.gif);background-repeat : no-repeat;  
  width : 37px;
  height : 30px;
  position : absolute;  
  top : 160px;
  left : 110px;
  z-index : 20;

}   



a#kansai {
  padding : 5px 3.5em 0px;display:block;
  background-image : url(../img/map/kansai.gif);background-repeat : no-repeat;  
  width : 73px;
  height : 64px;
  position : absolute;
  top : 129px;
  left : 109px;


  
}   




a#chubu{
  padding-left : 0.5em;display:block;
  background-image : url(../img/map/chubu.gif);background-repeat : no-repeat;  
  
    width: 80px; /* 画像1枚分の横幅 */
    height: 62px; /* 画像1枚分の高さ */
    position:  absolute;   
    top : 113px;
    left : 185px;
  right : auto;
}



a#kanto {
	  
  padding : 0px 0px 0px 3em;list-style:none;display:block; 
    background : url(../img/map/kanto.gif);background-repeat : no-repeat;   
    width: 82px; /* 画像1枚分の横幅 */
    height: 48px; /* 画像1枚分の高さ */
    position:  absolute;   
    top : 145px;
    left : 216px;
} 
  
a#tohoku {
  padding : 0px 0px 0px 0.5em;list-style:none;display:block;   
    background : url(../img/map/tohoku.gif);background-repeat : no-repeat;   
    width: 47px; /* 画像1枚分の横幅 */
    height: 61px; /* 画像1枚分の高さ */
    position:  absolute;   
    top : 82px;
    left : 248px;
}  

a#hokkaido {
	  
  padding : 0px 0px 0px 0.5em;display:block; 
    background : url(../img/map/hokkaido.gif);background-repeat : no-repeat;   
    width: 70px; /* 画像1枚分の横幅 */
    height: 46px; /* 画像1枚分の高さ */
    position:  absolute;   
    top : 34px;
    left : 232px;
}  


/*ボタン左（オンマウス時）*/
A:hover#kyusyu {
	background : url(../img/map/kyusyu.gif) no-repeat left bottom; 
}
A:hover#sikoku {
	background : url(../img/map/sikoku.gif) no-repeat left bottom; 
}
A:hover#kansai {
	background : url(../img/map/kansai.gif) no-repeat left bottom; 
} 
A:hover#chubu {
	background : url(../img/map/chubu.gif) no-repeat left bottom; 
}      
A:hover#kanto {
	background : url(../img/map/kanto.gif) no-repeat left bottom; 
}
A:hover#tohoku {
	background : url(../img/map/tohoku.gif) no-repeat left bottom; 
}
A:hover#hokkaido {
	background : url(../img/map/hokkaido.gif) no-repeat left bottom; 
}


#menu1 {
　　　　position:absolute;
　　　　left:141px;
　　　　top:0;
　　　　}

.submenu{
  background-color : #9f3e9f;
  position : relative;
  top : 190px;
  left : 240px;
  z-index : 20;
  visibility : hidden;
  width : 60px;
  padding-top : 10pt;
  text-align : left;
}
.submenu A:HOVER{
  color : white;
  background-color : red;
}
.book {
	font-size: 10px;
}

#word_map{
  margin-left : 70px;
  margin-top : 10px;
  z-index : 5;
  position : relative;
  line-height : 1.2em;
  font-weight : bold;
  color : #000099;
}

.link li{
  width : 150px;
  height : 40px;
border-width : 0px;
  margin-bottom : 5px;
}

#caution{
  font-size : xx-small;
  color : gray;
  font-weight : normal;
}

#header_footbar{
  background-image : url(../img/back_blue.gif);
  
  height : 30px;
  position : absolute;
  
  
  background-repeat : repeat-x;
  color : white;
  
  
  
  top : 120px;
  
  width : 99.5%;
  
  
  
  
  margin-top : 2px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
}

#header_footbar li{
  font-family : HG丸ｺﾞｼｯｸM-PRO;
  margin-top : 8px;
  margin-left : 4px;
  
  
  list-style-type : none;
  font-size : medium;
  float : left;
  
}

#header_footbar li a{
  color : white;
}

#header_footbar li a:hover{
  color : yellow;
}
#bar_r {
	background-image : url(../img/main_blue.gif);
	width : 222px;
	height : 18px;
	background-repeat : repeat-x;
	top : auto;
	font-size : 16px;
	color : white;
	font-weight : bold;
	right: auto;
	text-align: left;
	padding-left: 4px;
	margin-left: -2px;
  
  padding-top : 2px;
}

.word_r{
  font-size : 11px;
  margin-left : 0.5em;
}

#top_link{
  width : 200px;
  height : 60px;
  
}

#tcmlabo_mark{
  position : inherit;
  bottom : -10px;
  right : auto;
}



.subtitle{
  font-size : 16px;
  font-weight : bold;
  
  position: absolute;
  top : 90px;
  
  font-family : "Times New Roman";
  left : 130px;
  
  text-decoration : none;
  color : #0f0f7b;
}

