@charset "utf-8";

/*
----------------------------------------------------------------------------------------------------

	■ 基本情報
		- 著作権	:	Copyright(c) Apullo.com. All Rights Reserved.
		- 作成者	:	アプロコム株式会社　田中大士
		- 作成日	:	2008/08/20
		- 更新日	:	

	■ ファイル情報
		- 名称
			∟ ページ設定

		- 概要
			∟ 各ページ専用のスタイル

	■ ソース内容
		- 共通設定ファイルのインポート
		- ページ固有のスタイル

	■ 対応ブラウザ
		- Microsoft Internet Explorer
			∟ 6	:	○
			∟ 7	:	○

		- MozillaFirefox
			∟ 1.0	:	○
			∟ 1.5	:	○
			∟ 2.0	:	○

		- Opera
			∟ 9.25	:	未確認

		- Apple Safari
			∟ 3.04 :	未確認

	■ 更新履歴

----------------------------------------------------------------------------------------------------
*/


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


/*
 背景画像
---------------------------------------------------------------------- */
body{background:#000000 url(/cnf/img/index/bg.gif);}


/*
 フッターリンク
---------------------------------------------------------------------- */
/* エリア */
div#footer_link{margin:0px;}


/*
 コメント
---------------------------------------------------------------------- */
/* エリア */
div#comment{font-size:120%; line-height:100px; text-align:center;}


/*
 フォーム
---------------------------------------------------------------------- */
/* エリア */
div#form{padding:30px 0px; border-top:solid 1px #cccccc; border-bottom:solid 1px #cccccc;}

/* レイアウト */
div#form table{margin:0px auto;}
div#form caption{padding:10px 0px; text-align:center;}
div#form th{
	padding			: 10px 20px 10px 15px;
	vertical-align	: middle;
	background		: url(/cnf/img/common/icon.gif) left center no-repeat;
}
div#form td{padding:10px 0px; vertical-align:middle;}
div#form td.button{text-align:center;}


/*
 フォーム２
---------------------------------------------------------------------- */
/* エリア */
div#form2{padding:30px 0px; border-top:solid 1px #cccccc; border-bottom:solid 1px #cccccc; text-align:center;}


/*
 会社案内
---------------------------------------------------------------------- */
div#side{background:url(/cnf/img/company/side.gif) repeat-y;border:#CCCCCC solid 1px;}
div#menu{float:left;width:235px;padding:20px 0px 0px 15px;}
div#main{float:left;width:428px;min-height:384px;height:auto !important;height:384px;padding:20px 0px 0px 20px;background: url(/cnf/img/company/back.gif) right top no-repeat #191919;}
div#main p{line-height:30px;}

img.menu{margin-bottom:10px;}
img.title{margin-bottom:60px;}
img.thm{margin-left:10px;}

div#title_bar{background:#e01414;width:150px;height:10px;}

table.company td{vertical-align:middle;padding:5px 0px;}
table.company th{vertical-align:middle;width:30%;padding:5px 0px;}


/*
 CSSハック
---------------------------------------------------------------------- */


