@charset "Shift_JIS";/* 文字エンコードの設定（削除不可） */
@import "parts.css";/* 「practical.html」での例を使う場合必要になります。*/

/* ====================================
ブラウザのオリジナルスタイルをリセット
======================================= */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
table,
td,
th,
tr,
col,
colgroup,
tbody,
thead,
tfoot,
fieldset,
form,
img,
hr {
margin: 0;
padding: 0;
border: 0 none;
}

/* 基本構造 */
html {
height: 100%;
margin-bottom: 1px;
}
body {
color: #333;
background: url(./img/bg.jpg) 50% #fff;
font-family: 'Century Gothic', 'メイリオ', 'Meiryo', sans-serif;
font-size: 13px;
}
* html body { /* for IE6 */
font-size: small;
}
*:first-child+html body { /* for IE7 */
font-size: small;
}
hr {
clear: both;
visibility: hidden;
}

/* 見出し */
h1,h2,h3,h4,h5,h6 {
color: #000;
}
h1 {
padding: 5px 0;
border: dashed #9cc;
border-width: 2px 0;
background: url(./img/h2.gif) 50% 0 #cfc;
font-size: 154%;
text-align: center;
}
h3 {
margin: 10px 0;
padding: 2px;
border-top: 1px solid  #9cc;
border-bottom: 2px solid  #9cc;
background: #cfc;
}
h4 {
margin: 10px 0;
border-bottom: 2px solid  #9cc;
background: #cfc;
}
h5 {
margin: 10px 0;
border: dashed #9cc;
border-width: 1px 0 2px 0;
}
h6 {
margin: 10px 0;
border-bottom: 1px solid  #9cc;
}

/* 段落 */
p {
margin-bottom: 1em;
margin-top: 1em;
}

/* アンカー */
a, 
a:link {
color: #69c;
}
a:visited {
color: #9c6;
}
a:hover {
color: #6cc;
}

/* 強調・追加・削除 */
em {
font-weight: bold;
}
strong {
border-bottom: 1px solid #f96;
font-weight: bold;
}

/* フォーム */

input {
border: 1px solid #69c;
background: #cfc;
}

input#BUTTON {
border: 2px outset #69c;
}
textarea {
border: 1px solid #69c;
background: #cfc;
}
select {
border: 1px solid #69c;
}

/* リスト */
ol {
margin-bottom: 15px;
margin-left: 15px;
}
ul {
margin-bottom: 15px;
margin-left: 10px;
}
dl {
margin-bottom: 15px;
padding-left: 5px;
border-left: 2px solid  #9cc;
}
dd {
padding-left: 1em;
}

/* アドレス */
address {	}

/* 引用（サンプルページ未記述） */
blockquote {
padding: 10px;
background: url(./img/naname.gif);
}

/* 整形済みテキスト（サンプルページ未記述） */
pre {
padding: 5px;
border: 1px solid #69c;
}

/* 物理要素（サンプルページ未記述） */
i {font-style: italic;}
big {font-size: 154%;}
small {font-size: 77%;}

/* ***********************************************
/* 各#ID＆.class */

div#PAGETOP {
margin: 0 auto;
border: solid #9cc;
border-width: 0 2px;
width: 396px;
background: #fff;
opacity: .8;
filter: alpha(opacity=80);
}
div#HEADER {
padding: 30px 0;
background: url(./img/header.gif) no-repeat 50% 0;
}
ul#PAN {
display: none;
}
div#MENU h2 {
display: none;
}
div#MENU ul {
margin: 0 10px;
}
div#MENU li {
float: left;
width: 50%;
list-style: none;
text-align: center;
}
div#MENU li a, div#MENU li a:visited {
padding: 5px;
border: 1px solid;
display: block;
color: #fff;
background-color: #366;
font-weight: bold;
text-decoration: none;
}
div#MENU li a:hover {
background-color: #399;
}
div#KIZI  {
margin: 20px;
}
div#KIZI h2 {
margin: 10px -20px;
}
div#FOOTER ul {
margin-bottom: 0;
padding: 10px;
}
div#FOOTER ul li {
list-style: none;
text-align: right;
}


