@import url(http://www.barms.biz/styles.css);

/********** ホームページイメージ（上書き） **********/
#homepage-image {
background: url(img/homepage_image.jpg) no-repeat;
width: 800px;
height: 91px;
margin: 0;
}

/********** ブログ **********/
.blog-header{
background: url(img/title_header.gif) no-repeat;
width: 450px;
height: 27px;
margin: 0 0 5px 0;
padding: 0 0 0 29px;
}

.blog-header h2{
font-weight: bold;
font-size: 13px;
color:#454545;
margin:0 0 0 0;
padding: 4px 0 0 0;
}

.blog-content{
font-size: 12px;
line-height: 1.3;
margin:0 0 0 0;
padding: 5px 10px 10px 10px;
}

.blog-content-page{
font-size: 12px;
line-height: 1.3;
margin:0 0 0 0;
padding: 5px 10px 10px 10px;
text-align:center;
}

#cat-blog{
width:228px;
height:auto;
background-color: #FFF7E8;
border-width: 1px;
border-style: solid;
border-color: #E6E6E6;
overflow-x: hidden;
margin: 0 0 0 0;
}

#cat-blog-inner{
width:auto;
height:auto;
background-color: #FFF7E8;
overflow-x: hidden;
margin: 0 15px;
line-height: 1.3;
font-size: 13px;
text-align:left;
}

#cat-blog-inner ul{
padding:0;
list-style-type : none;
margin:5px 0;
}

#cat-blog-inner li {
list-style-type : none;
text-decoration:none;
margin:10px 0;
background-image:url(img/arrow_orange.gif);
background-position: 3px;
background-repeat:no-repeat;
padding-left:25px;
height:1.5;
}

#cat-blog-inner ul ul{
padding:0;
list-style-type : none;
margin:0 0 0 25px;
}

