﻿@charset "UTF-8";
/*
	↑文字コードの指定。必ず先頭に書くこと。CSSファイルの先頭に文字コードを指定した場合、その文字コードでファイルを保存します。
*/

/*
	↓書き換え自由
*/

html {
	color: #660000;
	font-family: Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
	line-height: 150%;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(images/bg_body.png);
	background-repeat: repeat-x;
	background-position: center top;
}
div {
}
img {
	border: 0;
	line-height: 0;
	vertical-align: bottom;
}
a {
	color: #f9870e;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
form {
	display:inline;
}
table {
	margin: auto;
}
h1 {
	margin:10px auto;
}
h2 {
	padding-top: 12px;
	margin:10px auto;
	font-size: 22px;
	font-weight:bold;
	width: 875px;
	height:48px;
	text-align: left;
	background-image: url(images/h2_bg.gif);
	background-repeat: no-repeat;
	text-indent:4em;
}
h3 {
	padding: 2px;
	margin: 0px;
	font-size: 12px;
}
strong {
	padding: 2px;
	margin: 0px;
	font-size: 15px;
}
p {
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
table td > p {
	margin:0;
	padding:2px 0;
}
.clear {
	clear:both;
}
.pagetop {
	width:960px;
	margin:10px auto;
	text-align:right;
}
/*画像傾斜*/
.rotatel {
	transform: rotate(-10deg);
}
.rotater {
	transform: rotate(10deg);
}
/*-------------------------------- CLEAR FIX設定ここから--------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*下のmacのあとは本来英字では逆スラッシュ箇所 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*-------------------------------- CLEAR FIX設定ここまで--------------------------------*/

/*ＴＯＰ*/

#gaiyo {
	width: 800px;
	padding: 0px;
	margin:0 auto;
	text-align: left;
}
#gaiyo dl {
	margin: 0;/*マージンをいれるとI.Eでのみgaiyoのブロック要素に影響を与えてしまう。*/
	padding: 0;
	text-align: left;
	background-image:url(images/bg_gaiyo.gif);
	float:left;
}
#gaiyo dl dt {
	float: left;
	width: 7em;
	padding: 2px 0;/*上下　左右*/
	font-weight: bold;
	text-indent: 1em;/*パディングではなく、ここで余白調整*/
}
#gaiyo dl dd {
	padding: 2px 0 2px 7em;/*上　右　下　左　左はdtのwidth以上を指定*/
	text-align:left;
}
#map {
	float:right;
	padding:10px;
	border: 2px solid #FFA9AD;
	border-radius: 20px;
}
.ensha {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	width: 800px;
}
.ensha img {
	width: 740px;
	border-radius:20px;
}
#houshin {
	width: 620px;
	padding: 2px;
	margin:0px auto;
	text-align: left;
	background-image:url(images/zou.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#houshin h3 {
	font-size:25px;
	color:#F99;
	margin-bottom:20px;
}
#houshin p {
	font-size:16px;
}
#jyouho {
	margin:0 auto;
	width:840px;
}
#jyouho p {
	width:160px;
	height:20px;
	padding:3px;
	background-color:#F3F3F3;
	border-radius:10px;
	box-shadow: 2px 2px #ccc;
	text-align:center;
	float:left;
}
#jyouho a {
	color:#666;
}

/*20240531ここから*/
#link {
	width:940px;
	margin:10px auto;
}
#link table tr td {
	width:165px;
	padding:10px;
    border-collapse: separate;
    border-spacing: 3px;
	border-radius: 20px;
	text-align:center;
}
#link td a {
	color:#600;
	font-size:16px;
	font-weight:bold;
}
#link td.no1 {
	background-color: #bde1a0;
}
#link td.no2 {
	background-color: #f6e89f;
}
#link td.no3 {
	background-color: #efc98d;
}
#link td.no4 {
	background-color: #a0c5e1;
}
#link td.no5 {
	background-color: #ff7676;
}
/*20240531ここまで*/

/*デイリー*/
#day {
	width:840px;
	line-height:130%;
	margin: 0 auto;
	vertical-align:top;
}
#kubun1 {
	border: 2px solid #eebcd7;
	border-radius: 20px;
	margin:10px;
	width:250px;
	float:left;
	background-image:url(images/bg_day_kubun1.gif);
}
#kubun2 {
	border: 2px solid #cfeebc;
	border-radius: 20px;
	margin:10px;
	width:250px;
	float:left;
	background-image:url(images/bg_day_kubun2.gif);
}
#kubun3 {
	border: 2px solid #bcdaee;
	border-radius: 20px;
	margin:10px;
	width:250px;
	float:left;
	background-image:url(images/bg_day_kubun3.gif);
}
#day table {
	width:240px;
	padding:10px;
	float:left;
	margin:10px auto;
}
#day table caption {
	font-weight:bold;
}
#kubun1 table th {
	text-align:center;
	vertical-align:top;
	width:65px;
	background-image:url(images/bg_day_time1.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:5px;
}
#kubun2 table th {
	text-align:center;
	vertical-align:top;
	width:65px;
	background-image:url(images/bg_day_time2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:5px;
}
#kubun3 table th {
	text-align:center;
	vertical-align:top;
	width:65px;
	background-image:url(images/bg_day_time3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:5px;
}
#day table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C66;
	line-height:1.5em;
	text-align:left;
	vertical-align:top;
	padding:5px;
}
#day table td img {
	width:145px;
}
#day_photo {
	width:860px;
	margin:20px auto 10px;
}
#day_photo table td {
	text-align:center;
	padding:10px;
}
#day_photo table td img {
	width: 190px;
	border-radius: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: medium solid #FFF;
	box-shadow:2px 2px #ccc;
}
/*イベント*/
#event {
	width:860px;
	line-height:130%;
	margin: 0 auto;
	vertical-align:top;
}
#event table {
	margin:20px auto;
}
.eventphoto img {
	width:190px;
	border-radius:20px;
	border: medium solid #F2EFD7;
}
.eventtxt {
	line-height: 30px;
	background-image: url(images/bg_eventtxt.png);
	background-position: left bottom;
	text-align: left;
	font-weight:bold;
	font-size:14px;
}
/*特色*/
#toku {
	width:720px;
	line-height:130%;
	margin: 0 auto;
	vertical-align:top;
}
.toku_wrap {
	width: 680px;
	margin:20px auto;
	padding:10px;
	border-radius:20px;
	background-color:#FFF;
	border: medium solid #F9C;
}
#toku h3 {
	font-size:16px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #f9c;
	text-align:center;
}
#toku table {
	margin:10px auto;
	width:620px;
}
#toku table tr td.text {
	vertical-align:top;
	text-align:left;
	width:400px;
}
#toku table tr td.photo {
	width:210px;
}
#toku table tr td.photo img {
	width:210px;
	border-radius:20px;
	border: medium solid #FCDBEB;
}
/*ブログ*/

.blog_wrap {
	width: 800px;
	margin:20px auto;
	padding:10px;
	text-align:left;
	border-radius:20px;
	border: medium solid bde7ee;
	box-shadow: 3px 3px #ccc;
	background-color:#FFF;
}
.blog_contents {
	width:800px;
	margin:0;
	padding:0;
}
.blog_contents p.date {
	font-size: 12px;
	text-align:right;
	width: 780px;
	margin:0 10px;
	padding:0;
}
.blog_contents p.title {
	text-align: left;
	padding:0 10px;
	margin: 0 10px 5px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #FCDBEB;
	border-left-color: #FCDBEB;
	font-weight:bold;
}
.photo_box {
	margin-left:15px;
	margin-top:15px;
	padding:0;
	width: 240px;
	float:left;
}
.photo_box img {
	width: 240px;
	margin: 0px;
}
.photo_box p {
	width: 230px;
	margin: 0px;
	font-size:12px;
}
.blogtext {
	text-align:left;
	margin:20px auto 15px;
	clear:both;
	width:96%;
}
p.navi {
	margin: 10px auto;
	width: 400px;
	text-align: center;
}
/*アルバム→設置時に使用*/
.album_wrap {
	width:600px;
	margin:auto;
}
.album_menu {
	width:120px;
	float:right;
}
.album_menu h5 {
	width:120px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
}
.album_menu ul {
	width:120px;
	padding:0px;
	margin:0;
}
.album_menu ul li {
	width:120px;
	list-style-type:none;
	margin:0;
	padding:5px 0px;
	font-size:12px;
	text-align:left;
	line-height:110%;
}
.album_contents {
	width:460px;
	float:left;
}
.album_main {
	width: 460px;
	text-align: left;
	margin: 0 auto 15px;
	background-color: #FFECD9;
}
.album_main p.date {
	width: 445px;
	text-align: right;
	font-size:12px;
	margin:0;
	padding-right: 10px;
}
.album_main p.title {
	width: 450px;
	border-top: 1px dotted #F69;
	border-bottom: 1px dotted #F69;
	background-color: #FFCFB9;
	padding:0;
	margin: 5px;
}
.album_main p.text {
	padding: 5px;
	margin: 5px;
	font-size:12px;
}
.album_main img {
	width: 250px;
	height:167px;
	margin:5px;
}
/*
	ここからがかえるくん用
*/

#system_main {
	width:100%;
	margin: 0 auto;
	padding: 0px;
}
#system_header {
	width:100%;
	padding-top:50px;
}
#system_menu {
	width:100%;
	margin-bottom:20px;
}
#system_menu a {
	display:block;
	width:162px;
	height:76px;
	text-indent:-9999px;
	background-position:top;
}
#system_menu a:hover {
	background-position:bottom;
}
#system_menu a.menu1 {
	background-image: url(images/menu01.png);
}
#system_menu a.menu2 {
	background-image: url(images/menu02.png);
}
#system_menu a.menu3 {
	background-image: url(images/menu03.png);
}
#system_menu a.menu4 {
	background-image: url(images/menu04.png);
}
#system_menu a.menu5 {
	background-image: url(images/menu05.png);
}
#system_contents {
	width:100%;
	margin:60px auto 0;
}
#system_contents td {
	margin:auto;
}
#system_footer {
	width: 100%;
	height:180px;
	padding: 2px 0;
	margin: 10px auto 0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background: url(./images/bg_footer2.png) center bottom no-repeat, url(./images/bg_footer.gif) center bottom repeat-x;
}
#system_footer p {
	width: 95%;
	padding-top:60px;
	text-align:center;
}
.searchsubmit {
	margin-top:10px;
	width:120px;
	text-align:center;
}
