/*---------------------------toppage css---------------------------*/
.top_photo{
	height:214px;
	width:780px;
	background-image:url(../images/top/top_photo.jpg);
}

/*----------コンテンツ----------*/
/*----左ナビ：リンク----*/
#navi-out div.navi-inner{
	padding:12px 8px 50px;
}
#navi-out div.navi-inner img{
	padding-bottom:3px;
}
#navi-out h2{
	padding-top:20px;	
}
.navi{
	background-image: url(../images/bg_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 24px;
	padding:27px;
}

/*----右メイン----*/
.main{
	background-image: url(../images/bg_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 24px;
	padding:20px 27px 27px 28px;
}
.line1{
	margin: 0px;
	padding: 20px 0px;
	background-image: url(../images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: 0px 15px;
	width: 495px;
}