body{
background-color: #ffffff;
text-align:center;
font-size : 80%;
line-height:150%;
color : #333333;
margin-top: 20px;
}

a:link {
color: #9F3C00;
text-decoration : none;	
}

a:visited 
{
color: #666666;
text-decoration : none;	
}

a:active 
{
color: #666666;
text-decoration : none;
	}

a:hover 
{
color: #c0c0c0;
text-decoration: none;
}

/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 120%;
font-weight: bold;
padding: 110px 3px 3px 0px;
text-align: right;
margin: 5px 0px 5px 0px;
}
h1 a:link {
color: #ffffff;
text-decoration : none;	
}

h1 a:visited 
{
color: #ffffff;
text-decoration : none;	
}

h1 a:active 
{
color: #ffffff;
text-decoration : none;
}
h1 a:hover 
{
color: #c0c0c0;
text-decoration: none;
}


/***** 見出し（テキストタイトル部分）******/
h2 {
font-size: 90%;
padding: 5px 5px 5px 10px;
text-align: left;
font-weight: bold; 
height: auto;
width: auto;
margin: 5px 0px 5px 0px;
border-style:solid;
border-width:0px;
border-bottom-width:1px;
border-left-width:5px;
border-color:#000000;
background-color: white;
}

/***** page部分******/
#page
{  
width: 700px;
position:relative;
margin:0px auto;
text-align:center;
background-color: white;
border:solid 1px #000000;
}
/***** head部分******/
#head
{  
width: 700px;
height: auto;
margin: 0px;

}
/***** TOP画像、サイトタイトル部分******/
#banner
{
height: 200px;
width: auto;
padding: 0px 10px 15px 10px;
margin: 0px 10px 10px 15px;
background-color: #ffffff;
background-image: url(images/banner.jpg);
background-position: center;
background-repeat: no-repeat;
}
/***** 左部分******/
#left
{
width: 170px;
float: left;
height: auto; 
margin: 0px 10px 0px 10px; 
}

/***** 右部分******/
#right
{
width: 460px;
margin: 0px 1px 0px 5px; 
padding-right: 5px;
height: auto;
float: right;
} 
/***** テキスト部分 ******/
.text
{
padding: 10px 10px 10px 10px;
margin: 0px;
text-align: left;
height: auto;
}

/***** コンテンツメニュー部分******/
.left_menu
{
text-align: left;
font-weight: bold;
font-size: 100%;
height: auto;
width: auto;
margin-top: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
border-style:solid;
border-width:0px;
border-bottom-width:1px;
border-left-width:5px;
border-color:#000000;
}
.left_title
{
text-align: left;
font-weight: bold;
font-size: 100%;
width: auto;
height: auto;
margin-top: 20px;
padding-top: 4px;
padding-left: 10px;
padding-bottom: 2px;
border-style:dotted;
border-width:0px;
border-bottom-width:1px;
border-left-width:1px;
border-color:#000000;
}

.left_box
{
padding: 5px 5px 5px 5px;
margin-top: 2px;
text-align: left;
height: auto;
}

/***** foot部分 ******/
.foot
{
position:relative;
width:100%;
height: auto;
clear:both;
}

/***** 著作権表示部分 ******/
.copy
{
text-align: left;
height: auto;
width: 100%; 
padding: 20px 20px 20px 10px;
margin-left: 20px;
} 
