@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_working.jpg) no-repeat;
}

/*--- テキスト画像 ---*/
.img01{
margin:20px 0 0;
}

.img02{
margin:15px 0 0 80px;
}

.img03{
width:910px;
text-align:center;
margin:50px 0 30px;
}

/*--- ライン付タイトル ---*/
h2.contents_title_line{
background:url(../business/img/line.jpg) repeat-x bottom;
padding:0 0 15px;
margin:0 0 15px;
clear:both;
}

/*--- 支援項目 ---*/
#entrepreneur_left{
float:left;
width:435px;
margin-bottom:25px;
}
#entrepreneur_right{
float:right;
width:435px;
margin-bottom:25px;
}

.img_center{
width:910px;
text-align:center;
margin:30px 0;
}

#mainarea{
width:910px;
clear:both;
}




