@charset "utf-8";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#4c4331; 
line-height: 160%;
padding:0;
margin: 0;
text-align: center;
background: #fff;
}

html{
scrollbar-arrow-color:#4c4331;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#4c4331;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#4c4331;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#4c4331;
text-decoration:none;
}

a:hover{
color:#fff;
background-color: #4c4331;
text-decoration:none;
}

a:visited{
color:#a9aa7f;
text-decoration:none;
}

/*見出し文字*/
H1{
font-size : 125%;
letter-spacing: 5px;
clear: both;
width: auto;
height : 40px;
text-align: left;
margin : 10px 0px 15px 0px;
padding : 20px 0px 0px 45px;
background : url(../img/h1.gif) no-repeat left 25px;
}

/*全体*/
#main{
margin-left: auto;
margin-right: auto;
width : 900px;
height: auto;
background : #ffffff url(../img/mainback.jpg) no-repeat right bottom;
border-left: 1px solid #4c4331;
border-right: 1px solid #4c4331;
  padding-top : 0px;
}

/*サイトタイトル*/
#title{
width : 900px;
height : 150px;
background-repeat : no-repeat;
border-bottom: 1px dashed #4c4331;
  position : relative;
}

#titlefont{
padding : 10px 0px 0px 20px;
font-size : xx-large;
font-weight : normal;
text-align: left;
letter-spacing: 10px;
  background-image : url(../img/logo2.jpg);
  background-repeat : no-repeat;
background-position : left top;
  margin-left : 8px;
  margin-bottom : 0px;
  width : 490px;
  
  
  height : 130px;
}

/*メニュー*/
#menu{
width : 250px;
height: auto;
padding: 0;
float: left;
  
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
  
  line-height : 50px;
}

#menu UL{
width: 100%;
padding: 0;
margin : 0px 0px 0px 0px;
list-style-type: none;
float: left;
  
}

#menu LI{
display: block;
height : 40px;
font-weight: bold;
padding: 0;
margin : 10px 10px 10px 10px;
font-size : 130%;
letter-spacing : 10px;
  line-height : 30px;
}

#menu LI A:HOVER{

display: block;
background : url(../img/menuback.gif) no-repeat left center;
  
}


/*フリーエリア*/
.free{
width: 100%;
margin: 0;
text-align: left;
clear: both;
}

.freetext{
padding: 10px 20px 10px 20px;
}

/*テキスト*/
.text{
width : 600px;
height: auto;
float: right;
}.text A:LINK{

height: auto;
float : none;
  
  
  color : blue;
  text-decoration : underline;
}

.textlayout{
margin: 0 20px 0 20px;
text-align: left;
  line-height : 2;
  
}

/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
margin: 15px 0 0 0;
padding: 5px 0 0 0;
}

/*フッター*/
#footer{
width : 900px;
height: auto;
padding: 15px 0 0 0;
clear: both;
font-size: 70%;
text-align: center;
color: #fff;
background: #4c4331 url(../img/footer.gif) repeat-x left top;
}

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

#footer a:hover{
color: #4c4331;
background: #fff;
}

/*テキストエリア*/
TEXTAREA{
font-size: 100%;
color: #4c4331;
width : 250px;
height: 80px;
margin: 20px 0 10px 0;
padding: 10px;
scrollbar-arrow-color:#4c4331;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#4c4331;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#4c4331;
float: left;
border: none;
}
#titleaddress{
  background-image : url(../img/jyusyo.jpg);
  background-repeat : no-repeat;
  
  
  
  
  top : -110px;
  
  
  height : 130px;
  padding-bottom : 0px;
  
  left : 600px;
  width : 340px;
  position : relative;
  margin-top : 0px;
  padding-top : 0px;
  
}
