@charset "UTF-8";

/* ================================================================ *
    Global-News.net
    記事表示ページ用レイアウト補足
　　　　ページの役割によって異なるレイアウトを採用する場合の
　　　　最終調整部分の設定です
 * ================================================================ */

/* 記事タイトル調整 */
h2 {
  margin:20px 0 20px 10px;
}

/*日付及びライター名調整*/
h3{
  width:120px;
  height:3em;
  margin:0 0 0 0;
  padding: 0 2em 0 0.5em;
}

/* ヘッダとコンテンツとの距離を調節するためにヘッダの下方向のパディングを調整---共通 */
#header {
  padding-bottom: 15px;
}


/*ナビゲーションのカテゴリなしリンク用設定（「トップページへ」で使用）---トップページ以外に共通*/
.noCategory {
   font-weight:bold;
   padding: 30px 0 0 0;
   border-top: 1px #CCCCCC solid;
   border-right: none;
   border-bottom: none;
   border-left: none
}

/*記事ページのパンくずリスト---サンプルでは表示していない*/
#breadCrumb{
   margin:5px 0 5px 0;
   padding: 5px 0 2px 0px;
   border: 0px solid #999999;
   border-right: 0px solid #999999;
   border-bottom: 1px solid #999999;
   border-left: 0px solid #666666;
}

/*記事ページの本文行間隔設定*/
.contents {
  line-height: 1.8;
}

