/*
color style
*/

@charset "UTF-8";

/* background color
-------------------------------------------------------------- */
body {
    background: none repeat scroll 0 0 #189cac; /* 下地の色 */
}
#wrapper {
    background: none repeat scroll 0 0 #189cac; /* 背景色 */
}
#headerWrap {
    background: none repeat scroll 0 0 #f0efc9; /* ヘッダー背景色 */  
}
#headerWrap h1 {
    background: none repeat scroll 0 0 #142d40; /* h1の背景色 */
}
#headerWrap #logoWrap {
    background: none repeat scroll 0 0 #189cac; /* ロゴの背景色 */
}

#headerWrap nav {
    background: none repeat scroll 0 0 #ffb685; /* ナビの背景色 */
}
#headerWrap nav ul li a { /* ナビのボタン背景色 */
    background: none repeat scroll 0 0 #ffb685;
}
#headerWrap nav ul li a:hover { /* ナビのボタンロールオーバー背景色 */
    background: none repeat scroll 0 0 #f25f3e;
}
#breadcrumb {
    background: none repeat scroll 0 0 #189cac; /* パンくず背景色 */
}
#footerWrap {
    background: none repeat scroll 0 0 #142d40; /* フッター背景色 */
}
h2 {
    background: none repeat scroll 0 0 #ffb685;
}
.status {
    background: none repeat scroll 0 0 #f0efc9; /* 投稿日の背景色 */
}
/* font color
-------------------------------------------------------------- */
body {
    color: #f0efc9; /* 基本文字の色 */
}
a {
    color: #ffb685; /* リンクの色 */
}
#headerWrap .logo a {
    color: #f0efc9; /* ロゴの色 */
}
#headerWrap nav * {
    color: #fff; /* ナビのリンクの色 */
}
#breadcrumb * {
    color: #444; /* パンくずリストの文字色 */
}
#footerWrap {
    color: #fff; /* フッターの文字色 */
}
.status * {
    color: #666; /* 投稿日の文字色 */
}

/* h2,h3,h4
-------------------------------------------------------------- */
h1 {
    background-color: #222; /**/
    color: #ddd; /* h1文字色 */
}
h2 {
    color: #fff; /* h2文字色 */
    border-color: #777; /* h2のボーダー色 */
}
h3 {
    color: #444; /* h3文字色 */
    border-color: #444; /* h3のボーダー色 */
}
/* other
-------------------------------------------------------------- */
#mainImg {
    border-top: 3px double #999; /* メインイメージの線 */
    border-bottom: 3px double #999;
}
.section_brd {
     border-bottom: 1px dotted #999; /* sectionの下線 */   
}
.arrow li {
    border-bottom: 1px dotted #999; /* listの下線 */
}
.status {
    border-bottom: 1px solid #666; /* 投稿日の下線 */   
}

