@charset "utf-8";
@import url("../shared/css/reset.css");
@import url("../shared/css/basic.css");
@import url("../shared/css/layout.css");
/*
---------------------------------------------------------
For ゲスト
---------------------------------------------------------
*/

/*  */
#page { margin-right: 30px; }
/* テーブルの初期化 */
#page table,
#page td,
#page th {
	margin: 0px;
	padding: 0px;
	border: none;
}
/*
---------------------------------------------------------
コンテンツ：ヘッダ
---------------------------------------------------------
*/
/* 見出し */
#page h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#page h2 {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
/*
---------------------------------------------------------
コンテンツ：メイン
---------------------------------------------------------
/* 上下スペース */
#page table.guest {
	margin-bottom: 10px;
}
/*  */
#page table.for-guest {
	width:588px;
	border-top: 1px dotted #FF9999;
	border-bottom: 1px dotted #FF9999;
}
#page table.for-guest th,
#page table.for-guest td{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dotted #FF9999;
	text-align: left;
}
/*  */
#page table.for-guest th {
	vertical-align: middle;
	white-space: nowrap;
	padding-right: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #FF9999;
}
/* アイコン */
#page table.for-guest th img {
	vertical-align: middle;
	padding: 0px 5px 4px;
}

---------------------------------------------------------

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