/* トップページと基本のレイアウトとボーダー */

body {
 margin: 0;
 padding-top: 0;
 padding-bottom: 0;
 padding-right: 0;
 padding-left: 30px;
 width: 600px;
}

/* 目次の見出し 水色*/
h2 {
 width: 600px;
 font-size: 14px;
 font-weight: 400;
 padding: 0.3em;
 border-left: 0.5em solid #00bfff;
 border-right: 1px solid #00bfff;
 border-top: 1px solid #00bfff;
 border-bottom: 1px solid #00bfff;
}

/* 目次の見出し オレンジ*/
h3 {
 width: 600px;
 font-size: 14px;
 font-weight: 400;
 line-height: 20px;
 padding: 0.3em;
 border-left: 0.5em solid #f4a460;
 border-right: 1px dashed #f4a460;
 border-top: 1px dashed #f4a460;
 border-bottom: 1px dashed #f4a460;
}

/* ボックス 水色*/
h4 {
 font-size: 14px;
 font-weight: 400;
 width: 597px;
 border-left: 3px solid #00bfff;
 border-right: 3px solid #00bfff;
 border-top: 3px solid #00bfff;
 border-bottom: 3px solid #00bfff;
 margin-top: 2px;
 margin-bottom: 2px;
}
/* 本文スペース */
h5{
 border: none;
 width: 600px;
 margin-top: 0;
 margin-bottom: 0;
}

/* 下線ボックス */
h6{
 font-size: 14px;
 font-weight: 400;
 line-height: 20px;
 padding: 0.3em;
 border-left:  none;
 border-right:  none;
 border-top:  none;
 border-bottom: 1px dotted #808080;
 width: 600px;
 margin-top: 0;
 margin-bottom: 0;
}

/* 下のライン　オレンジ */
.c1 {
 color: #000000;
 font-size: 10px;
 background: #ff8c00;
 text-align: center; 
 width: 597px;
 margin-top: 0;
 margin-bottom: 0;
 padding-top: 0;
 padding-bottom: 0.5em;
 padding-right: 0.3em;
 padding-left:0.3em;
}

/* 上のライン　水色 */
.c2 {
 color: #ffffff;
 background: #00bfff;
 width: 600px;
 margin-top: 0;
 margin-bottom: 0em;
 padding: 0.3em;
 }


/* 下のライン 　水色*/
.c3 { color: #ffffff;
 background: #00bfff;
 text-align: right;
 width: 600px;
 margin-top: 0;
 margin-bottom: 0em;
 padding: 0.3em;
}

/* タイトル用ライン 　水色*/
.c4 {
 width: 600px;
 border-top: 1px solid #00bfff;
 border-bottom: 1px solid #00bfff;
 border-left: none;
 border-right: none;
 padding: 0.3em 
 }

/* ナビゲーションバー 水色*/
.c5 {
 width: 600px;
 border-top: 1px solid #00bfff;
 border-bottom: 1px solid #00bfff;
 border-left: none;
 border-right: none;
 padding: 0.3em; 
 text-align: center;
}

/* 下だけ点線　水色*/
.c6 {
 font-size: 14px; 
 line-height: 18px;
 border-top: none;
 border-bottom: 2px dotted #00bfff;
 border-left: none;
 border-right: none;
 margin-bottom: 0;
 text-align: left;
 padding: 0.3em; 
}

/* 下だけ線　水色*/
.c7 {
 font-size: 14px; 
 line-height: 22px;
 border-top: none;
 border-bottom: 2px solid #00bfff;
 border-left: none;
 border-right: none;
 margin-bottom: 0;
 text-align: left;
 padding: 0.3em; 
}

/* 下のライン　ベージュ */
.c8 {
 color: #666666;
 font-size: 12px;
 font-weight: 400;
 background: #e6d5c3;
 text-align: center; 
 width: 597px;
 height: 20px;
 margin-top: 0;
 margin-bottom: 0;
 padding-top: 0.5em;
 padding-bottom: 0;
 padding-right: 0.3em;
 padding-left:0.3em;
}


/* 上だけ線　水色*/
.c9 {
 border-top: 1px solid #00bfff;
 border-bottom: none;
 border-left: none;
 border-right: none;
 font-size: 12px;
 margin-top: 0;
 margin-bottom: 0;
 text-align: right;
 padding: 0.3em; 
}

/* 上のライン　オレンジ */
.c10 {
color: #ffffff;
 background: #ff8c00;
 width: 600px;
 margin-top: 0;
 margin-bottom: 0;
 padding-top: 0.3em;
 padding-bottom: 0.3em;
 padding-right: 0;
 padding-left: 0;
 }

/* 下のライン 　オレンジ*/
.c11 { color: #ffffff;
 background: #ff8c00;
 width: 600px;
 text-align: right;  margin-top: 0;
 margin-bottom: 0em;
 padding: 0.3em;
}


/* タイトル用ライン 　オレンジ*/
.c12 {
 width: 595px;
 border-top: 1px solid #ff8c00;
 border-bottom: 1px solid #ff8c00;
 border-left: none;
 border-right: none;
 padding: 0.3em;
}

/* ナビゲーションバー オレンジ*/
.c13 {
 width: 600px;
 border-top: 1px solid #ff8c00;
 border-bottom: 1px solid #ff8c00;
 border-left: none;
 border-right: none;
 padding: 0.3em; 
 text-align: center;
 }
 
