@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: black;
	background-color: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/b123.jpg);
	background-repeat: repeat;
	background-position: left bottom;
	background-attachment:fixed;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: black;
    text-decoration: none;	/*リンクの文字色*/
}

a:hover {
	color: #7e6b5a;		/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。入れたままがいいならこの１行削除。*/
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	width: 943px;
	background-color: white;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*ヘッダー（右上の写真とh1タグが入ったボックス）
---------------------------------------------------------------------------*/
#header {
	background-image: url(images/yakyuu5.jpg);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 245px;	/*ヘッダーの高さ。背景画像の高さに2を加えた数字にする。*/
	width: 718px;
	position: relative;
	margin-bottom: 3px;
	border: 1px solid #a3c180;
	background-position: center center;
	background-color: #FFFFFF;
}

#header h1 {
	font-size: 11px;	/*h1タグの文字サイズ*/
	color: #647D46;		/*h1タグの文字色*/
	line-height: 13px;
	position: absolute;
	right: 10px;	/*ヘッダーに対して右から10pxの位置に配置*/
	bottom: 10px;	/*ヘッダーに対して下から10pxの位置に配置*/
}



/*ロゴ画像
---------------------------------------------------------------------------*/
#logo {
	padding-bottom: 3px;
}



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	width: 720px;
	float: right;
	padding-bottom: 50px;
}

#main h2 {
	font-size: 14;
	text-align: center;
	color: #729646;
	background-color: #FFFFFF;
	border-bottom: 4px solid #647D46;		/*h2タグの下線*/
	background-image: url(images/h2bg.gif);	/*h2タグの背景画像*/
	background-position: bottom;
	background-repeat: repeat-x;
	border-top: 1px solid #E8EFDF;			/*h2タグの上線*/
	padding: 5px 5px 3px 10px;
}

#main p {
	padding: 0.5em 10px 1em;
}

/*メインコンテンツ内のボックス*/
.mainbox {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a3c180;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-bottom: 2em;
}

/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/

.manebox {
	background-color: #FFFFFF;	/*背景色*/
	font-size: 15px;
	font-family: "MSゴシック",sans-serif;
	border: 1px solid #a3c180;	/*枠線色*/
	padding: 5px;				/*余白*/
	margin-bottom: 2em;
}


/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/

.gallery li{
    text-align: center;
    margin-left: auto;
	margin-right: auto;
	padding: 20px 25px;
	float: left;
	max-width: 50%;
}

.gallery img{
    padding: 10px;
	background: #fff;
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,4);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,4);
	box-shadow: 0px 3px 3px rgba(0,0,0,4);
	position: relative;
}

ul.gallery .pic-1{
    z-index: 1;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

ul.gallery .pic-2{
    z-index: 1;
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}

ul.gallery .pic-3{
    z-index: 1;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

ul.gallery .pic-4{
    z-index: 1;
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
}

ul.gallery .pic-5{
    z-index: 1;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

ul.gallery .pic-6{
    z-index: 1;
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
}


/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
table{
    border: #a3c180 1px solid;
	border-collapse: collapse;
	font-size: 16px;
	width: 100%;
	color: black;
}

table th.t_top{
    border: #a3c180 1px solid;
	background-color: green;
	text-align: center;
	padding: 10px;
	font: bold;
}

table td.t_line01{
    border: #a3c180 1px solid;
	background-color: #AFEEEE;
	vertical-align: top;
	text-align: center;
	padding: 10px;
}

table td.t_line02{
    border: #a3c180 1px solid;
	background-color: #F0E68C;
	vertical-align: top;
	text-align: center;
	padding: 10px;
}

table td.t_line03{
    border: #a3c180 1px solid;
	background-color: #ADFF2F;
	vertical-align: top;
	text-align: center;
	padding: 10px;
}

/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/

div.box  table{
    margin:10px auto;
	text-align: center;
}

div.box .even{
    background:#F2F2F2;
}

div.box th{
    background:#D3DCE3;
}

div.box th,td{
    padding:5px;
    font-size:small;
}


/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
div.mane h4{
	font-size: 120%;
	padding: 10px 0 0 80px;
}

div.mane a{
   text-decoration: none;
}

div.mane p{
    margin: 25px 0 0 10px;
	font-size: 14px;
}

.mane {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a3c180;	/*枠線色*/
	padding: 5px;				/*余白*/
}

#button {
    width:300px;
    color:#ffffff;
    background:#337fcc;
    font-size:20px;
    font-weight:bold;
    text-shadow:0 -1px 0px #225588,0 -2px 0px #225588;
    text-align:center;
    display:block;
    text-decoration:none;
    border:1px solid #225588;
    padding:6px 0 4px 0;
	margin: 5px 0 5px 3px;
    border-radius:5px;
    background:-moz-linear-gradient(rgba(21,178,57,0.5), rgba(21,178,57,1));
    background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(11,144,66,0.5)), to(rgba(11,144,66,1)));
    box-shadow:1px 2px 2px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.5) inset, 0px -1px 0px rgba(255,255,255,0.2) inset;
}

a#button:hover {
    background:-moz-linear-gradient(rgba(11,144,66,0.4), rgba(11,144,66,0.9));
    background:-webkit-gradient(linear, 100% 0%, 100% 100%, from(rgba(11,144,66,0.4)), to(rgba(46,178,59,0.9)));
}

/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
div.cal_wrapper {
	padding: 10px 0px;
}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 310px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 11px;
	margin: 0px 1px;
	padding: 1px 5px;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 16px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 15px;
	font-size: 16px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Sat {
	color: #00F;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #F00;
	background-color: #FEE;
}
div.cal_wrapper table.cal tr td div.siai {
	font-weight: bolder;
	background-color: #7FFFD4;
	border-radius: 3px;
}

div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}


/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-bottom: 50px;
}

#side h3 {
	font-size: 100%;
	color: #729646;				/*h3タグの文字色*/
	background-color: #FFFFFF;	/*h3タグの背景色*/
	padding-left: 20px;
	border: 1px solid #a3c180;	/*h3タグの枠線色*/
}


#side p {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}


#side a{
	text-decoration: none;
	
}

#side .toi a{
    color: blue;
}

#side .line a{
    text-decoration: underline;
}


/*メインメニュー
---------------------------------------------------------------------------*/
ul.menu {
	margin-bottom: 1em;
}

ul.menu li {
	margin-bottom: 3px;
}

ul.menu a {
	line-height: 60px;
	color: #729646;	/*メニューの文字色*/
	text-decoration: none;
	background-image: url(images/menu_bg.gif);	/*メニューの背景画像*/
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 180px;
	background-position: top;	/*画像の上半分だけを表示させる設定*/
	padding-left: 20px;
	overflow: hidden;
}

ul.menu a:hover {
	background-position: bottom;/*カーソルオーバー時に画像の下半分だけを表示させる設定*/
	color: #7e6b5a;
}

/*フッター（コピーライトとか入っている最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	clear: both;
	width: 100%;
}

/*トップページの「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 688px;			/*What's Newボックスの幅*/
	height: 140px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px;
}

#main dl.new dt {
	font-weight: bold;		/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #E8EFDF;	/*日付ごとに入る下線*/
}

#main dl.new a {
    color: blue;
}

#main dl.new a:hover {
    color: pink;
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 708px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #a3c180;
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #EAF1E2;	/*左側thタグの背景色*/
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
}



/*その他
---------------------------------------------------------------------------*/
.color1 {
	color: #7e6b5a;
}

.look {
	background-color: #F3F0ED;
}

.mb1em {
	margin-bottom: 1em;
}
