﻿@charset "UTF-8";

/* --------------------------------------------
CSS Information

File name: layout.css
Summary: layout style
Created: 2009-07-05
Last update: 2009-07-05
-------------------------------------------- */


/* 共通
--------------------------------------------------*/

div.examinee sitemap {
	width: auto;
}

div.examinee div.overflowHidden {
	width: 500px;
	margin: 0 auto 0;
}

div.examinee div.overflowHidden div.leftSitemap {
	width: 227px;
	float: left;
}

div.examinee div.overflowHidden div.rightSitemap {
	width: 227px;
	float: right;
}

div.examinee div.chapter {
	width: 480px;
	display: block;
	background: url(../../img_illust/bg_chapter.jpg) left top no-repeat;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 20px 9px;
}

div.examinee div.box {
	width: 480px;
	padding: 20px 20px 15px;
	background: #FBFBFB;
}

div.examinee div.box .iLeft {
	float: left;
}

div.examinee div.box .iRight {
	float: right;
}

