/* CSS Document */
*{	margin:0; padding:0; }
body{ background-color: #F4C7D5;}

/*-----------------------------------トップページ*/
#top_wrapper {
	width: 760px;
}
#top_wrapper #bk_right{
	width: 40px;
	background: url(pix/top/bk01.gif) repeat-y;
}
#top_wrapper #top_main{
	width: 720px;
	height: 510px;
	background: url(pix/top/top_img.jpg) no-repeat;
}
#top_wrapper #bk_bottom{
	width: 720px;
	height: 30px;
	background: url(pix/top/under.gif) repeat-x;
}
#top_wrapper #bk_kado{
	width: 40px;
	height: 30px;
	background: url(pix/top/right_kado.gif) no-repeat;
}
#top_wrapper #top_main #nav_box {
	left: 26px;
	top: 255px;
	position: absolute;
}
#top_wrapper #top_main #nav_box td{
	padding-right: 8px;
}
#top_wrapper #top_main #top_ttl {
	left: 26px;
	top: 302px;
	position: absolute;
}
#top_wrapper #top_main #top_add {
	left: 30px;
	top: 400px;
	width: 440px;
	position: absolute;
}
#top_wrapper #top_main #copy {
	left: 30px;
	top: 490px;
	width: 440px;
	position: absolute;
	font-size: 10px; line-height: 130%; color: #333333;
}
#top_wrapper #top_main #banner {
	left: 478px;
	top: 400px;
	width: 184px;
	height: 64px;
	position: absolute;
}

