@charset "utf-8";

@import "sidebar.css";
@import "tab.css";

/* コンテンツ部分 */
#content01{
width: 696px;
}

#content01 h2{
color:#444;
width:686px;
height:31px;
padding:9px 0 0 10px;
background:url("../../common/common_bar_02.png") no-repeat;
font-size: 120%;
font-weight: bold;
margin-bottom:18px;
}

#content02{
width:676px;
padding:0px 5px;
}

#content02 dl#news dt{
padding: 0 0 5px 10px;
background-image: url("../img/ac.gif");
background-repeat: no-repeat;
background-position: 0 3px;
color: #666666;
font-size: 80%;
}

#content02 dl#news dd{
border-bottom: 1px dotted #DEDEDE;
padding: 0 0 5px 10px;
margin-bottom: 10px;
}

div#next{
padding-top: 10px;
text-align: right;
}

div#next a{
line-height: 180%;
}

p#sub-ttl{
margin-bottom: 20px;
}

/* セミナー */
dl#seminar_about dt{
display: block;
padding: 2px 0 10px 8px;
background-image: url("../img/ac.png");
background-repeat: no-repeat;
background-position: left top;
}
dl#seminar_about dd{
margin-bottom: 15px;
}
dl#seminar_about{
display: block;
border-bottom: 1px dotted #DEDEDE;
margin-bottom: 20px;
}


/* detail */
#content02 dl#news_detail dt{
padding: 0 0 5px 10px;
background-image: url("../img/ac.gif");
background-repeat: no-repeat;
background-position: 0 3px;
font-weight: bold;
}

#content02 dl#news_detail dd#detail_title{
padding: 0 0 5px 10px;
font-weight: bold;
}

#content02 dl#news_detail dd#detail_image{
text-align: right;
margin-bottom: 10px;
padding: 0 10px 0 10px;
}

#content02 dl#news_detail dd#detail_txt{
padding: 0 10px 0 10px;
}