@import url(/css/blog_main.css);
@import url(/css/style.css);

/* メインコンテンツのフォント指定 */
/*==見出し／画像と一体==*/
h2{
width: 580px;
height: 40px;
margin: 0;
font-weight: bold;
font-size:100%;
text-align:left;
color:#330000;
padding-top: 7px;
padding-left: 28px;
background-repeat: no-repeat;
background-image: url("/i-common/h2-title.gif");
}
/*==中見出しの設定==*/
h3,h1.asset-name,h1.archive-title{
height: 25px;
text-align: left;
text-indent: 0.6em;
line-height: 120%;
margin: 0px;
padding-left: 8px;
padding-top: 2px;
background-repeat: no-repeat;
background-image: url("/i-common/h3-full.gif");
}
.asset-meta{text-align:left;}
/*==大見出し==*/
.exsys h1{
height: 20px;
font-size:80%;
margin:5px 0px 0px 0px;
padding-left:10px;
padding-top:2px;
text-align: left;
color:#330000;
background-image: url(/i-common/key-back.gif);
background-repeat: no-repeat;
}
.exsys h1 a{
font-weight:bold;
text-decoration: none;
color:#330000;
}




