﻿@charset "UTF-8";

@import url('reset.css');
@import url('navi.css');
@import url('basic1.css');
/*
@import url('calendar.css');
@import url('map.css');
*/

/*フォント*/
body {
/*
	font-family : "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro W3" ,"Hiragino Kaku Gothic Pro" , OSAKA ,メイリオ,Meiryo ,"ＭＳ Ｐゴシック" ,"MS PGothic" , "MS UI Gothic" , sans-serif ;
*/
	font-family : "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro W3" ,"Hiragino Kaku Gothic Pro" , OSAKA , 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#r_side {
	width:200px;
	float:right;
	background:#f2f2f2;
	}

div#footer {
	clear:both;
	width:100%;
	background:#f2f2f2;
	text-align:center;
	}

/*サイトID*/

div#header {
	height:180px;
	background:#2d3f81 url('../images/onsen.jpg') repeat-x;
	}
div#header h1 {
	text-indent:20px;
 	font-weight: bold;
 	font-size: 28pt;
 	line-height: 120%;
 	text-decoration: none;
 	text-transform: none;
 	color: #ffffff;
 	padding: 25px 16px 10px;
 	}
div#header h2 {
	text-indent:20px;
	font-weight: bold;
	font-size: 16pt;
	line-height: 120%;
	text-decoration: none;
	text-transform: none;
	color: #ffffff;
	padding: 0px 16px 10px;
	}
div#pr01 {
	position:absolute;
	top:15px;
	right:150px;
	}

/*ナビゲーション*/

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 p {
	line-height:2em;
	text-indent:1em;
	text-align:justify;
	}
	
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.delimitation {
	background:#ffffff;
	margin:10px 0 10px;
	padding:0 20px 0 0;
	line-height:2em;
	font-size:100%;
	text-align:right;
	}
	
div#main_content div#photo_area {
	width:753px;
	background:#ffffff;
	float:left;
	margin:0 0 0 0;
	}

div#photo_area img{
	border:0 orange none;	
	}
	
div#main_content div#photo_area p {
	text-indent:0;
	font-size:80%;
	text-align:center;
	margin:5px 0;
	}
	
/*右サイド*/

div#r_side div#pr02 {
	width:200px;
	margin:5px auto 5px;	
	text-align:center;
	}

div#r_side div#pr02 img {
/*	border:1px orange dotted; */
	border: none;
	}

div#r_side div.col01 {
	width:200px;
	margin:10px auto 10px;
	border-bottom:1px solid #dddddd;
	}

div#r_side div.col01 {
	background:#f2f2f2 url('../images/sidecol.gif') no-repeat;
	color:#333333;
	}
div#r_side div.col01 h3 {
	/*font-weight:bold;*/
	text-indent:1em;
	line-height:30px;
	}
div#r_side div.col01 ul {
	font-size:80%;
	}
div#r_side div.col01 ul li {
	list-style:url('../images/mark_gr.gif');
	margin:10px 10px 10px 30px;
	}
div#r_side div.col01 ul.rd li {
	list-style:url('../images/mark_rd.gif');
	border-bottom:1px dashed #aa1010;
	}
div#r_side div.col01 ul li a:hover{
	background-color:#ffd700;
}
	
/*フッター*/
div#footer {
	font-size:70%;
	color:#333333;
	padding:20px 0;
	}
