body{
background-color: #EAEEDB;
text-align:center;
font-size : 80%;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
color : #333333;
margin-top: 20px;
}

a:link {
color: #000000;
text-decoration : none;	
}

a:visited 
{
color: #777777;
text-decoration : none;	
}

a:active 
{
color: #000000;
text-decoration : none;
	}

a:hover 
{
color: #CCCC99;
text-decoration: none;
cursor:move;	}



/***** 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: 60px;

}
/***** サイトタイトル部分******/
#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: #D9DFBD;
}


/***** コンテンツメニュー部分 ******/
.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; 

} 

#left
{
width: 200px;
float: left;
height: auto; 
margin: 0px 10px 0px 10px; 
}

#right
{
width: 430px;
margin: 0px 10px 0px 5px; 
height: auto;
float: right;
} 

/***** テキストタイトル部分 ******/
.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;
} 

.left_title
{
text-align: center;
margin-top: 10px;
padding-top: 5px;
padding-bottom: 5px;
height: auto;
font-size: 80%;
width: 200px;
background-color: #D9DFBD;
font-weight: bold; 
}
.img{
background: url(img2.jpg) no-repeat; 
background-position: top center ;
width: 180px;
height: 180px;
font-size: 120%;
font-weight: bold; 
color: #D9DFBD;
padding-top: 20px;
border-color:#dddddd #aaaaaa #dddddd #dddddd;
border-width:1px;
border-style:solid;
}

.left_box
{
padding: 0px 5px 5px 5px;
text-align: left;
height: auto;
border-bottom:1px dashed #CCCC99;
border-left: 1px dashed #CCCC99;
border-right:1px dashed #CCCC99;
}
