@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: 30px;
	padding-left: 0px;
}
#page h2 {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/*
---------------------------------------------------------
コンテンツ：メイン
---------------------------------------------------------
*/

#page table.for-guest th,
#page table.for-guest td{
	padding-top: 0px;
	padding-bottom: 0px;
	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;
}

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

---------------------------------------------------------
/* ページ内リンクナビ */
.guest-navi a,
.guest-navi a:link,
.guest-navi a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FF3366;
	text-decoration: none;
}
.guest-navi a:active,
.guest-navi a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
/* ボーダー */
#page table td.guest-tb1{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF9999;
}
#page table p.table00 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#page table td.guest-tb2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9999;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF9999;
}
#page table td.guest-tbb1{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #001E62;
}
#page table td.guest-tbb2{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #001E62;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #001E62;
}
.guest-ttb{
	font-size: 14px;
	font-weight: bold;
	color: #001E62;
	font-style: normal;
	line-height: normal;
}
.guest-tt{
	font-size: 14px;
	font-weight: bold;
	color: #FF9999;
	font-style: normal;
	line-height: normal;
}

ul{
	padding-left: 0px;
	margin-left: 10px;
}
li{
	list-style-type: disc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 10px;
}
