@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
	margin-top: 0px;
	padding:0;
	font-family: Meiryo,verdana,'ＭＳ ゴシック',Osaka,'Hiragino Kaku Gothic Pro',;
}


a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}

/* ボーダー
---------------------------------------------------- */
img {
	border: 0;
}

table {
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
	}
	


/* テーブル
---------------------------------------------------- */
.lay1 {
	margin: 30px auto 0 auto;
	border: 2px solid #008888;
	width: 700px;
	}
	
.lay2 {
	width: 90%;
	margin: 30px auto 0 auto;
	}

/* 詳細
---------------------------------------------------- */

td { line-height: 1.5;}
.b12 {
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
}
.b14_bold {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #333333;
}
.b11 {
	font-size: 11px;
	line-height: 19px;
	color: #333333;
}
.b12_orange {
	font-size: 12px;
	line-height: 19px;
	color: #FF6215;
}
.b12_orange {
	font-size: 12px;
	line-height: 19px;
	color: #BB3D00;
}
.b12_white {
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
.b14_orange {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #BB3D00;
}

.style1 {color: #FFFFFF}
.style6 {color: #BB3D00}
.style7 {font-weight: normal; font-size: 12px; line-height: 19px;}


.cent {
	text-align: center;
	}
	
.rig {
	text-align: right;
	}
	
.cel1 {
	width: 55%;
	vertical-align: top;
	}
	
.cel2 {
	width: 45%;
	vertical-align: top;
	text-align: center;
	vertical-align: middle;
	}
	
.cel3 {
	text-align: center;
	background: #e8e8e8;
	}
	
.kyocho {
	color: #f00;
	font-weight: bold;
	font-size: 85%;
	line-height: 1.5;
	}

.mb20 {
	margin-bottom: 20px;
	}