@charset "shift_jis"; /* エスケープ */



/*
	--------------------------------
	Created: 2007.07.11
	Last Modified: 2007.07.19
	--------------------------------
	- Table of Contents -

	Import
		- global.css

	Styles
		1. コンテナ

		2. ボディ

		3. コンテンツ
	--------------------------------
*/



@import "global.css";



/* --------------------------------
	1. コンテナ
-------------------------------- */

div#container { margin: 0 auto 0 auto; width: 748px; min-height: 100%; background: #fff; text-align: left; }
/*\*/ * html div#container { height: 100%; }/**//* Win IE 6 以下 */



/* --------------------------------
	2. ボディ
-------------------------------- */

div#body { margin: 0 0 0 2px; width: 734px; }



/* --------------------------------
	3. コンテンツ
-------------------------------- */

div#contents { padding: 0 0 35px 10px; width: 724px; }
div#contents h1#contentTitle { padding: 7px 13px 7px 13px; width: 698px; background: url(../img/head_01_bg_02.gif) no-repeat; color: #fff; font-weight: bold; font-size: 100%; line-height: 1.25em; }
div#contents h2.sectionHead { padding: 3px 13px 4px 13px; width: 698px; background: url(../img/head_02_bg_02.gif) no-repeat left bottom; color: #393939; font-weight: bold; font-size: 75%; line-height: 1.5em; }

div#mainContent { padding: 0 0 35px 0; }
div#mainContent h1#contentTitle { padding: 7px 13px 7px 13px; width: 552px; background: url(../img/head_01_bg.gif) no-repeat; color: #fff; font-weight: bold; font-size: 100%; line-height: 1.25em; }
div#mainContent h2.sectionHead { padding: 3px 13px 4px 13px; width: 552px; background: url(../img/head_02_bg.gif) no-repeat left bottom; color: #393939; font-weight: bold; font-size: 75%; line-height: 1.5em; }
div#mainContent h2.subHead { padding: 0 5px 1px 5px; width: 559px; background: #e9e9e9; border-bottom: 1px solid #b6b6b6; font-weight: bold; font-size: 75%; line-height: 1.5em; }

div.corner { border: 1px solid #e2e2e2; }
div.corner h2 { padding: 6px 8px 6px 8px; background: #f1f1f1; border-bottom: 1px solid #e2e2e2; font-weight: bold; font-size: 75%; line-height: 1.5em; }
div.corner h3 { padding: 6px 8px 6px 8px; background: #f1f1f1; border-bottom: 1px solid #e2e2e2; font-weight: bold; font-size: 75%; line-height: 1.5em; }

.dai_section { padding: 3px 13px 4px 13px; width: 250px; background: url(../img/head_02_bg.gif) no-repeat left bottom; color: #393939; font-weight: bold; font-size: 75%; line-height: 1.5em; }






