﻿@charset "UTF-8";

@import url('reset.css');
@import url('navi.css');
@import url('ticket.css');

/*フォント*/
body {
	font-family : "ＭＳ Ｐゴシック" ,"MS PGothic" , "MS UI Gothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro W3" ,"Hiragino Kaku Gothic Pro" , "OSAKA" , "メイリオ", "Meiryo", "sans-serif" ;
/* 2010/02/08 */
	text-align:center; 
	}

/*リキッドレイアウトベース*/

div#wrapper {
	min-width:975px;
	max-width:975px;
	position:relative;
/* 2010/02/08 */
	text-align:left; 
	}
/*IE6用*/
* html div#wrapper {
	width:100%;
	}
	
div#conteainer {
	width:100%;
	}

div#main_content {
	width:100%;
	float:left;
	margin:0 -200px 0 0;
	}
div#main_container {
	margin:0 210px 0 10px;
	}
div#main_container .cleared {
	clear:both;
	}
div#r_side {
	width:200px;
	float:right;
	}

div#footer {
	clear:both;
	width:100%;
	background:#f2f2f2;
	text-align:center;
	}

div#header {
	height:180px;
	background:#2d3f81 url('../images/title.jpg');
	}
div#header h1 {
	text-indent:20px;
 	font-weight: bold;
 	font-size: 28pt;
 	line-height: 120%;
 	text-decoration: none;
 	text-transform: none;
 	color: #fffff0;
 	padding: 25px 16px 10px;
	}
div#header h2, div#header p {
	text-indent:20px;
	font-weight: bold;
	font-size: 15pt;
	line-height: 120%;
	text-decoration: none;
	text-transform: none;
	color:#fffff0;
	padding: 0px 30px 10px;
	}

/*ナビゲーション*/
div#global_navi {
	height:40px;
	background:#f2f2f2;
	border-bottom:2px solid #447f4c;
	}
div#sub_navi {
	height:40px;
	background:#f2f2f2;
	}
div#pan_navi {
	height:30px;
	border-bottom:1px solid #447f4c;
	/*margin:0 0 10px;*/
	}

/*記事*/
div#main_content h2 {
	font-size:140%;
	font-weight:bold;
	margin:10px 0 0;
	}
div#main_content h2.harfa {
	width:410px;
	float:left;
	margin:20px 0px 0px;
	}
div#main_content h2.harfb {
	width:330px;
	float:left;
	margin:20px 0px 0px;
	}
div#main_content p.day {
	background:#daa520;
	margin:10px 0 10px;
	padding:0 10px 0 0;
	line-height:2em;
	font-size:10%;
	text-align:right;
	}
div#main_content p.day2 {
	border-bottom:3px orange double;
	padding:10px 0 0 0;
	}
	
div#main_content p.delimitation {
	background:#ffffff;
	margin:5px 0 5px;
	padding:10px 10px 0 0;
	line-height:2em;
	text-align:right;
	}
div#main_content p.explanation {
	font-size:80%;
	line-height:150%;
	text-indent:5px;
	text-align:left;
	}
div#main_content div#photo_area {
	width:765px;
	background:#ffffff;
	float:left;
	margin:0px 0px 0px 0px;
	}

div#pageno {
	height:30px;
	border-bottom:3px orange double; 
}
div#pageno ul {
	padding:10px 0 0 10px;
}
div#pageno li {
	float:left;
	font-size:13px;
	color:#666;
	text-indent:10px;
}
div#pageno li.mypage {
	font-weight:bold;
}

div#spot-list {
	width:715px;
	margin-left:20px;
	}
div#spot-list table.spot {
	margin-left:10px;
	width:735px;
}
div#spot-list tr.spot {
	line-height: 120%;
	}
div#spot-list td.spot {
	font-size:14px;
	font-weight:bold;
	width:183px;
	padding:3px 2px 3px 2px;
}
div#spot-list td.spot a:link, td.spot a:visited, td.spot a:active,  td.spot a:hover {
	text-decoration : none;
	color:blue;
	border-left:3px red solid;
	padding-left:5px;
	}
div#photo_area dl.ticket {
	width:230px;
	height:380px;
	margin:5px;
	padding:5px;
	border:2px orange solid;
	float:left;
	}
div#photo_area dd.rate {
	width:230px;
	margin:0px;
	padding:3px 3px 0px 3px;
	font-size:18px;
	color:blue;
}
div#photo_area dd.plice {
	width:230px;
	margin:0px;
	padding:0px 0px 0px 3px;
	font-size:14px;
}
div#photo_area dd.photo {
	width:230px;
	margin:0px;
	padding:3px;
}
div#photo_area dd.photo img {
	width:230px;
	border:none;
}
div#photo_area dd.title {
	width:230px;
	margin:0px;
	padding:3px;
	font-size:16px;
	color:blue;
	line-height:140%;
}
div#photo_area dd.catchcopy {
	width:230px;
	margin:0px;
	padding:3px;
	font-size:14px;
	line-height:130%;
}
div#photo_area dd.sales {
	width:230px;
	margin:0px;
	padding:3px;
	font-size:14px;
}
div#photo_area span.l1 {
	font-size:30px;
	font-weight:bold;
	color:red;
}
div#photo_area span.l2 {
	font-size:16px;
	font-weight:bold;
	color:blue;
}
div#photo_area span.del {
	text-decoration:line-through;
}
div#photo_area dd.title a {
	color:blue;
}
			
/*右サイド*/
div#r_side div#col01 {
	width:200px;
	margin:10px auto 10px;
	background:#ffffff url('../images/title_200.gif') no-repeat;
	}
div#r_side div#col01 h3 {
	text-indent:1em;
	line-height:30px;
	}
div#r_side div#col01 ul {
	font-size:14px;
	}
div#r_side div#col01 ul li {
	list-style:url('../images/mark_gr.gif');
	margin:10px 10px 10px 20px;
	line-height:120%;
	}
div#r_side div#col01 dl {
	width:200px;
	margin:0px;
	padding:0px;
	}
div#r_side div#col01 dl.nta {
	margin-top:5px;
	}
div#r_side div#col01 dd {
	font-size:13px;
	margin:5px 0px 0px 0px;
	line-height: 120%;
	}
div#r_side div#col01 dd.nta {
	border-left:3px green solid;
	padding-left:5px;
	margin-left:3px;
	}
div#r_side div#col01 img {
	border:none;
	}

div#r_side div#pr02 {
	width:200px;
	margin:5px auto 5px;	
	text-align:center;
	font-size:12px;
	line-height:140%;
	}
div#r_side div#pr02 img {
	border: none;
	}

/*フッター*/
div#footer {
	font-size:70%;
	color:#333333;
	padding:20px 0;
	}
div#footer p {
	font-size:13px;
	color: #000000;
	text-indent:0px;
	font-weight:100;
	line-height: 100%;
	text-decoration: none;
	text-transform: none;
	padding: 0px 0px;
	}
