/* CSS Document */

@charset "utf-8";

.columnWrap{
width:649px;
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px dotted #c0beaf;
}

body:first-of-type .columnWrap{
width:649px;
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px dotted #c0beaf;
}

.columnWrap.noborder{
border:none;
}

body:first-of-type .columnWrap.noborder{
border:none;
}

.column2Wrap{
width:649px;
}

.column2Wrap.line{
padding-bottom:20px;
border-bottom:1px dashed #918c89;
}

.column2Wrap .columnBlock01{
width:312px;
float:left;
}

.column2Wrap .columnBlock01 .headingBlock01{
margin-bottom:10px;
}

.column2Wrap .columnBlock02{
width:312px;
float:right;
}

.column2Wrap .columnBlock02 .headingBlock01{
margin-bottom:10px;
}

.column2Wrap ul{
margin-left:12px;
}

.column2Wrap ul li{
font-size:1.2em;
background:url(../img/contents_ico_001.gif) no-repeat left center;
padding:0 0 2px 10px;
}