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

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

p{
line-height:1.6;
letter-spacing:0.1em;
}

/*--- Content image ---*/
div#contents_img{
background:url(../img/archive/contents_img/contents_sitemap.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;	
}

/*--- ライン付タイトル ---*/
h2.contents_title_line{
font-size:230%;
font-weight:bold;
letter-spacing:0.1em;
background:url(../business/img/line.jpg) repeat-x bottom;
padding:0 0 5px;
margin:30px 0 15px;
clear:both;
}

p.object_title{
font-size:120%;
font-weight:bold;
letter-spacing:0.1em;
margin-bottom:10px;
border-left:5px #990000 solid;
border-bottom:dashed 1px #990000;
padding:0 0 5px 10px;
}