@import "common.css";

/* 
body{
	background-image:url(../images/back1.jpg);
	background-repeat:repeat-x;
}
*/

/* メインイメージ */
#main_img{
	margin: 0 auto;
	width:960px;
}

/*左側*/
#leftc{
	float:left;
	padding: 75px 0 0 20px;
	width:500px;
	height:380px;
	font-size: 14px; 
	line-height: 30px;
/*	background-color:#cccccc;*/
}

#bnr1{
	float:left;
	margin:30px 0 0 0;
	width:528px;
	height:80px;
/*	background-color:#cccccc;*/
}

#bnr1 img{

	margin:0 18px 0 0;
}

.catch1{
	margin:0 0 20px 0;
}


/*右側*/
#rightc{
	float:left;
	margin:75px 0 0 50px;
	width:400px;
	height:300px;
	background-image:url(../images/img_pen.jpg);
	background-repeat: no-repeat;
	background-position: bottom 0px right 270px;
	
}

#odbnr{
	float:left;
	margin:0 0 0 20px;
	padding:30px 20px 20px 60px;
	width:290px;
	height:140px;
	border:1px dashed #333333;
	background-color:#ffffff;
}

#odbnr img{
	margin:0 0 15px 0;
}

#odbnr p{
	line-height: 23px;
}

#telbnr{
	float:right;
	margin:25px 0 0 20px;
	width:250px;
	height:85px;
}



#telbnr p{
	font-size: 10px; 
}

#telbnr img{
	margin:10px 0 5px 0;
}