* {
	margin: 0;
	padding: 0;
}

body {
background: #fff url(image/bg.gif) repeat-x;
font-family: "Trebuchet MS" Verdana,"ＭＳ ゴシック", "Osaka−等幅", Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #157D6A;
}
a:hover {
text-decoration: underline;
color: #37AB96;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 80px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 19px 0 0 20px;
color: #FF5500;
}
#header h1 a { 
color: #37AB96;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #fff;
}
#header h2 {
font-size: 19px;
color: #fff;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 200;
}

#menu {
height: 70px;
line-height: 70px;
font-weight: 300;
background: #fff url(image/menu.gif) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 40px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 550;
font-size: 13px;
}
#menu ul li a:hover {
color: #37AB96;
text-decoration: none;
}

#content {
background: #fff url(image/content.gif) repeat-y;
padding: 0 20px 20px 20px;
}

.right {
float: right;
width: 560px;
text-align: justify;
}
.right h2 {
color: #3366FF;
font-size: 18px;
font-weight: 300;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {
color: #37AB96;
}

.left {
float: left;
width: 160px;
padding-top: 7px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #003399;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #157D6A;
text-decoration: none;
font-weight: 100;
}
.left ul li a:hover {
color: #37AB96;
}

#bottom {
background: #fff url(image/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer2 {
text-align: center;
font-size: 12px;
}

#footer {
text-align: center;
font-size: 11px;
}

#kyocho {
font-weight: 200;
font-size: 16px;
}

/* 表全体のデザイン */
table.kh {
   border-spacing: 0px;   /* セルの間隔をなくす */
   font-family: Verdana,sans-serif;   /* フォントの指定 */
   font-size: smaller;   /* 文字サイズを小さめに */
}
/* セルのデザインのうちヘッダと中身の共通部分 */
table.kh th, table.th td {
   border-width: 1px;   /* セルの枠線は太さ1ピクセル */
   border-style: solid;   /* セルの枠線は実線 */
   padding: 2px;   /* セル内側の余白は2ピクセル */
}
/* ヘッダセルのデザイン */
table.kh thead th {
   border-color: #ccffcc #7ca866 #7ca866 #ccffcc;   /* ※1 */
   background-color: #000000;   /* ※1 */
}
table.kh tbody th {
   border-color: #ffffcc #aca866 #aca866 #ffffcc;   /* ※2 */
   background-color: #F8E176;   /* ※2 */
}
/* セルのデザイン */
table.kh td {
   border-color: #ffffff #E9E9F0 #E9E9F0 #ffffff;   /* ※3 */
/*  background-color: #ffffff;    ※3 */
}

