body {
	color: #333333;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bread-list {
	font-size: 10px;
	width: 898px;
	padding-bottom: 15px;
	text-align: left;
}
#navi {
	width: 898px;
	padding-bottom: 25px;
}
.w-line {
	background-image: url(../img/line_yakudachi_w.gif);
	background-repeat: repeat-y;
}
.footer td {
	font-size: 10px;
}
.footer {
	margin-top: 15px;
	margin-bottom: 15px;
}
.t12_140 {
	font-size: 12px;
	line-height: 140%;
}
.white {
	color: #FFFFFF;
	padding-left: 18px;
}
.date {
	font-size: 10px;
	line-height: 140%;
	color: #999999;
}
.lineup {
	list-style-type: none;
	margin-left: 0px;
}
.container {
	margin-bottom: 20px;
}
.t12_180 {
	font-size: 12px;
	line-height: 180%;
}

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

レイアウト

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

.clear {
	clear:both;
}

.alignLeft {
	text-align:left;
}

.alignRight {
	text-align:right;
}

.alignCenter {
	text-align:center;
}

.ftLeft {
	float:left;
}

.ftRight {
	float:right;
}


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

コンテンツ共通

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

.paragraph{
	width:665px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

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

フォント設定

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

/* --ピクセルサイズだけ指定 --*/

.f10 { font-size: 10px; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }


/* --行間だけ指定--*/

.lh120 { line-height: 120%; }
.lh140 { line-height: 140%; }
.lh160 { line-height: 160%; }
.lh180 { line-height: 180%; }


/* --ピクセルサイズと行間指定--*/

.f10lh120 { font-size: 10px; line-height: 120%; }
.f10lh140 { font-size: 10px; line-height: 140%; }
.f10lh160 { font-size: 10px; line-height: 160%; }
.f10lh180 { font-size: 10px; line-height: 180%; }
 
.f12lh120 { font-size: 12px; line-height: 120%; }
.f12lh140 { font-size: 12px; line-height: 140%; }
.f12lh160 { font-size: 12px; line-height: 160%; }
.f12lh180 { font-size: 12px; line-height: 180%; }
.f12lh220 { font-size: 12px; line-height: 220%; }
.f12lh280 { font-size: 12px; line-height: 280%; }

.f14lh120 { font-size: 14px; line-height: 120%; }
.f14lh140 { font-size: 14px; line-height: 140%; }
.f14lh160 { font-size: 14px; line-height: 160%; }
.f14lh180 { font-size: 14px; line-height: 180%; }

.f16lh120 { font-size: 16px; line-height: 120%; }
.f16lh140 { font-size: 16px; line-height: 140%; }
.f16lh160 { font-size: 16px; line-height: 160%; }
.f16lh180 { font-size: 16px; line-height: 180%; }


/* --リンクの設定（ロールオーバー時だけ下線）-- */

a:link {
	color:#003399
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

a.nounder:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


/* -- フォントカラー -- */

.fcDarkGoldenRod {
	color:#BF8924;
}



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

各コンテンツ用

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

.deTable {
	border: 1px solid #999999;
	border-collapse:collapse;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.deTable th {
	font-size: 12px;
	line-height: 180%;
	font-weight: normal;
	color: #000000;
	background-color: #E0F0B0;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-collapse:collapse;
	padding: 5px;
}
.deTable td {
	font-size: 12px;
	line-height: 180%;
	color: #000000;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-collapse:collapse;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	text-align: left;
}

.deTable td .input {
	font-size: 12px;
	line-height:140%;
}

/* Ｑ＆Ａ
------------------------------------------ */

hr.qaDot {
	border-style: dotted none none none;
	border-top-width: 2px;
	border-top-color: #006699;
	height: 2px; 
}

/* お役立ちＳＡ
------------------------------------------ */

.yakudachi {
	width:160px;
	list-style-type: none;
	font-size: 10px;
	line-height: 150%;
	padding: 0 0 0 10px;
	margin: 5px 0 0 5px;
	text-align:left;
}

*+html body  .yakudachi, * html body .yakudachi {
	width:160px;
	list-style-type: none;
	font-size: 10px;
	line-height: 150%;
	padding: 0 0 0 0px;
	margin: 5px 0 0 0px;
	text-align:left;
}


.yakudachi li {
	background-color: #FFFFFF;
	background-image: url(../../plaza/img/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	margin:0;
}

*+html body .yakudachi li, * html body .yakudachi li {
	background-color: #FFFFFF;
	background-image: url(../../plaza/img/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	margin:0;
}

.w-line {
	background-image: url(../../common/img/line_yakudachi_w.gif);
	background-repeat: repeat-y;
}

/*login kiyaku*/
.login_bg{
  width:790px;
  margin:0 auto 0;
  text-align:left;
  font-size:12px;
}
.login_bg p{
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom:dotted 1px #999;
}
.login_st{
  font-weight:bold;
  color:#6b8f0d;
}