@charset "utf-8";

/******* 基本設定 *******/

body{
margin: 0px; /* 前後左右の隙間 */
padding: 0px; /* 中の前後左右の隙間 */
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka",sans-serif;
line-height: 1.166; /* 全体の行間 */
color: #333333; /* 全体のテキストカラー */
background-color: #E6E6FA; /* 全体の背景色、このサンプルでは淡いグレーの背景色 */
}

a, a:link, a:visited{ /* リンク関係の設定 */
color: #F5F5DC;
text-decoration: none;
}

a:hover { /* リンク関係・ポインタを乗せたときの設定 */
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
margin: 0px;
padding: 0px;
}

h1{
font-size: 125%;
color: #F5F5DC;
}

h2{
font-size: 120%;
color: #F5F5DC;
}

h3{
font-size: 120%;
color: #334d55;
}

h4{
font-size: 114%;
color: #333333;
}

h5{
font-size: 105%;
color: #334d55;
}

h6{
font-size: 100%;
color: #333333;
}

ul{
list-style-type: square;
}

ul ul{
list-style-type: disc;
}

ul ul ul{
list-style-type: none;
}

dt{
margin-top: 1em;
margin-left: 2em;
font-weight:bold;
}
dd{
margin-left: 5em;
}

textarea{
width: 700px;
font-family: Courier New, Courier, "ＭＳ ゴシック", "Osaka－等幅", monospace;
font-size: 100%;
}

label{
font: bold 100% Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
color: #334d55;
}

a img{ /* 画像のリンク枠を消す */
border: none;
}


/******* フォーマットのレイアウト *******/

body{
text-align: left; /* Internet Explorer 5.5以前への対応 */
}

#container{
margin: 0 auto; /* Internet Explorer 5.5以外 */
text-align: left; /* Internet Explorer 5.5以前への対応 */
width: 660px; /* 左右に余白を入れる場合は、ここを編集 */
background-color: #ffffff; /* このサンプルでは白のコンテンツ枠 */
text-align: left;
}

#header{
margin: 0; /* 外の隙間 ピッチリ合わせている */
width: 100%; /* containerにいっぱいいっぱい表示 */
height: 100px; /* サイトロゴの高さ */
background-color: #000000; /* 背景画像 */
}

#block{
clear: both;
}


#content{ /* ２カラムのコンテンツ枠 */
padding: 15px;
text-align: left;
}

#footer{
clear: both;
margin-top: 5px;
padding: 5px 30px 10px 30px;
background-color: #000000;
height: 36px;
}


/******* ヘッダ *******/

#header h1{ /* ページタイトル */
margin: 0px;
padding: 5px 0px 5px 15px;
text-align: left;
font-size: 75%;
z-index: 10; /* サイトロゴの上に被って表示 */
color: #ffffff;
}

#header h2{ /* サイト名 */
margin: -65px 0px 0px 0px; /* サイトトピックの上に表示 */
padding: 5px 0px 10px 250px;
text-align: left;
font-size: 70%;
z-index: 10; /* サイトロゴの上に被って表示 */
color: #ffffff;
}

#header p{ /* ページトピック */
margin: 50px 0px 0px 0px; /* サイト名の下に表示 */
padding: 5px 0px 10px 15px;
text-align: center;
font-size: 55%;
z-index: 5; /* サイトロゴの上に被って表示 */
color: #e0e0e0;
}

#header img{ /* サイトロゴ */
float: left; /* ヘッダの左に動かす */
position: absolute; /* ヘッダの左上に表示する仕掛け */
margin: -40px 0px 0px 25px;
z-index: 1; /* サイトロゴをテキストの後ろに表示 */
}

#header a, a:link, a:visited{ /* リンク関係の設定 */
color: #ffffff;
text-decoration: none;
}

#header a:hover { /* リンク関係・ポインタを乗せたときの設定 */
text-decoration: underline;
}


/******* パンくずリスト*******/

#breadCrumb{
font-size: 80%;
padding: 10px 0px 5px 10px;
}


/******* エントリー（実際にコンテンツを書く場所） *******/

#entrybody{
padding: 0px 0px 0px 0px;
font-size: 80%;
}

#entrybody a, a:link, a:visited{ /* リンク関係の設定 */
color: #0000ff;
text-decoration: none;
}

#entrybody a:hover { /* リンク関係・ポインタを乗せたときの設定 */
text-decoration: underline;
}

#entrybody h3{
font-size: 120%;
margin-right: 0px;
text-align: left;
border-bottom: none; /* 見出しの下線 */
}

#entrybody h4{
font-size: 110%;
margin: 0px 5px 5px 5px;
text-align: left;
border-bottom: none; /* 見出しの下線 */
}

#entrybody h5{
font-size: 100%;
margin-top: 20px;
margin-right: 20px;
margin-left: 5px;
border-bottom: none; /* 見出しの下線 */
}

#entrybody h6{
font-size: 110%;
margin-top: 20px;
margin-right: 20px;
margin-left: 5px;
border-bottom: none; /* 見出しの下線 */
}

#entrybody p{
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 90%;
margin: 0px 5px 0px 5px;
padding: 0px 0px 0px 0px;
text-align: left;
line-height: 1.5em;
}


/******* フッタ *******/

#footer img{
padding: 5px 4px 10px 4px; /* サイトバナーの位置 */
float: left; /* サイトバナーをフッタの左に */
}

#footer h3{
float: right; /* サイトコピーライトをフッタの右に */
padding-top: 10px; /* サイトコピーライトの上からの位置 */
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
font-weight: normal;
color: #ffffff;
}

#footer p{
float: right; /* サイトコピーライトをフッタの右に */
margin: 10px 0px 0px 0px; /* サイト名の下に表示 */
padding: 2px 20px 6px 250px;
font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
font-size: 80%;
font-weight: normal;
color: #ffffff;
z-index: 10; /* サイトロゴの上に被って表示 */
}

#footer a, #footer a:link, #footer a:visited{ /* サイトコピーライトの文字色 */
color: #ffffff;
text-decoration: none;
}

#footer a:hover { /* リンク関係・ポインタを乗せたときの設定 */
text-decoration: underline;
}

/**************** テーブル *****************/

/* テーブルの設定 */
table{
margin: 0px 0px 0px 0px;
border-collapse: collapse;
font-size: 90%;
text-align: left;
}
caption{
padding: 2em 0.4em 0em 0.4em;
white-space: nowrap;
font-weight: bold;
}
td{
padding: 0.2em 0.4em;
empty-cells: show;
}
th{
padding: 0.2em 0.4em;
border: 1px solid;
empty-cells: show;
font-weight: bold;
line-height: 1.5em;
text-align: center;
/*
background-color: #CCFF99;
*/
}
thead, tfoot{
padding: 0.4em;
font-weight: bold;
/*
background-color: #CCFF99;
text-align: center !important;
*/
}


/******* 終 了 *******/
