@charset "Shift_Jis";


/*---全体---*/

*{
margin:0;
padding:0;
font:normal normal normal 100%/160% Verdana,Osaka,"ＭＳ Ｐゴシック",sans-serif;
color:#474a4d;
border:0;
}

html{
scrollbar-arrow-color:#555;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#555;
scrollbar-3dlight-color:#fff;
scrollbar-darkshadow-color:#fff;
}

body{
background:#fff;
font-size:70%;
}


/*---背景画---*/

#BODY1{
background:url(img/bg_1.jpg) no-repeat fixed 100% 0;
}

#BODY2{
background:url(img/bg_2.jpg) no-repeat fixed 100% 0;
}

#BODY3{
background:url(img/bg_3.jpg) no-repeat fixed 100% 0;
}

#BODY4{
background:url(img/bg_4.jpg) no-repeat fixed 100% 0;
}

#BODY5{
background:url(img/bg_5.jpg) no-repeat fixed 100% 0;
}

#BODY6{
background:url(img/bg_6.jpg) no-repeat fixed 100% 0;
}



/*---リンク---*/

a:link{
color:#97a791;
}

a:visited{ 
color:#97a791;
}

a:hover{ 
color:#bed2c3;
}

a{
text-decoration:none;
}


/*---ラッパー---*/

#WRAP{
width:760px;
float:right;
}


/*---ヘッダー---*/

#HEAD{
background:url(img/head.gif) no-repeat 100% 0;
width:760px;
height:540px;
text-align:right;
}

#HEAD h1{
padding:225px 20px 0 0;
font-size:26px;
font-family:"Times New Roman",georgia,Arial,serif;
font-style:italic;
text-align:right;
letter-spacing:0.1em;
}

#HEAD h2,#HEAD h3{
display:none;
}


/*---メニュー---*/

#MENU{
margin:20px 0 0;
text-align:right;
}

#MENU a{
margin:0 0 0 9px;
padding:0 20px 0 0;
width:730px;
color:#475950;
display:block;
}

#MENU a:hover{
background:url(img/line.gif) repeat-x 100% 100%;
}

#MENU > li a:hover{
background:url(img/line.png) repeat-x 100% 100%;
}

#MENU li#HERE a{
color:#97a791;
}


/*---サブメニュー---*/

#SUB{
margin:25px 0 0px;
padding:0 20px 0 0;
text-align:right;
}

#SUB li{
padding:0 0 0 10px;
display:inline;
}

.clap{
padding:0 2px;
border:2px dotted #97a791;
}


/*---メイン---*/

#MAIN{
padding:20px 0 0;
background:#fff;
width:760px;
}

.text{
padding:20px 25px 15px 15px;
text-align:left;
}

.skip{
padding:0 10px 0 0;
text-align:right;
}

.text,.skip li,h3{
margin:0 30px;
}


/*---フッター---*/

#FOOT{
clear:both;
margin:25px 30px 0;
padding:10px 0;
background:url(img/line.gif) repeat-x;
text-align:center;
}

#FOOT li,address{
margin:0 0.3em;
display:inline;
}


/*---見出し（h要素）---*/


h3{
padding:5px 0 3px 3px;
background:url(img/line.gif) repeat-x 115% 100%;
font-size:13pt;
}

h4{
margin:15px 0 0;
}


/*---リスト---*/

ul,ol{
margin:0 0 0 4px;
list-style:none;
}

dt{
margin:0.5em 0 1px;
}

dd{	
padding:2px 0.5em;
}

.rows li{
margin:0 10px 0 0;
display:inline;
}

ul.bullet{
margin:0 0 8px 13px;
}

.bullet li{
margin:0 4px;
list-style-type:circle;
}


/*---その他1---*/

hr{
display:none;
}

p{
margin:0.6em 0;
}

img{
margin:3px 0.2em 0.2em 0;
}


/*---その他2---*/

em{
color:#7a1e2a;
}

strong{
color:#7a1e2a;
font-weight:bold;
}

ins{
text-decoration:underline;
}

del{
text-decoration:line-through;
} 

big{
font-size:125%;
}

small{
font-size:85%;
}


/*---回り込み解除---*/

.clear{
clear:both;
line-height:0;
}


/*---装飾BOX---*/

.box_auto{
overflow:auto;
margin:10px 0;
padding:0 5px;
height:60px;
}


/*---MAIL FORM---*/

textarea{
margin:3px 0 0;
padding:3px 5px;
background:#fff;
width:270px;
height:65px;
border:1px solid #97a791;
}

input{
background:#fff;
width:281px;
height:20px;
border:1px solid #97a791;
}

.form dt{
margin:5px 0 0;
}

.submit{
margin:7px 0 10px;
}


/*---LINKS---*/

.link dt{
margin:5px 10px 0 0;
width:200px;
float:left;
}

.link dd{
margin:5px 0;
}

.link{
clear:both;
}

.link2 dt{
margin:0 8px 0 0;
}

.link2 dd{
margin:0 0 0 7px;
padding:5px 0 7px 7px;
border-left:2px solid #aaa;
}

.link3{
width:155px;
float :left;
}

.link3 dt{
margin:0 8px 0 0;
}

.link3 dd{
margin:0 0 0 7px;
padding:5px 0 2px 7px;
border-left:2px solid #aaa;
}