﻿@charset "UTF-8";

/* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ *
　CSS Document
　　□ Info.css
		この CSS には、このページで使用するファイルのインポート先が書いてある。
* _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */


/* 各種ファイルのインポート
======================================================================================== */
@import url(common.css);			/* ブラウザのデフォルトスタイルのリセット */
@import url(layout02.css);			/* 左メインのレイアウト設定 */
@import url(modules.css);			/* 共通モジュールの設定 */
@import url(header.css);			/* ヘッダーの設定 */
@import url(footer.css);			/* フッターの設定 */
@import url(user.css);				/* サイト固有の設定 */

/* 各部分個別の設定
======================================================================================== */
/* メインエリア
* ====================================================================== */
/* メインコンテンツ
---------------------------------------------------------------- */
#information, #whatsNew, #inquiry {	/* 更新数が増えてきたら高さは個別に設定 */
	width: 650px;
	padding-left: 130px;
	height: 500px;
}
#whatsNew .titleX, #information .titleX, #inquiry .titleX {
	height: 60px;
}
/* 背景画像
---------------------------------------------------------------- */
#whatsNew .titleX {
	background-image: url(../images/info/bg_news.gif);
	background-repeat: no-repeat;
}
#information .titleX {
	background-image: url(../images/info/bg_press.gif);
	background-repeat: no-repeat;
}
#inquiry .titleX {
	background-image: url(../images/info/bg_inquiry.gif);
	background-repeat: no-repeat;
}
/* 更新情報
---------------------------------------------------------------- */
#infoNavi li {
	height: 20px;
	padding-top: 10px;
}
#infoNavi .date {
	clear: both;
	float: left;
	width: 120px;
	padding-left: 10px;
	color: #63A629;
	font-size: 110%;
	font-weight: bold;
}
.kind {
	margin-left: 10px;
}
/* お問い合わせ
---------------------------------------------------------------- */
#inquiry {
	font-size: 16px;
	font-weight: bold;
}
#inquiry dt {
	margin-top: 15px;
	margin-left: 10px;
}
#inquiry dd {
	margin-left: 50px;
	color: #63A629;
}


/* ===================================================================================== *
	Designed by 2008/08	Synchron Web Design, Inc
* ====================================================================================== */

