/*基本*/

p,dt,dd {
line-height: 1.5;
}
/*基本*/


/*リード*/
#lead {
margin-left: 10px;
}
* html #lead {height: 1%;}

#lead h1 {
margin-bottom:10px;
border-top: 1px solid #DFC391;
border-bottom: 1px solid #DFC391;
border-right: 1px solid #DFC391;
border-left: 1px solid #DFC391;
display: block;
width: 90%;
padding: 5px;
background: url(../images/toptitle_bg.gif) repeat-x;
font-size: 150%;
}

#lead p.leadsentence {
font-size: 120%;
line-height: 1.5;
margin-top: 5px;
margin-bottom: 15px;
}

h1.centence {
clear: both;
padding-top: 15px;
}
p.link {
line-height: 1.5;
margin-top: 5px;
margin-bottom: 5px;
}
/*リードここまで*/

/*セクション（カテゴリ）*/
.leadsection {
width: 100%; /* for WinIE6,7*/
margin-bottom: 5px;
display: inline-block;
overflow:hidden;/* DreamweaverCS4 */
}
.leadsection:after {/*clearfix用*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .leadsection { height: 1%; }
.leadsection { display: block; }
/* End hides from IE-mac \*/

.colum {
float: left;
width: 221px;
margin: 0 15px 20px 0;
display: inline;
overflow: hidden 
}

.colum h2 {
margin-bottom: 5px;
}
.colum h3 {
width: 210px;
font-size: 120%;
margin-bottom: 2px;
}

.colum p {
width: 210px;
margin-bottom: 5px;
margin-top: 2px;
}

/*セクション（カテゴリ）ここまで*/

/*その他*/


