@charset "UTF-8";

/*========================================

styles2.css

背景色＝青
文字色＝黄色
リンク＝白

[1] ページの基本構造
[2] Layout
[3] 見出し
[4] table
[5] リスト
[6] 汎用クラス
[8] パンくず
[7] その他

========================================*/

/* ------------------------------------------------------------
[1] ページの基本構造
------------------------------------------------------------ */
body, html {
height: 100%;
margin: 0;
background: #00008B;
color: #F4F400; 
}

a:link {
text-decoration: none;
color: #FFF; 
}

a:hover {
text-decoration: underline;
color: #FFF; 
}

a:visited { color: #FFF; }

/* ------------------------------------------------------------
[2] Layout
------------------------------------------------------------ */
#header { background: url(img/bg_header_blue.jpg) 50% 100%; }

#footer { background: #00008B; }

#info_contents { background: none; }

/* ------------------------------------------------------------
[3] 見出し
------------------------------------------------------------ */
/* TOP用 h2 */
#main_top h2 {
color: #F4F400;
background: none; 
border: 1px solid #F4F400;  
}

/* 共通 h2 */
#main h2 {
color: #F4F400;
background: none; 
border-top: 3px solid #F4F400;  
border-bottom: 1px solid #F4F400;  
}

/* 共通 h3 */
#main h3 {
color: #F4F400;
background: none; 
border-bottom: 1px dotted #F4F400;  
}

#main h4 {
color: #F4F400; 
border-left: 5px solid #F4F400; 
}

/* フッターnav h4 */
#footer_nav li h4 { background: none ; }

/* サイドbox h3 */
.side-box h3 {
color: #F4F400;
background: none; 
border-bottom: 1px solid #F4F400;  
}

/* TOP暮らし情報 見出し */
#info_contents h3 {
color: #F4F400;
background: none ; 
border-bottom: 1px solid #F4F400;  
}

ul.info li h4 { background: none; }

/* ------------------------------------------------------------
[4] table
------------------------------------------------------------ */
th,td { border: 1px solid #F4F400; }

th { background: none; }

/* ------------------------------------------------------------
[5] リスト
------------------------------------------------------------ */
/* ヘッダー用リストマーク */
ul.header_list {
list-style-type: disc; 
}

ul.header_list li{
background: none; 
background: url(img/list_mark_shikijaku.gif) no-repeat 0 0 ;
}

/* "ul.header_list li" IE6対策 */
* html ul.header_list li{ background: none; }

/* 標準リストマーク */
ul.list_normal { list-style-type: disc; }
ul.list_normal li {background: none; }

/* リンクのあるリストマーク */
ul.list_mark{ list-style-type: disc; }

ul.list_mark li { background: none; }

/* 目次用List */
ul.mokuji { list-style-type: disc; }
ul.mokuji li {
background: none; 
background: url(img/list_mokuji_shikijaku.gif) no-repeat 0 2px ;
}

/* side用 ul CSS */
ul.side-list { list-style-type: disc; }
.side-list li { background: none; }


/* ------------------------------------------------------------
[6] 汎用クラス
------------------------------------------------------------ */
.title, .date { color: #F4F400; }


/* ------------------------------------------------------------
[7] パンくず
------------------------------------------------------------ */
ul#bread-image li a{
background: url(img/bg_brad_gray.gif) no-repeat right center;   
}


/* ------------------------------------------------------------
[8] その他
------------------------------------------------------------ */
address {
background: none; 
color: #F4F400; 
}

.side-gradation, #info_contents, #main .contact, #main img.soshikizu, .side-box {
border: 1px solid #F4F400;  
}

