body{
background-color: #ffffff;
text-align:center;
font-size: 0.71em;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
color : #000000;
margin-top: 10px;
padding: 0px;
}

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

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

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

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

/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 1.5em;
font-weight: bold;
color: black;
padding-top: 5px;
text-align: center;
margin: 10px 0px 0px 0px;
width: auto;
}
h1 a 
{
display:block;
text-decoration: none;
color: #000000;
}
h1 a:hover 
{
color: #663300;
background: #FFFF99;
}

/***** 見出し（テキストタイトル部分）******/
h2 {
font-size: 0.9em;
padding: 5px 10px 3px 10px;
text-align: left;
font-weight: bold; 
color: #FFFF99;
height: 20px;
width: auto;
margin: 0px;
background-image: url(h2.gif);
background-repeat: no-repeat;
background-position:left top;
}

/***** page部分******/
#page
{  
width: 680px;
position:relative;
margin:0px auto;
text-align:center;
background-color: white;
}

/***** 左部分******/
#left {
width: 300px;
float: left;
height: 500px; /***** アイフレームの高さやデザインに合わせて変更してください。******/
margin: 0px; 
background-image: url(banner.gif);
background-position:center top;
background-repeat: no-repeat;
border:solid 1px #000000;
}
/***** 右部分******/
#right
{
width: 360px;
margin: 0px; 
padding: 0px;
height: 500px;
float: right;
border:solid 1px #000000;
} 
/***** コンテンツメニュー部分******/
#menu {
width: auto;
padding: 0px;
margin-top: 310px;
}
.left_menu {
font-size: 0.9em;
font-weight: bold;
padding-top: 5px;
text-align: center;
}
.left_menu a {
display:block;
text-decoration: none;
color: #000000;
}
.left_menu a:hover{
color: #663300;
background: #FFFF99;
}
/***** テキスト部分 ******/
.text
{
padding: 5px 0px 5px 10px;
margin: 5px;
text-align: left;
height: auto;
}
/***** スクロールボックス部分 ******/
.scroll_box
{
padding: 0px ;
text-align: left;
width: 360px;
height: 500px;
overflow: auto; 
}

/***** foot部分 ******/
#foot{
position:relative;
width:100%;
height: auto;
clear:both;
}

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

} 
