@charset "utf-8";

/*
----------------------------------------------------------------------
	Copyright(c) Apullo.com. All Rights Reserved.
		作成者		:	田中大士
		作成日		:	2008/01/07
		最終更新日	:	2008/01/24

	記述内容
		各ページ専用のCSS
		01. 共通設定ファイルのインポート
		以降はページ専用のスタイル

	対応ブラウザ（確認済のみ）
		Internet Explorer	:	6	以降
		Firefox				:	1.0	以降
		Opera				:	9.0	以降
----------------------------------------------------------------------
*/


/*
 01. 共通設定ファイルのインポート
---------------------------------------------------------------------- */
@import "../cnf/css/base.css";
@import "../cnf/css/domain.css";


/*
 店舗選択
---------------------------------------------------------------------- */
/* タイトル */
div#page_title{
	background	: url(img/title.jpg);
	width		: 740px;
	height		: 50px;
	margin		: 20px auto 10px 30px;
}


/*
 会社情報
---------------------------------------------------------------------- */
table#info{margin:20px 0px 20px 40px;}
table#info th{width:120px; padding:5px 0px;}
table#info td{padding:5px 0px;}


/*
 キャッチコピー
---------------------------------------------------------------------- */
div#catch{background:url(img/catch.gif) right no-repeat; height:200px; margin-right:30px; margin-bottom:50px;}


