@charset   "Shift_JIS";
/*共用ＣＳＳ*/
body{
	color : #446633;
	background-color : #ffffff;
	margin : 0px;
	padding : 0px;
	text-align : left;
        font-size : 12pt;
}

a{
        color:#008888;
	text-decoration : none;
}

a:hover{
	color : #ffffff;
	background-color : #446633;
	text-decoration : none;
}

p{
	margin-top : 0px;
	margin-bottom : 0px;
	color : darkgreen;
	font-size : 90%;
	line-height : 150%;
}

.header{
        background-image : url(img/title_01_r.gif);
        background-repeat : no-repeat;
        width : 400px;
}

#wrapper{
	background-color : #ffffff;
	margin : 0 auto;
	width : auto;
	align : center;
	text-align : center;
}

/*ヘッダーＣＳＳ*/
#header{
	margin-top : 0px;
	margin-bottom : 0px;
        width : 100%;
	text-align : center;
}

#header img{
	border : none;
	margin-top : 0px;
	margin-bottom : 0px;
}

/*ＨＯＭＥ他トップメニューＣＳＳ*/
#topmenu{
	color : white;
	text-align : right;
        background-color : #446633;

}

#topmenu ul {
    width:601px; /* ボタンの数の幅を確保 */
    height:22px; /* バーの高さを確保 */
    border-right:1px solid #ffffff; /* 右しきり線 */
    margin-right:10px;
}

#topmenu li {
    width:150px;
    float:left; /* liを左寄せ */
    list-style-type:none; /* リスト記号なし */
}

#topmenu a{
    border-top:1px solid #446633;
    border-bottom:1px solid #446633;
    border-left:1px solid #ffffff; /* ボタンの左にしきり線 */
    padding:4px;
    display:block;
    line-height:16px; /* 行の高さをボタンの高さに */
    text-align:center;
    text-decoration:none; /* 下線なし */
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    background-color:#446633;
}

#topmenu a:hover{
	color : #446633;
	background-color : #ffffff;
	text-decoration : none;
}
@media screen and (max-width: 840px) {
#topmenu ul li{
display:none;
}
}


/*ナビゲーションＣＳＳ*/
#nav{
   width:100%;
    height:100px;
    margin-bottom : 10px;
}
@media screen and (max-width: 960px) {
#nav img{
display:block;
float:both;
width:100%;
height:auto;
}
}

/* メインメニュー */
#menu{
   margin-top:0px;
   margin-left:350px;
}
@media screen and (max-width: 960px) {
#menu{
   margin-top:0px;
   margin-left:0px;
}
}
#menu ul {
   display:block;
   list-style-type: none;
   margin:0;
   padding:0;
}
/* サブメニュー1段目 */
#menu ul ul{
   display:none;
   position:absolute;
   top:100%;
   left:0;
}
/* サブメニュー2段目以降 */
#menu ul ul ul {
   top:0;
   left:100%;
}
/* リスト */
#menu li {
   float:left;
}
#menu li li {
   clear:both;
}
#menu li:hover {
   position:relative;
}
#menu li:hover > ul {
   display: block
}
/* IE6用 */
* html #menu li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column1'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}
* html #menu li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column2'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}
* html #menu li li li {
   behavior: expression(
      this.onmouseover=new Function("this.className='column3'"),
      this.onmouseout=new Function("this.className=''"),
      this.style.behavior = 'none'
   );
}
#menu .column1 {position:relative;}
#menu .column1 ul {display:block;}
#menu .column1 * ul {display:none;}
#menu .column2 {position:relative;}
#menu .column2 ul {display:block;}
#menu .column2 * ul {display:none;}
#menu .column3 {position:relative;}
#menu .column3 ul {display:block;}
#menu .column3 * ul {display:none;}
/* デザイン */
#menu li {
   border:1px solid #ffffff; /* しきり線 */
    float:left; /* liを左寄せ */
    list-style-type:none;
   text-align: center;
}
#menu li li {
   text-align: left;
}
#menu li li a{
   background-color:#eeffcc;
}
#menu a{
   border:1px solid #446633; /* しきり線 */
   background-color:#ffffff;
    padding:4px;
    display:block;
    line-height:30px; /* 行の高さをボタンの高さに */
    text-align:center;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
    color:#446633;
   width:100px;
   text-decoration:none;
}
#menu a:hover {
    color:#ffffff;
    background-color:#446633;
}
#menu .column1, #menu .column2, #menu .column3 {
   color:#ffffff;   background:#446633;
}

/*現在地*/
#now{
        width:700px;
        margin : 10px;
	background-color : #eeffcc;
	text-align : left;
}

#now a{
	padding :4px;
	font-size : 80%;
        text-decoration:none;
}

#now a:hover {
    color:#ffffff;
    background-color:#446633;
}


/*フッター*/
#footer{
	background-color : #ffffff;
	clear : both;
	text-align : center;
	padding-top :10px;
	font-size : 80%;
	border-top : solid 1px darkgreen;
}

