@charset "utf-8";

/*
--------------------
TOPIC1
独自のスタイル
--------------------
 */

/* h2の下線の画像 */
#foundation #Contents #main{
width:550px;
margin-top:25px;
padding:0 0 0 45px;
background:transparent url(/var/storage/globalage/topics1/images/h2_bg.gif) no-repeat scroll left top;
position:relative;
}

/* 一覧ページのイメージ画像の位置 */
#foundation #Contents #main p.mainImage{
position:absolute;
top:-7px;
right:0;
}

/* ぱんくずの背景色 */
#foundation #Contents #breadcrumb{
background-color:#193ca0;
}

/* 一覧のアイコンの画像 */
#foundation #Contents #main div.columnList p.date{
background:transparent url(/var/storage/globalage/topics1/images/date-icon.gif) no-repeat scroll 0% 50%;
}

/* H2 */
#foundation #Contents #main h2 img{
margin:10px 0 40px 0;
}

/* H4の色 */
#foundation #Contents #main h4{
color:#193ca0;
}
#foundation #Contents #main h5{
color:#193ca0;
}

/* リードの色 */
#foundation #Contents #main p.lead{
color:#193ca0;
}

/* 番号付きリスト(数字の色) */
ul.listNumber li.number span.mark{
color:#193CA0;
}

/* BOX(みだしの色) */
div.box p.boxTitle{
color:#193CA0;
}

