@charset "shift_jis";



body {
	font-family: arial, メイリオ;
	font-size: 85%;
	line-height: 2;
	color: #FFFFFF;				/*全体の文字色*/
	background-color: #000000;	/*背景色*/
	margin: 0px;
	padding: 0px;
	text-align: left;
}

h1,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: arial,sans-serif,helvetica;;
}


h2{
  font-size: 110%;
  font-family: "serif","MSP明朝";
  font-weight: lighter;
  line-height: 100%;
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 50px;
  background: ;
}

h3{
  font-size: 140%;
  font-family: メイリオ;
  font-weight: 120%;
  line-height: 100%;
  
}  

h4{
  font-size: 130%;
  font-family: arial, HGｺﾞｼｯｸM;
  font-weight: lighter;
  line-height: 120%;
  padding-left: 0px;
  padding-right: 50px; 

}


#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}



ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
    width: 780px;
	border-collapse: separate;
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	font-family: arial, メイリオ;
	border-spacing: 0;
	caption-side: top;
	line-height: 130%;
	text-align: left;
	
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #ffffff;
}

a:hover {
	color: #FFff00;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}



/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 890px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（ロゴなどが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	height: 90px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}

/*ロゴ画像の位置設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から0pxの位置に配置*/
}


/*h1タグ設定*/
#header h1 {
	font-size: 16px;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	line-height: 18px;
	font-weight: bold;
	font-family: arial;
	position: absolute;
	top: 70px;			/*ヘッダーブロックに対して上から70pxの位置に配置*/
	right: 0px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	clear: left;
	width: 100%;
	text-align: center;	/*センター*/
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	left: 182px;	/*ヘッダーブロックに対して左から182pxの位置に配置*/
	top: 0px;		/*ヘッダーブロックに対して上から0pxの位置に配置*/
}

ul#menu li {
	float: left;
	margin-right: 2px;
}

ul#menu li.last {
	margin-right: 0;
}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 200px;
	width: 890px;
}

#mainimg .slide_file {
	display: none;
}

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 400px;			/*ボックスの高さ*/
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
}

#main .new dl {
	clear: left;
	width: 620px;
	border-bottom: 1px solid #cccccc;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}

#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}

#main .new dd {
	float: left;
	width: 700px;
}

#main .new dd img {
	vertical-align: middle;
}

/*IE6用*/
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 660px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: right;
}

/*h2タグ設定*/
#main h2 {
	color: #FFFFFF;	/*文字色*/
	background-image: url(images/title_bg1.gif);	/*背景画像*/
	background-repeat: no-repeat;
	font-size: 120%;
	line-height: 40px;
	padding: 0px 10px;
	height: 40px;
	overflow: hidden;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}



/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 155px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

/*h3タグ設定*/
#sub h3 {
    font-family: arial;
	font-size: 170%;
	font-weight: bold;
	color: #0074fd;	/*文字色*/
	line-height: 110%;
	border-bottom: 0px solid #0074fd ;	/*下線の幅、線種、色*/
	
}

/*段落タグ*/
#sub p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}



/*サブメニュー
---------------------------------------------------------------------------*/

.top
{
   display: block;
   width: 65px;
   height: 16px;
   background-image: url('top.gif');
   background-repeat: no-repeat;
   text-indent: -4096px;

    
}

#submenu {
   width: 190px;
   font-size: 120%;
   font-family: arial, メイリオ,;
   line-height: 80%;
 
   
}
   
  





/*テーブル2
---------------------------------------------------------------------------*/

.ta2 {
	width: 230px;
	font-family: arial,sans-serif,helvetica;
}

.ta2, .ta1 td, .ta1 th{
	border: 1px solid #0074fd;
	font-family: arial,sans-serif,helvetica;
}

/*テーブル内の右側*/
.ta2 td{
	width: 467px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
}

/*テーブル内の左側の見出し部分*/
.ta2 th{
	width: 150px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #000d27;	/*背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #0039A7;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta2 th.tamidashi a {
	color: #FFFFFF;
}

ul.submenu {
	margin-bottom: 0.5em;
	line-height: 140%;
}

ul.submenu a {
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;	/*下線の幅、線種、色*/
	display: block;
	width: 220px;
}

ul.submenu a:hover {
	background-color: #222222;	/*カーソルオーバー時の背景色*/
}





/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*中のテキストをセンタリング*/
	font-size: 110%;
	font-family: arial;
	font-weight: bold;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*フッター内にリンク設定した場合用*/
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}


/*グローバルナビ*/

#globalnavi{   
  margin: 0;   
  padding: 0;   
  width: ;
  border: 2px;
  border-color: #ffffff;   
}   
  
#globalnavi ul{   
  list-style-type: none;   
  margin: 150px;   
  padding: 0;
  border: 2px; 
  border-color: #ffffff;  
}   
  
#globalnavi li{   
  float: left;   
  width: 92px;
  height: 5px;   
  margin: 2px;   
  padding: 0;
  font-size: 80%;
  font-family: arial;   
}   
  
#globalnavi a{   
  text-align: center;   
  display:block;   
  padding: 0.5em 0;   
  width: 100%;   
  background-color: black;   
  color: white;   
}   
  
#globalnavi a:hover{   
  background-color: #fff000;   
  color: #000000;   
}  
  



/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 580px;
	font-family: arial;
	line-height: 150%;
	margin-left: 30px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #0074fd;
	font-family: arial;
	font-style: normal;
	font-weight: bold;
	line-height: 150%;
}

/*テーブル内の右側*/
.ta1 td{
	width: px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
}

/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 150px;				/*幅*/
	padding: 10px;	/*テーブル内の余白*/
	text-align: center;			/*文字をセンタリング*/
	background-color: #000d27;	/*背景色*/
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #0039A7;	/*背景色*/
	color: #FFFFFF;				/*文字色*/
}

/*テーブル１行目に入った見出し部分にリンクを設定した場合用*/
.ta1 th.tamidashi a {
	color: #FFFFFF;
}

.ta1 caption{
  font-family: arial;
  font-size: 170%;

}



/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #222222;
}

.mb1em {
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0.5em 10px 0.5em 25px;
	list-style: disc;
}

.color1 {
	color: #FF0000;
}


/*ドロップダウンメニュー
---------------------------------------------------------------------------*/

.dropdown, .dropdown * {
 font-size: 10pt;  /* 文字サイズ */
 font-family: arial;
 line-height: normal;
 margin: 1px;
 padding: 0;

  
}

.dropdown {
 border: solid 0px #fff;  /* メインメニューのボーダー */
 
}

.dropdown, .dropdown ul, .dropdown li {
 width: 130px;  /* メニューの幅 */
 position: fixed;
 top: 40px;
 left: 8px;
 

 
}
.dropdown a {
 display: block;
 padding: 2px 0.5em;
 font-family: arial;
 font-weight: bold;
 
 
}

.dropdown a, .dropdown a:link, .dropdown a:hover, .dropdown a:visited {
 color: #000;  /* 文字色 */
 text-decoration: none;
 text-align: center;
 padding: 0;
 
}
.dropdown a:hover {  /* マウスカーソルが乗ったとき */
 color: #ff0000;  /* 文字色 */
 background: #ffff66;  /* 背景 */
}

.dropdown li {
 position: relative;
 display: block;
 font-style: arial;
 text-align: center;
 list-style: none;
 background: #bbb;  /* メインメニュー背景 */

  
}

.dropdown li li {
 background: #ccff00;  /* サブメニュー背景 */
 
}

.dropdown ul {
 visibility: hidden;
 position: absolute;
 left: 120px;  /* メニューの幅と同じ値 */
 top: -35px;  /* サブメニューのボーダー幅を減算 */
 border: solid 0px #000;  /* サブメニューのボーダー */
 
}

.dropdown li:hover > ul {
 visibility: visible;
}

<style type="text/css"><!--
span { padding: 2px; border: solid 2px #f00; }
span:hover { border-color: #00f; }

--></style>


.top
{
   display: block;
   width: 50px;
   height: 16px;
   background-image: url('top.gif');
   background-repeat: no-repeat;
   text-indent: -4096px;
}