@charset "euc-jp";

/*
============================================================
基本レイアウト設定
------------------------------------------------------------

■ デフォルトリセット
■ floatクリア
■ テキストリンク
■ レイアウトベース

■ ヘッダー
■ seo：h1
■ フッター

■ コンテンツ

※ヘッダー.htmlに読み込んで設定します。
（base.css、navi.css、snavi.css）

============================================================
*/

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	border: none;
	list-style-type: none;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",san-serif;
}

td { line-height:18px;}
hr  { display: none; }
input, textarea { font-size: 100%; }
p,div,li,dt,dd { font-size: 12px; line-height:18px; }

/*img { vertical-align: middle; }*/
img { vertical-align: top; }

/* ---------------------------------------------------------
■ floatクリア
--------------------------------------------------------- */
span.clear {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	display: block;
	clear: both;
}

.clearAll {
	clear: both;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}

/* ---------------------------------------------------------
■ テキストリンク
--------------------------------------------------------- */
a:link    { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: underline; }
a:active  { color: #000; text-decoration: none; }


/* ---------------------------------------------------------
■ レイアウトベース
--------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center; /* 中央レイアウト */
	color: #000;
}

div#content_base {
	width: 910px;
	margin: 0 auto; /* 中央レイアウト */
	text-align: left; /* テキスト左寄せ */
	overflow: hidden;
}

/* Netscape対策 */
div#content_base:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* ---------------------------------------------------------
■ seo：h1
--------------------------------------------------------- */
h1.seo {
	/*width: 500px;*/
	/*float: right;*/
	padding: 0;
	margin: 10px 0 10px 15px;
	font-weight: normal;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	background: none;
	border: none;
}

/* ---------------------------------------------------------
■ ヘッダー
--------------------------------------------------------- */
div#header {
	width: 910px;
	height: auto;
	margin: 10px 0 0 0;
	float: left;
	padding-right: 0px;
	/*background: url(../img/header_bg.jpg) no-repeat;*/
	background: url(http://image.rakuten.co.jp/panesian/cabinet/common/header_bg_new.jpg) no-repeat;
}
div#header #logo {
	float: left;
	margin: 10px 0 0 10px;
}
div#header dl#head_tx {
	float:right;
	width: 260px;
	text-align: right;
	margin: 38px 0 0 0;
}
div#header dl#head_tx dt {
	float: left;
	width: 30px;
	margin: 1px 0 0 0;
	padding-right: 10px;
}
div#header dl#head_tx dd {
	float: right;
	width: 200x;
	padding-right: 20px;
	text-align: right;
}

/* ---------------------------------------------------------
■ フッター
--------------------------------------------------------- */

/* footer
------------------------------- */
div#footer {
	width: 910px;
	float: left;
}

div#footer h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background: #002c5a;
	padding: 10px;
	text-align: center;

}

/* guide_fr
------------------------------- */
div#footer div#guide_fr {
	width: 898px;
	float: right;
	/*background: url(http://www.rakuten.ne.jp/gold/chichukai/common/img/guide_fr.gif) repeat-y;*/
	border: 1px #CCCCCC solid;
	margin: 0 0 10px 0;
	padding: 10px 0;
	display: inline;
}

div#footer div#guide {
	width: 429px;
	margin-left: 20px;
	float: left;
	display: inline;
}

div#footer div#guide dl {
	width: 429px;
	float: left;
}

div#footer div#guide dl dt {
	width: 429px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #002c5a;
	padding: 0 0 1px 0;
	font-weight: bold;
	float: left;
}
/*div#footer div#guide dl dd {
	width: 70px;
	letter-spacing: -1px;
	text-align: right;
	background: url(http://www.rakuten.ne.jp/gold/chichukai/common/img/guide_ic.gif) no-repeat 8px 10px;
	padding: 8px 0 0 10px;
	float: left;
}*/

div#footer div#guide dl dd {
	/*width: 70px;*/
	padding: 0 0 10px 0;
	float: left;
}

div#footer div#guide p {
	padding: 0 0 10px 0;
}

div#footer div#guide p.tit {
	color: #ff6898;
	font-weight: bold;
}

div#footer div#guide img.il {
	margin: 0 0 10px 0;
}

div#footer div#guide img.il_cal {
	margin: 0 20px 20px 0;
}

/* ---------------------------------------------------------
■ コンテンツ
--------------------------------------------------------- */
div#wrapper {
	width: 910px;
	/*margin: 0 auto;*/
	margin: 10px 0;
	padding: 0;
	text-align: left;/* テキスト左寄せ */
}

div#wrapper div#content {
	width: 680px;
	/*display: inline;*/
	float: right;
	margin: 0;
	padding: 0;
}
