* {
margin: 0; 
padding: 0; 
}

body{
font-family: Verdana, sans-serif; 
font-size: 80%; 
}

div#menu {/* menuboxの定義。スクロール可。 */
position: absolute; 
top: 0; 
right: auto; 
bottom: auto; 
left: 10px; 
width: 155px; 
height: 100%; 
overflow: auto; 
}

div#main {
position: relative; 
margin-left: 170px;  
height:100%; 
overflow: auto; 
text-align: center;
width:800px; 
}

h1{
color: #708090;
font-weight: bold;
font-size: 140%; 
text-align: center; 
margin-bottom: 30px; 
margin-top: 20px; }

h2{
font-size: 100%; 
text-align: center; 
color: #708090; 
}

h3{
font-size: 110%; 
text-align: center; 
font-weight: bold; 
color: black; }

div#menu div.menubox {/* menuboxの定義 */
border: none; 
padding: 4px; 
margin-bottom: 10px; 
background-color: #B0C4DE; 
text-align: left; 
}

div#menu a:link, a:visited{/* メニュー側のリンクアクション */
color: #000000; 
text-decoration: none; 
} 

div#menu a:hover, a:active {/* メニュー側のリンクアクション */
color: #0000FF; 
font-weight: bold; 
text-decoration: underline; 
} 


/* メインのリンクアクション　link visited　にMenuのLinkとVisitedが左右される… */

div#main a:visited{
color: blue; 
text-decoration: underline; 
}

div#main a:hover, a:active{
color: red; 
text-decoration: underline; 
}

div#main td.title{
border: 1px silver solid; 
font-size: 100%; 
background-color: #ffdd44;
}



div#main table,td{
border: 1px silver solid; 
font-size: 100%; 
}
div#main td{
padding: 1em; }

div#main td.name{
font-weight: bold; 
}

div#main div.naiyou ul {
list-style: square inside; }

div#main div.naiyou{/* naiyou boxの定義 */
border: none; 
font-size: 100%; 
line-height: 2em; 
text-align: left; 
width: 450px; }

div#main div.address {
border-style: double; 
border-color: #708090; 
padding: 4px; 
width: 55%; 
text-align: center; 
margin-top: 30px; }

div#main div.topbar {
text-align: left;  
vertical-align: bottom; 
color: #2F4F4F;
font-weight: bold;
font-size: 110%; 
padding: 0.5em; 
text-align: center; 
background-color: lightgrey; 
width: 500px; 
}

div#main div.linkbox {
padding: 0.6em; 
width: 35em; 
text-align: left; 
font-size: 100%; }

div#main div.new{/* new boxの定義 */
border: none; 
font-size: 100%; 
line-height: 190%; 
text-align: center; 
width: 80%; 
left: 10%; 
}


div#main div.new a:hover, a:active { /* new box内でのリンク */
color: red; 
font-weight: bold; 
}

SUP{
color: red; 
}
