﻿@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);


/* ---------------------------------------------------------------- *
	ドキュメント全体
 * ---------------------------------------------------------------- */

body {
color: #362e2b;
background: #daeba4 url('../img/background.jpg') repeat-x;
height: 100%;
}

#container {
background:transparent;
width: 900px;
margin: 0 auto;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分
 * ---------------------------------------------------------------- */

#header {
background:url('../img/header_bnr.png') no-repeat right 30px;
margin:0;
padding: 0;
width: 900px;
height: 98px;
}

h1#logo {
float: left;
padding:0;
}

h1#logo a {
display: block;
background: url(../img/logo.png) no-repeat 0 0;
width: 253px;
height: 98px;
}

#tabnavi{
float:right;
list-style:none;
}

#tabnavi li{
float:left;
list-style:none;
padding: 5px 13px;
background: url('../img/arrow.png') no-repeat left center;
font-weight:bold;
font-size: 13px;
}

#tabnavi li a {
text-decoration: none;
}


/* ---------------------------------------------------------------- *
	ナビゲーション部分
 * ---------------------------------------------------------------- */

ul#navi {
width:900px;
margin:0;
padding:0;
overflow:hidden;
zoom:100%;
}

ul#navi li {
float:left;
list-style:none;
}

ul#navi li a {
display:block;
height:36px;
width:180px;
text-align:center;
font-weight:bold;
letter-spacing:1px;
text-indent:-9898px;
background-image:url(../img/navi.png);
background-repeat:no-repeat;
}

ul#navi li a.navi01 {background-position:0px 0px;width:180px;}
ul#navi li a.navi01:hover {background-position:0 -36px;}
ul#navi li a.navi02 {background-position:-180px 0px;}
ul#navi li a.navi02:hover {background-position:-180px -36px;}
ul#navi li a.navi03 {background-position:-360px 0px;}
ul#navi li a.navi03:hover {background-position:-360px -36px;}
ul#navi li a.navi04 {background-position:-540px 0px;}
ul#navi li a.navi04:hover {background-position:-540px -36px;}
ul#navi li a.navi05 {background-position:-720px 0px;}
ul#navi li a.navi05:hover {background-position:-720px -36px;}

#submenu {
width:900px;
height:20px;
margin-bottom:5px;
margin-left:0;
margin-right:0;
margin-top:3px;
padding: 0;
}

#submenu ul {
margin: 0;
padding: 0;
}

#submenu li {
list-style-type: none;
float: left;
margin: 0;
border: 1px #eee solid;
padding:0;
background:#fff;
}

#submenu li a {
text-decoration: none;
display: block;
padding: 2px 5px;
margin:0;
}

#submenu li a:hover {
background:#0099ff;
color: #fff;
margin:0;
}

/* ---------------------------------------------------------------- *
	コンテンツコンテナ
 * ---------------------------------------------------------------- */

#main {
padding-bottom: 50px;
min-height: 100%;
margin-left: 220px;
margin-bottom: 0;
width: 680px;
}

/* ---------------------------------------------------------------- *
	右コンテンツ
 * ---------------------------------------------------------------- */

#maincontents {
height: 100%;
padding-left: 0;
padding-right: 0;
margin-right:0;
margin-left:10px;
margin-top: 0;
margin-bottom: 0; 
width: 680px;
float: right;
position: relative;
background:#fff;
}

.div_texbox {
background-color:#E6E6E6;
margin-top:4px;
padding-top:4px;
padding-bottom:4px;
padding-left:25px;
}

.textbox {
background-color:#FFFFFF;
}

.textbox:focus, .textbox:hover {
background-color:#ffcccc;
}

/* ---------------------------------------------------------------- *
	スライドショー
 * ---------------------------------------------------------------- */

.slideshow {
margin: 0 0 10px 0;
width: 680px;
height: 200px;
}

#mySlideshow {
width: 680px;
height: 200px;
margin: 0 auto;
}

.jdSlideshow {
display: none;
overflow: hidden;
position: relative;
}

.jdSlideshow img {
border: 0;
margin: 0;
}

.jdSlideshow .slideElement {
width: 100%;
height: 100%;
background-color: #000;
background-repeat: no-repeat;
}

.jdSlideshow .loadingElement {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: #000;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../img/loading.gif);
}

.jdSlideshow .slideInfoZone {
position: absolute;
z-index: 10;
width: 100%;
margin: 0px;
left: 0;
bottom: 0;
height: 30px;
background: #333;
color: #fff;
text-indent: 0;
}

.jdSlideshow .slideInfoZone div {
padding: 0;
font-size: 11px;
margin: 8px 10px 0 8px;
color: #fff;
}

.jdSlideshow .slideInfoZone p {
padding: 0;
font-size: 12px;
font-weight: bold;
margin: 8px 0 0 0;
color: #fff;
}

.jdSlideshow a {
font-size: 100%;
text-decoration: none;
color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left {
position: absolute;
height: 100%;
width: 40%;
cursor: pointer;
z-index:10;
filter:alpha(opacity=20);
-moz-opacity:0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left {
filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover {
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}

/* ---------------------------------------------------------------- *
	コンテンツ部分
 * ---------------------------------------------------------------- */

.contents {
background: #FFFFFF;
margin-top: 0;
margin-bottom: 5px;
padding:0 10px 5px 20px;
}

.box_f {
border: solid 1px #cccccc;
position: relative;
margin-top: 1em;
padding: 1.5em 2em 0.5em;
}
.box_f h6 {
position: absolute;
top: -0.5em;
left: 1em;
margin: 0;
padding: 0 0.5em;
color: #0055bb;
font-weight: normal;
font-size: 105%;
display: inline;
background-image: none;
background-color: #ffffff;
}

ul#feature-area{
margin: 0;
padding:0;
width:350px;
}

ul#feature-area li{
width: 170px;
height: 210px;
float: left;
margin: 0 5px 5px 0;
padding:0;
overflow: hidden;
display: block;
}

ul#feature-area li a{
cursor: pointer;
width: 170px;
height: 210px;
outline-color: invert;
outline-style: none;
outline-width: medium;
text-decoration: none;
display: block;
text-indent:-9999px;
background-repeat: no-repeat;
background-position: top left;
margin: 0 5px 5px 0;
padding:0;
}

ul#feature-area li a:hover{
background-position: bottom left;
}

ul#feature-area li#feature_1 a{ background-image: url(../img/feature_1.gif); }
ul#feature-area li#feature_2 a{ background-image: url(../img/feature_2.gif); }
ul#feature-area li#feature_3 a{ background-image: url(../img/feature_3.gif); }
ul#feature-area li#feature_4 a{ background-image: url(../img/feature_4.gif); }

/* ---------------------------------------------------------------- *
	コンテンツ画像
 * ---------------------------------------------------------------- */

.contents img.fig {
float: left;
margin-top: 0;
margin-right: 1em;
margin-bottom: 1em;
margin-left: 0;
}

.contents a:hover img {
opacity: 0.5;
filter: Alpha(opacity=50);
}

/* ---------------------------------------------------------------- *
	ニュース部分
 * ---------------------------------------------------------------- */
#news{
margin:0 0 10px 0;
padding:0 0 6px;
float:right;
width:300px;
background:#fff;
}

#news .headline{
margin:0 0 6px;
border-bottom:1px solid #333;
}

#news .headline{zoom:1;}
#news .headline:after{content:".";clear:both;height:0;display:block;visibility:hidden;}

#news .headline h4{
float:left;
width:300px;
font-size:12px;
font-weight: bold;
text-align:center;
}

#news .block{
padding:1em 6px 0;
height:370px;
overflow:auto;
background:#fff;
scrollbar-arrow-color:#ccc;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#ccc;
scrollbar-darkshadow-color:#ccc;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
}

#news dl{
margin:0 0 10px;
border-bottom:1px solid #ccc;
}

#news dt{
margin:0 0 0.20px;
font-size:10px;
}

#news dd{
margin:0 0 0.5em;
}

#news dd a{
padding-left:5px;
}

/* ---------------------------------------------------------------- *
	サイドボックス部分
 * ---------------------------------------------------------------- */

#sidebox {
height: 100%;
background: transparent;
float: right;
position: relative;
width: 220px;
margin-left: -220px;
position: relative;
}

#sidebox_inner{
padding: 10px 10px;
} 

#sidebox .bot {
background:transparent;
width: 200px;
padding:0;
}

#sidebox .bot ul {
background:transparent;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;  
padding:0;
}

#sidebox .bot ul li {
margin: 0;
padding: 5px;
border:none;
background:transparent;
list-style-type: none;
text-align:right;
}

#sidebox h4 {
margin: 0 0 0 0;
padding:5px 0 5px 0;
text-align: center; 
}

#sidebox h4 a {
margin: 0 0 0 0;
padding:5px 0 5px 0;
text-align: center; 
}

#sidebox .notext {
font-size: 0;
line-height: 0;
text-indent: -4000px;
background:transparent;
margin:0;
padding:0;
}

.feed-Control h5{
padding-top:0;
padding-left:12px;
padding-right:0;
padding-bottom:8px;
margin: 0;
background: url('../img/arrow.png') no-repeat;
color: #000;
font-size: 10px;
font-weight:normal;
}

.feed-Control h6{
font-size: 10px;
margin-top: 0;
margin-bottom: 0;
font-weight:normal;
background:transparent;
}

/* ---------------------------------------------------------------- *
	サイドボックス内の画像のみのボックス
 * ---------------------------------------------------------------- */

#sidebox .imgbox {
background: transparent;
}

/* ---------------------------------------------------------------- *
	カレンダーの設定
 * ---------------------------------------------------------------- */

#calendar * {
margin: 0; padding: 0;
}

#calendar h4 {
margin-bottom:0;
margin-left:20px;
margin-right:20px;
margin-top:0;
background:transparent url('../img/calendar.png') no-repeat left top;
color:#362e2b ;
font-size:13px;
font-weight:bold;
text-align:center;
border-bottom:2px #362e2b solid;
}

#calendar ol {
list-style: none; 
width: 200px;  
}
    
#calendar li {
float: left;
border: solid 1px #aaa;
width: 16px;
height: 16px;
margin: 2px;
padding: 3px;
text-align: center;
line-height: 16px;
font: 12px;
color: #000;
background:#fff;
}

#calendar ol.wheader li { background: #FFEDE6; }

#calendar li.daySubmit { background-color : #f4c3a5; }
#calendar li.Sun { color : #8B0000; }
#calendar li.SunSubmit { color : #8B0000; background-color : #f4c3a5; }
#calendar li.Sat { color:#191970; }
#calendar li.SatSubmit { background-color : #f4c3a5; }
#calendar li.Holiday { color : #8B0000; }
#calendar li.HolidaySubmit { color : #8B0000; background-color : #f4c3a5; }
#calendar li.Today { font-weight: 900; }
#calendar li.blank { border: solid 1px #ddd !important; background: #f5f5f9; }

/* ---------------------------------------------------------------- *
	次月カレンダーの設定
 * ---------------------------------------------------------------- */


#calendar_next * {
margin: 0; padding: 0;
}

#calendar_next h4 {
margin-bottom:0;
margin-left:20px;
margin-right:20px;
margin-top:0;
background:transparent url('../img/calendar.png') no-repeat left top;
color:#362e2b ;
font-size:13px;
font-weight:bold;
text-align:center;
border-bottom:2px #362e2b solid;
}

#calendar_next ol {
list-style: none; 
width: 200px;  
}
    
#calendar_next li {
float: left;
border: solid 1px #aaa;
width: 16px;
height: 16px;
margin: 2px;
padding: 3px;
text-align: center;
line-height: 16px;
font: 12px;
color: #000;
background:#fff;
}

#calendar_next ol.wheader li { background: #FFEDE6; }

#calendar_next li.daySubmit { background-color : #f4c3a5; }
#calendar_next li.Sun { color : #8B0000; }
#calendar_next li.SunSubmit { color : #8B0000; background-color : #f4c3a5; }
#calendar_next li.Sat { color:#191970; }
#calendar_next li.SatSubmit { background-color : #f4c3a5; }
#calendar_next li.Holiday { color : #8B0000; }
#calendar_next li.HolidaySubmit { color : #8B0000; background-color : #f4c3a5; }
#calendar_next li.Today { font-weight: 900; }
#calendar_next li.blank { border: solid 1px #ddd !important; background: #f5f5f9; }

/* ---------------------------------------------------------------- *
	画像のみのボックス
 * ---------------------------------------------------------------- */

.imgbox {
background: #FFFFFF;
margin-top: 0;
margin-bottom: 6px;
}

.imgbox a:hover img {
opacity: 0.5;
filter: Alpha(opacity=50);
}

.imgbox_right {
background: #FFFFFF;
margin-top: 0;
margin-bottom: 0;
text-align:right
}

.imgbox_right a:hover img {
opacity: 0.5;
filter: Alpha(opacity=50);
}

/* ---------------------------------------------------------------- *
	フッタ部分
 * ---------------------------------------------------------------- */
#footer {
clear:right;
width: 100%;
height: 100px;
position: relative;
background: #fff url(../img/foot.gif) no-repeat right center;
margin-top: 0;
margin-bottom: 0;
padding-top: 0.6em;
padding-right: 0;
padding-bottom: 0;
padding-left: 1em;
}

#footer a {
color:#000;
text-decoration:none;
}

#footer ul {
margin: 0;
list-style: none;
margin-bottom: 4px;
padding: 0;
}

#footer ul li {
margin: 0;
padding: 0 5px;
background-image: none;
display: inline;
padding-left: 16px;
padding-right: 0.5em;
background: left center no-repeat;
}
