﻿@charset "UTF-8";

table {
	width: 1000px;
	border-collapse: collapse;
        text-decoration: none;
        }
td {
	font-size: 90%;
	border: solid 2px blue;
	padding: 5px;
}
th {
	font-size: 92%;
	border: solid 2px blue;
	white-space: nowrap;
        background-color: skyblue;      
}

tt {
	font-size: 100%;
	border: solid 2px green;
	white-space: nowrap;
	background-color: blue;
}
/* ヘッダーに関するCSS
--------------------------------------------------------------------------------*/
h1{
	padding: 0px;
	margin: 0px;
        color: 4682B4;

}

/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/
#nav li {
	float:left;
	background-color: #FAFAFA;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #000;
	text-align: center;
	width: 130px;
	height:22px;
       
}
#nav a{
	color: #000;
	display:block;
	width: 118px;
	height:22px;
}

#nav a:hover {
	color: #FFF;
	background-color: #666;
	text-decoration: none;
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#header {
	width: 700px;
	margin-bottom: 10px;
}

#nav {
	line-height: 165%;
	margin:5px 0px;
	padding:0px;
	list-style:none;	
	float:left;	
}
--------------------------*/

ul#pulldown-menu a {
        color: #000;
        text-decoration: none;
}
ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
        background: #FAFAFA;
}
ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
        background: #666;
}

ul#pulldown-menu li {
        float: left;
        position: relative;
        margin: 0 0 0 5px;        
        width: 118px;
	height:22px;
        padding:0px; 
        list-style:none;	 
}

ul#pulldown-menu li a {
        display: block;
        width: 118px;
	height:22px;             
        text-align: center;
}

/* 下層のメニューを不可視に */
ul#pulldown-menu li ul {
        display: none;
}

/* 疑似要素 :hover で下層のメニューを可視に */
ul#pulldown-menu li:hover ul {
        display: block;
        position: absolute;
        z-index: 100;

}

ul#pulldown-menu li ul li {
        float: left;
        margin: 0;
        font-weight: normal;
}


/* ボディに関するCSS
--------------------------------------------------------------------------------*/
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	color: 00cc66;
	font-size: 80%;
	line-height: 160%;

 background-color: mintcream;

/* リンクに関するCSS
--------------------------------------------------------------------------------*/



a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:underline}
