@charset "UTF-8";
/* CSS Document */

.article .padding { position:relative; padding:40px 40px 40px 40px; }


.article h2,.article p.head { text-align:center; }
.article h2 { margin-bottom: 28px; }
.article p.head { margin-bottom: 30px; }

#contents .left_menu ul li ul.sub {
	border-bottom: none; margin-right:10px;
	}

/* 上部の枠 */
.top { margin-bottom:30px; }

.top p.head {
	background:url(../img/support/01_01.png) left no-repeat;
	height:60px;
	margin-left:20px; padding-left:50px;
	font-size:13px; line-height:1.4em;
	text-align:left;
	margin-bottom:0px;
	}
	.top p.head span { color:#ce0e09; }
.base_box {
	background-color:#fef8f3;
	border: solid 2px #ce0e09;
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	border-radius: 4px;        /* CSS3草案 */
	position:relative;
	behavior: url(scripts/PIE.htc);
	}
.base_box .padding { padding:28px 28px 0px 28px; }

.base_box .left { float:left; }
.base_box .right { float:right; }

.txt_box {
	background-color:#FFF;
	border: solid 1px #b89865;
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	border-radius: 4px;        /* CSS3草案 */
	position:relative;
	behavior: url(scripts/PIE.htc);
	width:287px; height:;
	margin-bottom:20px;
	}
	.txt_box h3 {
		font-size:14px; color:#aa7f3b; font-weight:bold; text-align:center;
		padding:8px;
		line-height:1.3em;
		}
		.txt_box h3 span { font-size:12px; font-weight:normal;}
	.txt_box p {
		padding:15px 20px 20px 20px;
		}
.txt_box_long {
	background-color:#FFF;
	border: solid 1px #b89865;
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 4px;   /* Firefox用 */
	border-radius: 4px;        /* CSS3草案 */
	position:relative;
	behavior: url(scripts/PIE.htc);
	width:608px; height:35px;
	margin-bottom:28px;
	clear:both;
	}
	.txt_box_long h3 {
		font-size:14px; color:#b89865; font-weight:bold; text-align:center;
		background:url(../img/base/line/dot_gold_t.png) right top repeat-y;
		width:287px; height:27px; float:left;
		padding-top:8px;
		}
	.txt_box_long p {
		padding-top:8px;
		text-align:center;
		}
.h_fix { height:141px;}
#contents .article .top .txt_box .line,#contents .article .bottom .txt_box .line { background:url(../img/base/line/dot_gold.png) left bottom repeat-x; }

/* 矢印 */
div.center { position:relative; }
img.arrow { position:absolute; top:-25px; right:0px; z-index:500; }

/* 下部の枠 */
.bottom {
  background:url(../img/support/arrow_01.png) center -15px no-repeat;
  position:relative;
  }
.bottom p.head {
	background:url(../img/support/01_02.png) left no-repeat;
	height:45px;
	margin-left:20px; padding-left:0px; padding-top:15px;
	font-size:16px; line-height:1.4em;
	text-align:center;
	margin-bottom:0px;
	color:#ce0e09;
	}
.bottom .txt_box { width:610px; margin-bottom:10px;}

.bottom img.bunner { position:absolute; bottom:10px; left:-15px; }
.bottom img.zu {
	margin-left:40px;
	margin-bottom:28px; width:528px;
	}