@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333333;
	text-align: left;
}


body {
	background-color: #FFFFFF;
}

p {
	line-height: 170%;
	margin: 0 0 15px 0;
}
img {
	border: none;
}
hr {
	display: none;
}

a:link, a:visited {
	color: #ff9900;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff6600;
	text-decoration: none;
}
.strG {
	color: #00a94b;
}


/* === 印刷時のロゴ表示のCSS === */
#printId {
	display: none;
}


/* === CORPORATE HEADERのCSS === */
#corporateHeader {
	background-image: url(../../form/img_en/corporateHeader_bg.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 51px;
}
#corporateLogo {
	float: left;
	margin: 8px 0 0 5px;
}


/* === コンテンツのセンタリング === */
#container {
	position: relative;
	width: 594px;
	margin: 0 auto;
}


/* === PAGETITLEのCSS指定 === */
#pageTitle {
	background-image: url(../../form/img_en/h1_title_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 15px 0 10px 0;
	border-bottom: 2px solid #e1e1e1;
	height: 21px;
	clear: both;
}
#pageTitle h1 {
	width: 82px;
	height: 19px;
	float: left;
}
#pageTitle #btnBack {
	margin: 4px 0 0 0;
	width: 51px;
	height: 13px;
	float: right;
}


/* === UNIT1のCSS指定 === */
#unit1 {
	width: 594px;
	margin: 15px 0 0 0;
}
.read {
	margin: 10px 0 0 0;
}


/* === UNIT2のCSS指定 === */
.unit2 {padding: 45px 0 0 0;}
.unit2Top {padding: 25px 0 0 0;}
.unit2, .unit2Top {
	width: 594px;
	clear: both;
}
h2 {
	margin: 0 0 10px 0;
}


/* === 標準的な表組タイプ1のCSS指定 === */
.tableUnit01 {
	width: 594px;
	border-collapse: collapse;
	empty-cells: show;
}
.tableUnit01 td {
	padding: 7px;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}
.tableUnit01 .item {
	width: 130px;
	background: #e5fff1;
	border-top: 1px solid #00a94b;
	font-weight: bold;
}
.tableUnit01 .data {
	width: 436px;
	border-top: 1px solid #d7d7d7;
}
.tableUnit01 .tableEnd .item {
	border-bottom: 1px solid #00a94b;
}
.tableUnit01 .tableEnd .data {
	border-bottom: 1px solid #d7d7d7;
}
.tableUnit01 p {
	margin: 0 0 8px 0;
	color: #333333;
}


/* === 文字関連のCSS === */
.strR {
	color: #cc0000;
}
.subTxt {
	display: block;
	margin: 5px 0 0 0;
}


/* === チェックボックスのCSS === */
#ckUnit ul {
	list-style-type:none;
}
#ckUnit li {
	float: left;
	display: block;
	margin: 0 20px 0 0;
}
#ckUnit li input {
	margin: 0 5px 0 0;
}


/* === ページ下部ボタン部分のCSS === */
#submitUnit {
	width: 564px;
	text-align: center;
	background: #e5fff1;
	padding: 15px;
}
#submitUnit input {
	text-align:center
}


/* === お問合せ完了ページのCSS === */
#thankTxt {
	margin: 25px 0 35px 0;
	padding: 0 100px 0 100px;
	text-align: left;
	line-height: 170%;
}
#btnTop {
	margin: 0 0 0 249px;
}


/* === CORPORATEFOOTERのCSS === */
#corporateFooter {
	background-image: url(../../form/img_en/globalFooter_bg.gif);
	background-repeat: repeat-x;
	width: auto;
	margin: 45px 0 0 0;
	padding: 15px 0 5px 0;
}
#copyrightUnit {
	position: relative;
	width: 283px;
	margin: 0 auto;
	padding: 0 0 10px;
}


/* === start clearfix hack === */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 */
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/* end clearfix */
