﻿@charset "UTF-8";@import url(common.css);@import url(textset.css);@import url(tier2.css);/* ---------------------------------------------------------------- *	ドキュメント全体に関する設定です * ---------------------------------------------------------------- */body		{ background: #FFF url(../img/bg-body.jpg) top repeat-x; }#container	{ background: transparent url(../img/bg-container.jpg) bottom repeat-x; min-height: 100%; height: auto !important; height: 100%; }#cont-head	{ background: transparent url(../img/bg-cont-head1-old2.jpg) top repeat-x; width: 850px; margin: 0 auto; }#cont-foot	{ background: transparent url(../img/bg-cont-foot.jpg) bottom repeat-x; width: 850px; margin: 0 auto; }/* ---------------------------------------------------------------- *	ヘッダ部分の設定です * ---------------------------------------------------------------- */#header		{ background: transparent; height: 210px; }#header div		{ width: 430px; margin: 138px auto 0 360px; overflow: hidden; text-align: center; }#header div p		{ color: #FFFFFF; }/* ---------------------------------------------------------------- *	コンテナ内の設定です * ---------------------------------------------------------------- */#main		{ background: transparent; width: 540px; float: right; display: inline; margin: 0 45px auto 0; }/* ---------------------------------------------------------------- *	コンテンツ部分の設定です * ---------------------------------------------------------------- */.contents		{ background: transparent; }.contents div	{ padding-left: 35px; margin-bottom: 20px; }/* ---------------------------------------------------------------- *	メニュー部分の設定です * ---------------------------------------------------------------- */#menu		{ background: transparent; float: left; display: inline; margin-left: 45px; }#menu ul	{ margin-bottom: 15px; }#menu ul li	{ line-height: 2em; list-style-type: none; }#menu dl	{ margin-left: 5px; line-height: 1.1em; }#menu dl dd	{ padding: 0 0 5px 16px; background: transparent url(../img/sq_arrow.gif) no-repeat 1px 2px; list-style-type: none; }/* ---------------------------------------------------------------- *	フッターの設定です * ---------------------------------------------------------------- */#footer			{ background: transparent; padding: 2.0em 0 0.5em 0; }/* ---------------------------------------------------------------- *	ユーザカスタマイズ * ---------------------------------------------------------------- */#d-info			{ height: 390px; background: transparent url(../img/bg-t-info.jpg) center no-repeat; padding-left: 0; }table#t-info	{ margin: 80px 0 0 70px; }table#t-info col.t-head { background: transparent; }table#t-info col.t-expl { background: transparent; }table#t-info td	{ padding: 0 12px 0 3px; white-space: nowrap; }
