@charset "UTF-8";
/* CSS Document */

div.img_tit {
	margin-top: 30px;
}
div#tit_main_area {
	display: block;
	width: 600px;
	height: auto;
	background: url(../img_index/img_main_line.gif) repeat-y;	
}
div#main_left {
	display: block;
	width: 320px;
	height: 80px;
	float: left;
}
div#main_right {
	display: block;
	width: 280px;
	height: 212px;
	float: right;
}
p.text_main {
	width: 300px;
	height: auto;
	padding: 0 0 0 20px;
	float: left;
}
/*3つの特徴*/
div#accent_area {
	display: block;
	width: 600px;
	height: auto;
	background: url(../img_index/img_accent_bg.gif) repeat-y;
}
p.text_right {
	width: 370px;
	height: auto;
	padding: 0 20px 10px 0;
	float: right;
}
div.text_left {
	width: 150px;
	height: auto;
	padding: 0 0 0 25px;
	float: left;
}

/*バナー*/
div#bn_schedule {
	width: 350px;
	height: 45px;
	float: left;
}
div.bn_inguiry {
	width: 222px;
	height: 45px;
	float: right;
}


div#tit_blog {
	display: block;
	width: 600px;
	height: 160px;
	background: url(../img_index/tit_blog-advice.gif) no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}
p.text_blog {
	width: 200px;
	height: 20px;
	float: right;
	margin-top: 130px;
}
div#tit_copy {
	width: 375px;
	height: 45px;
	float: left;
}