@charset "Shift_JIS";

/*____________________________________________________________________

	Main Layout
____________________________________________________________________*/

body {
	margin: 0;
	padding: 10px;
	color: #333333;
	background-color: #F0F0EF;
}


/*____________________________________________________________________

	Tits
____________________________________________________________________*/

.tits01 {
	width: 100%;
	background: transparent url(../img/pop_tits01_bg01.jpg) no-repeat left top;
}

.tits01 div.titsDiv01 {
	width: 100%;
	display: block;
	background: transparent url(../img/pop_tits01_bg02.jpg) no-repeat right top;
}

.tits01 div.titsDiv02 {
	width: 100%;
	display: block;
	background: transparent url(../img/pop_tits01_bg03.jpg) no-repeat left bottom;
}

.tits01 div.titsDiv03 {
	width: 100%;
	display: block;
	background: transparent url(../img/pop_tits01_bg04.jpg) no-repeat right bottom;
}

.tits01 h2 {
	padding: 10px 10px 8px 10px;
	font-size: 120% !important;
	font-weight: bold;
}

.tits01 p {
	padding: 12px 10px 0 0;
	_padding-top: 15px;
	float: right;
}

.tits01 p span {
	display: block;
}


/* ========== Defaults Table 01 ========== */
.iframeTbl01 {
	padding: 1px;
}

.iframeTbl01 table {
	border-collapse: collapse;
}

.iframeTbl01 table th.th01 {
	padding: 8px 10px;
	white-space: nowrap;
	border-top: solid 1px #D1D1D1;
	border-left: solid 1px #D1D1D1;
	border-bottom: solid 1px #D1D1D1;
	border-right: none;
	background-color: #E6E6E5;
}

.iframeTbl01 table th.th02 {
	padding: 8px 10px;
	white-space: nowrap;
	border-top: solid 1px #D1D1D1;
	border-left: none;
	border-bottom: solid 1px #D1D1D1;
	border-right: solid 1px #D1D1D1;
	background-color: #E6E6E5;
}

.iframeTbl01 table th {
	padding: 8px 10px;
	white-space: nowrap;
	border: solid 1px #D1D1D1;
	background-color: #E6E6E5;
}

.iframeTbl01 table td {
	padding: 8px 10px;
	border: solid 1px #D1D1D1;
	background-color: #FCFCFC;
}




.iframeTbl01 th.nowrapNo {
	white-space:normal;
}
