@charset "utf-8";
/* ===================================================================
CSS information

 file name  :sightseeing.css
 author     :Ability Consultant
style info  :（ページ名に合わせて記述）設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* #pagetitle	内部ページ用画像表示部分
----------------------------------------------------*/
#sightseeing #pagetitle h2 {
	background: url(../sightseeing/images/title.jpg) 0 0 no-repeat;
}

/* 共通
----------------------------------------------------*/
#sightseeing p {
	line-height: 1.4em;
}

#sightseeing img{
	margin-bottom:15px;
}

/* ポイント1
----------------------------------------------------*/
#sightseeing .point_01 {
	width:715px;
	height:360px;
	margin:0 auto;
	background-image: url(../sightseeing/images/img_point01.jpg);
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#sightseeing .point_01 p {
	width:255px;
	padding-left:435px;
	padding-top:130px;
}

/* ポイント2
----------------------------------------------------*/
#sightseeing .point_02 {
	width:715px;
	height:330px;
	margin:0 auto;
	background-image: url(../sightseeing/images/img_point02.jpg);
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#sightseeing .point_02 p {
	width:255px;
	padding-left:25px;
	padding-top:130px;
}

/* ポイント3
----------------------------------------------------*/
#sightseeing .point_03 {
	width:715px;
	height:330px;
	margin:0 auto;
	background-image: url(../sightseeing/images/img_point03.jpg);
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#sightseeing .point_03 p {
	width:255px;
	padding-left:230px;
	padding-top:130px;
}

/* ポイント4
----------------------------------------------------*/
#sightseeing .point_04 {
	width:715px;
	height:330px;
	margin:0 auto;
	background-image: url(../sightseeing/images/img_point04.jpg);
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#sightseeing .point_04 p {
	width:255px;
	padding-left:435px;
	padding-top:127px;
}

/* ポイント5
----------------------------------------------------*/
#sightseeing .point_05 {
	width:715px;
	height:330px;
	margin:0 auto;
	background-image: url(../sightseeing/images/img_point05.jpg);
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#sightseeing .point_05 p {
	width:255px;
	padding-left:25px;
	padding-top:130px;
}

/* ポイント6
----------------------------------------------------*/
#sightseeing .point_06 {
	width:715px;
	height:371px;
	margin:0 auto;
	background-image: url(../sightseeing/images/img_point06.jpg);
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#sightseeing .point_06 p {
	width:255px;
	padding-left:230px;
	padding-top:115px;
}

/* ポイント7
----------------------------------------------------*/
#sightseeing .point_07 {
	width:715px;
	height:360px;
	margin:0 auto;
	background-image: url(../sightseeing/images/img_point07.jpg);
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#sightseeing .point_07 p {
	width:255px;
	padding-left:435px;
	padding-top:115px;
}

/* バナー
----------------------------------------------------*/
#sightseeing .bn_all p{
	margin: 0 auto;
	text-align:center;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}