body{
background-color: white;
text-align:center;
font-size : 80%;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
color : #A48779;
margin-top: 20px;
}

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

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

a:active 
{
color: #A48779;
text-decoration : none;
	}

a:hover 
{
color: #CCCC99;
text-decoration: none;
	}

/***** page部分******/
#page
{  
width: 680px;
position:relative;
background-color:#ffffff;
margin:0px auto;
text-align:center;
border-top: 1px solid #A48779;
border-bottom:1px solid #A48779;
border-left: 1px solid #A48779;
border-right:1px solid #A48779;
}
/***** head部分******/
#head
{  
width: 680px;
height: 50px;

}
/***** サイトタイトル部分******/
#banner
{
height: auto;
width: auto;
text-align:center;
font-weight: bold; 
font-size: 130%;
padding: 15px 10px 15px 10px;
margin: 10px 10px 10px 15px;
background-color: #FAE1CF;
}


/***** コンテンツメニュー部分 ******/
.menu
{
width: auto;
font-size: 84%;
padding: 5px 10px 5px 10px;
margin: 10px 10px 10px 10px;
text-align: center;
font-weight: bold; 
border-top: 1px dashed #CCCC99;
border-bottom:1px dashed #CCCC99; 

} 


/***** テキストタイトル部分 ******/
.text_title
{
font-size: 84%;
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 10px;
text-align: left;
font-weight: bold; 
height: auto;
width: auto;


}
/***** テキスト部分 ******/
.text
{
padding: 10px 5px 10px 10px;
text-align: left;
height: auto;
border-top: 1px dashed #CCCC99;
border-bottom:1px dashed #CCCC99;
border-left: 1px dashed #CCCC99;
border-right:1px dashed #CCCC99;

}

#foot{
position:relative;
width:100%;
height: auto;
clear:both;
}

/***** 著作権表示部分 ******/
.copy
{
text-align: center;
height: auto;
width: 100%; 
padding: 20px 0px 10px 0px;
} 



