body,html{
margin:0; padding:0;
background:#ffffff;
overflow:hidden;
width: 100%; height: 100%;
position :absolute;
}

/* ------------------------------
 Flash未対応
------------------------------ */

#body{
overflow-y: scroll; width:100%; height:100%;
color: #333333; font: 12px /150% "メイリオ",Meiryo,Osaka,sans-serif;
}

#box  {width: 760px; position: relative; margin:0 auto;}
#left {position: absolute; left: 0; top: 30px; width: 240px;}
#left img{display: block; margin-bottom: 10px;}
#right{margin-left: 260px; padding: 30px 0 10px;}

h1{font-size: 20px;}
h2{font-size: 12px; font-weight: normal;}
h2,dd{margin:0; padding:0;}

dt{
color: #ffffff;
font-weight: bold;
background: #678397;
padding: 2px 6px;
margin-bottom: 5px;
}

dd{margin-bottom: 20px;}

a:link	 {color: #678397; text-decoration: underline;}
a:visited{color: #678397; text-decoration: underline;}
a:hover	 {color: #678397; text-decoration: underline;}
a:active {color: #678397; text-decoration: none;} 
a img	 {border:1px solid #678397;}