@import url("base.css");


/*コンテンツ部分*/

#main{

margin:25px 0;
}

#content{
width:780px;
height:550px;
margin:0 auto;
text-align:left;
}

#content_area{
width:780px;
background:url(../img/top_photo.jpg) no-repeat right;
}

#text_area{
text-align:center;
width:330px;
height:550px;
background:url(../img/top_textbg.jpg) top left no-repeat #2B2925;
margin:0px 450px 0px 0px;
font-size:13px;
line-height:1.3;
}

#top_text{
	width:288px;
	margin:0 auto;
	padding:50px 0 30px 0;
	text-align:left;
}

#top_text h3{
margin:15px 0 25px 0;
padding:0;
}

#top_text p{
	margin:15px 0 0 0;
	padding:0;
}



