@charset "UTF-8";

/*	Default setting	*/
body{
background:#fff; 
color:#000;
margin:0; 
padding:0;
}

body, td, th, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li {
margin:0; 
padding:0;
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
font-size: small;
line-height: 1.5em;
font-weight: normal;
}

p {
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
font-size: small;
line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6{
font-size:1em;
font-weight: normal;
}

ul, ol, li{ 
list-style: none; 
}

table, img, a img{ 
border:0; 
}

.small{
font-size:x-small;
}
.medium{
font-size:medium;
}

.clear{
clear:both;
}




/*------------ LAYOUT ----------------*/
#container{
width:750px;
margin:0 auto;
padding-bottom:30px;
border-left:#ccc solid 3px;
border-right:#ccc solid 3px;
border-bottom:#ccc solid 3px;
}

#maincontents{
width:530px;
float:left;
}

#conright{
width:210px;
float:left;
}


/*----- TITLE_IMAGE_h1 -----*/
#header{
padding:15px 0 5px 10px;
}

#header h1 a{
width:750px;
height:144px;
background:url(http://www.denso-kyushu.com/blog/toranomaki/img/ttl_blog.jpg) 0 0 no-repeat;
display:block;
margin:0 auto;
padding:0;
text-decoration:none;
text-indent:-9999em;
 /*\*/overflow:hidden;/**/
}

/*----- ENTRY_CONTENTS_NAV -----*/
.content-nav{
margin: 5px 10px 0 30px;
}

/*----- ENTRY_CONTENTS_NAV -----*/
.entry{
margin: 0 20px 20px 27px;
}

.entry_detail{
background:url(http://www.denso-kyushu.com/blog/toranomaki/img/ttl_entrybg.gif) no-repeat 0 0;
}

.entry p.date{
padding:1px 0 0 15px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#CC3300;
}

.entry h2{
padding:2px 0 3px 15px;
font-size:16px;
}

.entry div{
margin:15px 10px 15px 0;
}

.entry p.entryfooter{
padding:15px 10px 0 0;
text-align:right;
font-size:x-small;
background:url(http://www.denso-kyushu.com/blog/toranomaki/img/img_line_01.gif) repeat-x 0 0;
}

.trackbacks{
margin: 0 ;
padding:0;
}

.trackbacks-header{
font-size:small;
font-weight:bold;
color:#CC0000;
margin:0;
padding:0;
}

#trackbacks-info{
margin: 0 10px;
}

#trackbacks-info p{
margin:3px 0 0 0;
}

#trackbacks-info span{
color:#333;
font-weight:bold;
}

.trackbacks-content {
margin: 3px 0;
padding:0 10px 0 10px ;
}

.trackback-footer{
margin: 0 10px 0 0;
text-align:right;
font-size:x-small;
}


/*----- RIGHT_CONTENTS_MENU  -----*/
/* cmn_size*/
#conright ul a{
color:#000;

}
#recententry, #category, #backnumber, #densolink{
margin: 0 10px 10px 0;
padding: 0 0 15px 0;
}

#recententry{
background:#FFD148 url(http://www.denso-kyushu.com/blog/toranomaki/img/bg_entry.gif) no-repeat 0 100%;
}

#category{
background:#E9421A url(http://www.denso-kyushu.com/blog/toranomaki/img/bg_category.gif) no-repeat 0 100%;
}

#backnumber{
background:#0368FF url(img/bg_backnumber.gif) no-repeat 0 100%;
}

#densolink{
background:#97BD78 url(http://www.denso-kyushu.com/blog/toranomaki/img/bg_link.gif) no-repeat 0 100%;
}

#recententry h2, #category h2, #backnumber h2, #densolink h2{
width:200px;
height:27px;
text-indent:-9999em;
}

#recententry h2{
background:url(http://www.denso-kyushu.com/blog/toranomaki/img/ttl_entry.gif) no-repeat 0 0;
}

#category h2 {
background:url(http://www.denso-kyushu.com/blog/toranomaki/img/ttl_category.gif) no-repeat 0 0;
}

#backnumber h2 {
background:url(http://www.denso-kyushu.com/blog/toranomaki/img/ttl_backnumber.gif) no-repeat 0 0;
}

#densolink h2 {
background:url(http://www.denso-kyushu.com/blog/toranomaki/img/ttl_link.gif) no-repeat 0 0;
}

#conright ul{
margin: 5px 10px 0 20px;
}





