body{
background-color: #ffffff;
text-align:center;
font-size: 0.71em;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
color : #A48779;
margin: 0px;
padding: 0px;
}

a:link {
color: #A48779;
text-decoration : none;	
}

a:visited 
{
color: #A48779;
text-decoration : none;	
}

a:active 
{
color: #A48779;
text-decoration : none;
	}

a:hover 
{
color: #FFA07A;
text-decoration: none;
}

/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 1.20em;
font-weight: bold;
color: black;
padding: 10px 20px 3px 0px;
text-align: right;
margin: 5px 0px 5px 0px;
}

/***** 見出し（テキストタイトル部分）******/
h2 {
font-size: 0.9em;
padding: 3px 10px 3px 10px;
text-align: left;
font-weight: bold; 
height: auto;
width: auto;
margin: 10px 0px 0px 10px;
border:dashed 1px #A48779;
background: #F0EFDF;
}

/***** page部分******/
#page
{  
width: 640px;
position:relative;
margin:0px auto;
text-align:center;
background-color: white;
}
/***** head部分******/
#head
{  
width: 630px;
height: 30px;
margin: 0px;
}
/***** 左部分******/
#left
{
width: 250px;
float: left;
height: auto; 
margin: 0px; 
background-image : url(egg.jpg);
background-position:center top;
background-repeat: no-repeat;
border:dashed 1px #A48779;
}

/***** 右部分******/
#right
{
width: 360px;
margin: 0px 5px 0px 0px; 
padding: 5px 10px 0px 0px;
height: auto;
float: right;
border:dashed 1px #A48779;
} 
/***** テキスト部分 ******/
.text
{
padding: 5px 0px 5px 10px;
margin: 5px;
text-align: left;
height: auto;
}
/***** スクロールボックス部分 ******/
.scroll_box
{
padding: 0px 0px 10px 20px;
margin-top: 10px;
width: auto;
text-align: left;
height: 80px;   /***** 高さを必ず指定してください。******/
overflow: auto;  /***** 文字数が80px以内に収まらなければければ、スクロールバーが自動的出てきます。******/
}
/***** コンテンツメニュー部分******/
#menu {
padding: 20px 20px 20px 20px;
margin-top: 290px;
}
#menu ul {
width: auto;
padding: 0px;
margin: 0px;
line-height: 15px;

}
#menu li {
list-style: none;
font-size: 0.9em;
font-weight: bold;
padding: 0px;
margin-bottom: 10px;
text-align: center;
border:dashed 1px #A48779;
background: #F0EFDF;
}
#menu a {
display:block;
text-decoration: none;
color: #A48779;
padding-left: 5px;
}
#menu a:hover {
color: #FFA07A;
background: #ffffff;
}
/***** foot部分 ******/
#foot{
position:relative;
width:100%;
height: auto;
clear:both;
}

/***** 著作権表示部分 ******/
.copy
{
text-align: center;
height: auto;
width: 100%; 
padding: 20px 0px 10px 0px;
} 
