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

/*=============================共通設定=============================*/

body{
	/*text-align				:center;	IE6対策*/
	/*font-family					:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-family					:"メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3" , Osaka;
	font-size					:13px;
	line-height					:160%;
	color						:#333;
}

*{
	margin:0;
	padding:0;
}

img{
	border						:0;
	margin:0;
	padding:0;
	vertical-align:top;
}

li{
	list-style-type				:none;
}

table{
	border-collapse:collapse;
}

a{
	text-decoration:none;
	color:#0066cc;
}
a:hover{
	text-decoration: underline;
	color:#cc0066;
}

.clearfix { display: inline-block; }   
.clearfix:after {   
	 clear						:both;   
	 content					:" ";   
	 display					:block;   
	 font-size					:0;   
	 height						:0;   
	 visibility					:hidden;   
}
.clear{
	clear:both;
}
/* start commented backslash hack \*/  
* html .clearfix {
	height						:1%;
}   
.clearfix { display: block; }   
/* close commented backslash hack */

.c{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
}


/*=============================共通=============================*/

#list{
	margin						:0 auto;
	padding						:100px 0 0 0;
	width						:950px;
}
#list li{
	margin:0 0 0 20px;
}

.center{
	text-align:center;
}

/*=============================標準レイアウト=============================*/

#standard{
	margin						:0 auto;
	width						:950px;
}

#standard #ttl{
	background:url(../images/common/head.jpg) no-repeat;
	width:950px;
	height:60px;
}

#standard header aside{
	text-align:center;
	padding:4px 0;
}

#standard #left{
	width:630px;
	float:left;
	padding:0 20px 0 0;
}

#google_search{
	text-align:center;
	margin:15px auto 20px;
}

#standard #right{
	width:300px;
	float:left;
	padding:0 0 0 0;
}
#standard #right nav{
	background:#fff;
}
#standard #right_btm nav{
	width:120px;
	padding:5px;
	margin:0 8px 0 0;
	border: #CC3366 1px solid;
	float:left;
}

#standard #right_btm aside{
	width:160x;
	float:left;
}

#standard #right_btm ul {
	font-size:12px;
	padding:3px 0 5px 0;
	margin:3px 0 5px 0;
	border-bottom:#CCCCCC 1px dotted;
}
	
#standard #right_btm li {
	line-height:18px;
	background:url(../images/common/theme_list.gif) no-repeat;
	padding:0 0 0 15px;
}

footer{
	margin:10px 0;
	text-align:center;
	background:#fcc;
	padding:4px 0;
}

#standard #bread{
	background:#eee;
	padding:5px;
	font-size:11px;
}

/*=============================写真付きレイアウト=============================*/
.photo_w , .photo_s , .photo_wide{
	text-align:center;
	margin:0 0 20px 0;
}

.photo_s figure , .photo_w figure{
	width:310px;
}

.photo_wide{
	width:630px;
}

.photo_s figcaption , .photo_w figcaption , .photo_wide figcaption{
	margin:4px 0 0 0;
	line-height:120%;
	font-size:10px;
}

.photo_w figure{
	float:left;
}


#type_a .top{
	text-align:center;
	border-bottom:solid 1px #ccc;
	margin:10px 0 0 0;
}
#type_a h2{
	font-size:18px;
	margin:4px;
}
#type_a .top li{
	border:solid 1px #ccc;
	border-bottom:none;
	background:#fff;
	padding:2px;
}
#type_a .top .ttl{
	background:#eaf0fb;
	color:#000;
}
#type_a .red{
	color:#f00;
}
#type_a .main{
	margin:20px 0;
}
#type_a .main img{
	float:left;
	margin:0 10px 10px 0;
}

.odd{
	margin:0 0 0 30px;
}

.odd8{
	margin:0 0 0 18px;
}



/*============================= 史跡とお店紹介の上部ナビ =============================*/
#top_nav{
	width:300px;
	margin:0 auto;
	text-align:center;
}
#top_nav li{
	float:left;
	width:94px;
	padding:2px;
	border:solid 1px #39F;
}
#top_nav .center{
	background:#39F;
	color:#fff;
}

/*＝＝＝＝　イーコマース　＝＝＝＝*/
#dtm{
	width:630px;
	margin:40px auto 20px 81px;
}
#dtm p{
	text-align:center;
}
#dtm2{
	width:630px;
	margin:40px auto 20px 147px;
}
#dtm2 p{
	text-align:center;
}
