﻿@charset "UTF-8";

/* -----------------------------
*	Window
----------------------------- */

body { background: none;}
#Header { height: 80px;}
#siteID { padding-left: 0;}
#Container { width: 600px;}
#MainContents { width: 580px; padding: 10px; background: url(../img/bg_body.gif) no-repeat center top; font-size: 93%;}
#Footer { margin: 0; padding: 10px 0; background: none; text-align: center;}
#close { padding: 5px; background: #666; color: #fff; font-size: 93%; line-height: 1;}
#close a { color: #fff; text-decoration: none;}
#close img { margin: 0 2px; vertical-align: middle;}



/* clearfix
----------------------------- */
#osusume ul,
#special,
.itemList { clear: both; display:inline-block;}
#osusume ul:after,
#special:after,
.itemList:after { content:"."; display:block; clear:both; height:0; visibility:hidden;}
/* Hides from IE-mac \*/
* html #osusume ul,
* html #special,
* html .itemList { height:1px;}
#osusume ul,
#special,
.itemList { display:block; }
/* End hide from IE-mac */

