﻿@charset "utf-8";
/* CSS Document */


/*
div#head{clear: both;}
*/

div#container,
div.container{/* Class is for the omitumori */
width: 980px;
margin: 0 auto;
background-color: #fff;
}
div#content{
overflow: hidden;
width: 100%;
/*
background-color: #e6e6e6;
*/
}
div#mainContent{
width: 608px;
float: left;
position: relative; left: 189px;
margin-right: -609px;
/*
background-color: #fafafa;
*/
}
div#subContent{
float: left;
width:175px;
/*
background-color: #fafaf0;
*/
}
div#extraContent{
float: right;
width:170px;
background-color: #fff;
/*
border-top: 1px solid #fff;
*/
}
div#foot{
clear: both;
background-color: #fff;
}
