@charset "shift_jis";

/*ページ全体の設定*/
body{
background: #cecd9b url(../img/back.gif);
padding:0;
margin: 0;
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#3c3730; 
line-height: 150%;
text-align: center;
}

html{
scrollbar-arrow-color:#3c3730;
scrollbar-base-color:#3c3730;
scrollbar-face-color:#dfe7ef;
scrollbar-track-color:#dfe7ef;
scrollbar-3dlight-color:#3c3730;
scrollbar-highlight-color:#dfe7ef;
scrollbar-shadow-color:#3c3730;
scrollbar-darkshadow-color:#dfe7ef;
} 


/*リンク文字色,装飾設定*/
a:link{
color:#3c3730;
text-decoration:none;
}

a:hover{
color:#3c3730;
text-decoration: underline;
}

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

/*見出し文字*/
h1{
font-size: 120%;
line-height: normal;
text-align: left;
height: auto;
margin: 5px 0 5px 0 ;
border-bottom: 2px dashed #3c3730;
}

/*全体*/
#main{
width: 1000px;
height: auto;
margin-left: auto;
margin-right: auto;
background: #3c3730 url(../img/mainback.gif) no-repeat right bottom;
}

/*サイトタイトル*/
#title{
height:50px;
width: 100%;
margin-top: 15px;
}

#titlefont{
font-size: 200%;
font-weight: bold;
line-height: normal;
text-align: center;
}

/*メニュー*/
#menublock{
width: 200px;
height: auto;
float: left;
color: #3c3730;
}

.menu{
width: 200px;
height:auto;
}

.menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.menu li{
clear: both;
width: auto;
font-weight:bold;
text-align: center;
font-size: 130%;
display: block;
}

/*メニュー部分リンク色,装飾設定*/
.menu li a{
color: #3c3730;
height: 25px;
padding: 5px 0 3px 0;
display: block;
}

.menu li a:hover{
color: #73a5ac;
height: 25px;
display: block;
text-decoration: none;
background: url(../img/link.gif) no-repeat left center #3c3730;
}

.menu li a:visited{
color: #fff;
height: 25px;
display: block;
text-decoration: none;
background: url(../img/link02.gif) no-repeat left center;
}

/*角丸全体*/
.kadomarublock{
width: 200px;
height: auto;
margin: 20px 0 0 10px;
background: #a1c7cd;
}

/*角丸部分上*/
.kadomaruhead{
width: 200px;
height: 24px;
background: url(../img/menuhead.gif) no-repeat top center;
}

/*角丸部分下*/
.kadomarufoot{
width: 200px;
height: 24px;
background: url(../img/menufoot.gif) no-repeat bottom center;
}

/*テキスト部分全体のレイアウト*/
.text{
width: 750px;
height: auto;
float: right;
background: #fff;
margin: 20px 10px 0 10px;
filter: Alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
}

.textrayout{
margin :5px;
padding: 0 10px 0 10px;
text-align: left;
color: #3c3730;
border: 2px dashed #3c3730;
}

/*テキストエリア*/
#menutextarea{
width: 170px;
height: 100px;
scrollbar-arrow-color:#3c3730;
scrollbar-base-color:#3c3730;
scrollbar-face-color:#a1c7cd;
scrollbar-track-color:#a1c7cd;
scrollbar-3dlight-color:#3c3730;
scrollbar-highlight-color:#a1c7cd;
scrollbar-shadow-color:#3c3730;
scrollbar-darkshadow-color:#a1c7cd;
font-size: 100%;
color: #3c3730;
border: none;
background:#a1c7cd;
max-width:170px;
}

/*
textarea{
width: 170px;
height: 50px;
scrollbar-arrow-color:#3c3730;
scrollbar-base-color:#3c3730;
scrollbar-face-color:#a1c7cd;
scrollbar-track-color:#a1c7cd;
scrollbar-3dlight-color:#3c3730;
scrollbar-highlight-color:#a1c7cd;
scrollbar-shadow-color:#3c3730;
scrollbar-darkshadow-color:#a1c7cd;
font-size: 100%;
color: #3c3730;
border: none;
background:#a1c7cd;
max-width:170px;
}
*/

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

/*フッター*/
#footer{
height:auto;
clear: both;
font-size: 70%;
color: #dfe7ef;
padding: 10px 0 0 0;
}

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

#footer a:hover{
color:#dfe7ef;
text-decoration: underline;
}

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

