@charset "utf-8";
@import url("common.css");
@import url("archive.css");

/*---------------------------------------------------------------------
/* Business CSS */


/*--- Content image ---*/
div#contents_img{
background:url(../img/archive/contents_img/contents_information.jpg) no-repeat;
}

/*--- left_side_bx ---*/
div#container #left_side_bx{
width:910px;
}

/*--- right_side_bx ---*/
div#container #right_side_bx{
width:910px;
}

/*--- Contens Title ---*/
h2.contents_title{
margin-bottom:10px;
}

/*--- Entry text ---*/
div#container p{
margin-bottom:1em;	
}

ul.information{
list-style:none;
}
ul.information li{
margin-bottom:15px;
line-height:1.7;
letter-spacing:0.1em;
}
ul.information li span{
color:#990000;
}


