/* CSS Document */

/* CSS 初期化 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldest,input,textarea,p,blockquote,th,td
{
  margin: 0;
  padding: 0;
}
fieldset, img {
  border: 0;
}
abber, acronym {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
h1, h2, h3 ,h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* サイト全体 */
body {
  margin: 0 auto;
  background-color: #FFFAF0;
  line-height: 1.5;
  color: #333333;
  font: 11px Verdana, Arial, Helv, Helvetica, sans-serif;
  text-align: center;
  overflow-x: hidden;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #666666;
}
a:hover {
  color: #FFCC00;
}
a:active {
  color: #666666;
}

/* 全体 */
#wrapper {
  background-color: #FFFAF0;
  text-align: center;
}

/* メイン */
#main {
  position:absolute;
  top:29px;
  left:405px;
  width:800px;
  height:730px;
  margin:0 0 0 -400px;
}
#main .cont {
  width: 800px;
  height: 510px;
}
#main .colL {
  float: left;
  margin: 0 auto;
  width: 338px;
}
#main .colR {
  float: right;
  width: 462px;
  background-color: #FFFFFF;
}
#main .colRL {
  float: left;
  width: 198px;
}
#main .colRL img {
  padding: 0;
  text-decoration: none;
  vertical-align: bottom;
}
#main .colRR {
  float: right;
  width: 264px;
}

#main .colRR .oracle img {
  position:absolute;
  top:312px;
  left:514px;
  width:170px;
  height:122px;
  margin:-63px 0 0 -72px;
}
 
#main .news {
  width: 800px;
  height: 150px;
  margin: 10px 0 0 0;
  clear: both;
}
#main .newsL {
  float: left;
  width: 348px;
  height: 142px;
}
#main .newsR {
  float: right;
  width: 438px;
  height: 142px;
  border: solid 1px #999999;
  margin: 0 10px 0 0;
}
#main .frame {
  width: 430px;
  height: 142px;
}


/* フッター */
#fline {
  clear: both;
  width: 800px;
  height: 10px;
  text-align: center;
  border-bottom: solid 1px #4682b4;
}
#footer {
  width: 800px;
  margin: 10px 0 0 0;
  height: 40px;
  text-align: right;
  color: #4682b4;
}
#footer p {
  font-size: 9px;
  margin-right: 5px;
}

