﻿@charset "UTF-8";

/*================================================
　 画面用CSS Document 
================================================*/

/*================================================
  周辺のご案内用
================================================*/

/*=========================================
  各ページ共通部用スタイルシートの読み込み
===========================================*/
@import "base.css";


/*================================================
  メイン部
================================================*/

	
/*周辺見所の写真
------------------------------------------------*/	
#main .arround-photo{
	width:96%;
		}


#main .arround-photo .l-photo{
	width:367px;
	float:left;
	text-align:center;
	}

#main .arround-photo .s-photo{
	width:210px;
	float:left;
	text-align:center;
	}

*:first-child+html #main .arround-photo .s-photo{ 	/*IE7対策*/
	width:230px;
	}

/*周辺見所の説明
------------------------------------------------*/	
#main .arround-explain{
	clear:both;
	width:96%;
		}

