body{
background-color: #ffffff;
text-align:center;
font-size : 0.71em;
line-height:150%;
font-family : "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
color : #000000;
padding: 0px;
margin: 0px;
background-image: url(bg.gif);
background-repeat: repeat-y;
background-position: 2%;
}


a:link {
color: #000000;
text-decoration : none;	
}

a:visited 
{
color: #000000;
text-decoration : none;	
}

a:active 
{
color: #ff0000;
text-decoration : none;
	}

a:hover 
{
 color:red;
 text-decoration: none;
 position:relative;
 top:1px;
 left:1px;
}

/***** 見出し（サイトタイトル部分）******/
h1 {
font-size: 1.2em;
font-weight: bold;
padding: 5px 20px 5px 0px;
text-align: right;
margin: 0px;
}

/***** 見出し（テキストタイトル部分）******/
h2 {
padding: 0px 5px 0px 5px;
height: auto;
margin-bottom: 5px;
font-size: 1.0em;
font-weight: bold;
text-align: left;
border-style:double;
border-width:0px;
border-bottom-width:4px;
border-color:#000000;
display: inline;
}

h3{
text-align: center;
font-size:  0.9em;
}
/***** page全体部分******/
#page{
width: 500px;
height: 500px;
text-align:left;
position:absolute;
top:2%;
left:20%;
margin-top:0px;
margin-left:0px;
}

/***** メイン部分（枠線部分）******/
#main{
width: 800px;
height: 650px;
margin: 0px;
border:solid 1px #000000;
background-color: white;
}
/***** 左部分******/
#left{
width: 260px;
height: auto;
float: left;
}
/***** 画像部分******/
#img{
background-image: url(kabe_hurorox.jpg);
background-position:center top;
background-repeat: no-repeat;
margin: 10px 10px 10px 10px;
width: 350px;
height: 600px;
}
/***** コンテンツメニュー部分******/
#menu{
width: auto;
font-size: 1.5em;
text-align: left;
}

#menu ul{ 
list-style:none; 
margin: 10px;
padding: 5px;
}

#menu li{
margin: 0px;
display:inline;
font-weight:bold;
}

/***** 右部分******/
#right{
width: 420px;
height: auto;
float: right;
}
/***** スクロールボックス部分******/
.scroll_box
{
padding: 0px ;
margin-top: 10px;
text-align: left;
width: 400px;
height: 600px;
overflow: auto; 
}
/***** テキスト部分 ******/
.text
{
padding: 10px;
text-align: left;
height: auto;
}

/***** 著作権表示部分 ******/
.copy
{
width: auto;
text-align: center;
height: auto;
padding: 10px 0px 0px 0px;
} 
