@charset "utf-8";
/* ===================================================================
CSS information
File Name  : layout.css
Author     : 
Style Info : knowledge
=================================================================== */

.bold { font-weight: bold; }
.idt-02 { margin:0 0 0 2em; text-indent:-2em; }
.w150 { width: 150px; }
.w250 { width: 250px; }
.w305 { width: 305px !important; }
.w400 { width: 400px; }
.w500 { width: 500px; }

#w02 { clear: both; }

/* 2カラム */


.ttl_left{
width:240px;
line-height:100%;
}
.ttl_left h2{
border-right: 4px solid #00a1e9;
}
.left_box{
border-right: 1px solid #cccccc;
margin-top:-3px;
}
.right_box{
width:720px;
}
.blackLine{
line-height:100%;
height:3px;
}

/* 詳細下部ナビ */
#navi_bottom{
width:100%;
padding:25px 0px;
border-bottom: 1px solid #cccccc;
}
#navi_bottom .previous{
float:left;
width:33%;
padding-top:5px;
}
#navi_bottom .center{
float:left;
width:33%;
}
#navi_bottom .next{
float:left;
width:33%;
text-align:right;
padding-top:5px;
}

