@charset "utf-8";


/*
--------------------
blog
独自のスタイル--------------------
 */

/* h2の下線の画像 */
#foundation #Contents #main{
width:550px;
margin-top:25px;
padding:0 0 0 45px;
background:transparent url(/var/storage/globalage/discovery/images/h2_bg.gif) no-repeat scroll left top;
position:relative;
}

/* ぱんくずの背景色 */
#foundation #Contents #breadcrumb{
background-color:#478e0a;
}

/* H2 */
#foundation #Contents #main h2 img{
margin:10px 0 25px 0;
}

/* H3 */
#foundation #Contents #main h3{
background-color:#ffffff;
font-size:116.667%;
padding:5px 10px;
background-image:url(/var/storage/globalage/discovery/images/h3_bg.gif);
background-repeat:no-repeat;
background-position:left bottom;
margin-bottom:15px;
}

/* H4の色 */
#foundation #Contents #main h4{
color:#478e0a;
}

/* posted */
#foundation #Contents #main div.posted{
font-size:91.6667%;
margin-bottom:30px;
text-align:right;
}

/* 月別アーカイヴ */
#foundation #Contents #sub dd.archive li{
font-size:91.6667%;
margin-bottom:5px;
}
#foundation #Contents #sub dd.archive ul{
margin-top:5px;
}

/* 高橋透のプロフィール */
#foundation #Contents #sub dd.profile{
padding-top:5px;
font-size:91.6667%;
}
#foundation #Contents #sub dd.profile img{
margin:0 10px 5px 0;
}

