@charset "utf-8";
@import url("print.css") print;

html{filter: expression(document.execCommand("BackgroundImageCache", false, true));}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac ¥*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*===================== all base =====================*/
* { 
	margin: 0; padding: 0; 
	font-family:'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}
body{
	padding:0 0 10px 10px; 
	background:#FFF;
}

/*---------- flame ----------*/
#container{
	width: 958px;
}
#footer{
	margin-top: 25px; 
	padding-top:15px;
	background: url(/english/com/img/footer/foot_dot.gif) no-repeat 0 0;
}
#sideArea{
	width: 224px;
}
#mainArea{
	width: 716px;
	margin-top: 17px; 
}

/*===================== page main =====================*/
/*---------- title ----------*/
#pageTitle{
	width:716px;
	padding-bottom:12px;
}
#pageTitle img.titleLine{
	margin-top:16px;
}

/*---- float ----*/
.left{
	float:left;
}
.right{
	float:right;
}


/*---- margin ----*/
.mgnT5{
	margin-top:5px;
}
.mgnT15{
	margin-top:15px;
}
.mgnT25{
	margin-top:25px;
}


/*---- font ----*/
p , td , th {
	font-size:12px;
	color:#222;
	line-height:1.4;
}
.bold{
	font-weight:bold;
}
.big{
	font-size:14px;
	font-weight:bold;
}
.small{
	font-size:10px;
	font-weight:normal;
}
.color01{
	color:#FF0000;
}
p.note{
	margin-top:5px;
	font-size:10px;
	font-weight:normal;
}
p.txt{
	padding-top:15px;
}

h2.error{
	margin-top:15px;
}

span.text_out {
	position:absolute;
	top:-5000px;
	left:-999px;
}
/*IEのみ*/
* html span.text_out{
	position:static;
	visibility: hidden;
}
/* エラーメッセージ */
.errorMsg {
	padding:2px 0;
	color: #DE0000;
	font-size: 12px;
}

/*---------- link ----------*/
a:link,
a:visited{
	color:#FF4D02;
	text-decoration: none;
}
a:hover,
a:active{
	color:#FF4D02;
	text-decoration: underline;
}

/*---- table ----*/
table.line1{
	border-collapse: collapse;
}
table.line1 td{
	padding:10px;
	border:1px solid #BFBFBF;
}
table.line1 td.gray{
	padding:10px;
	border:1px solid #BFBFBF;
	background:#F5F5F5;
}
table.line1 th{
	padding:10px;
	border:1px solid #BFBFBF;
	background:#E2E2E2;
	font-weight:normal;
}
table.line1 th.thLeft{
	padding:10px;
	border:1px solid #BFBFBF;
	background:#E2E2E2;
	font-weight:normal;
	text-align:left;
}

table.line2{
	border-collapse: collapse;
}
table.line2 td{
	padding:4px 10px;
	border:1px solid #BFBFBF;
}
table.line2 td.gray{
	padding:4px 10px;
	border:1px solid #BFBFBF;
	background:#F5F5F5;
}
table.line2 th{
	padding:4px 10px;
	border:1px solid #BFBFBF;
	background:#E2E2E2;
	font-weight:normal;
}
table.line2 th.thLeft{
	padding:4px 10px;
	border:1px solid #BFBFBF;
	background:#E2E2E2;
	font-weight:normal;
	text-align:left;
}

table.line1 table td,
table.line2 table td{
	padding:1px;
	border:none;
}

table td table.lineSub{
	border-collapse: collapse;
}
table td table.lineSub td{
	padding:3px;
	border:1px solid #BFBFBF;
}
table td table.lineSub td.gray{
	padding:3px;
	border:1px solid #BFBFBF;
	background:#F5F5F5;
}
table td table.lineSub th{
	padding:3px;
	border:1px solid #BFBFBF;
	background:#E2E2E2;
	font-weight:normal;
}
table td table.lineSub th.thLeft{
	padding:3px;
	border:1px solid #BFBFBF;
	background:#E2E2E2;
	font-weight:normal;
	text-align:left;
}



/*---- pagetop ----*/
.pagetop{
	text-align:right;
}
.pagetopMgn{
	padding:20px 0 0;
	text-align:right;
}

/*---- dotline ----*/
.dotline{
	margin:5px 0;
}

/*---- icon ----*/
img.icon {
	margin-right: 3px;
	padding:2px 0;
	vertical-align: middle;
}



/*===================== footer =====================*/
#footCopy{
	width: 337px;
	height: 20px;
	display: block;
	background: url(/english/com/img/footer/logo.gif) no-repeat 0 0;
}
ul#footerMenu{
	list-style-type:none;
}
ul#footerMenu li{
	list-style-type:none;
	float:left;
}	
ul#footerMenu li a{
	font-size:0.1px;
	height: 20px;
	display: block;
	background: url(/english/com/img/footer/foot_navi.gif) no-repeat 0 0;
}
ul#footerMenu li.btn1 a {height: 20px;width:85px;background-position:0 0;}
ul#footerMenu li.btn1 a:hover {background-position:0 -20px;}


/*===================== side =====================*/
#titleLogo a{
	width: 178px;
	height: 53px;
	display: block;
	background: url(/com/img/header/logo.gif) no-repeat 0 0;
}


/*===================== press =====================*/
#pressArea p.text{
	padding-bottom:10px;
}
#pressArea table{
	margin-top:2px;
	border-collapse: collapse;
}
#pressArea td{
	padding:8px 10px;
	border:1px solid #BFBFBF;
}
#pressArea td.pressDay{
	width:292px;
	background:#F2F2F2;
}
#pressArea td.pressPdf{
	width:180px;
	text-align:center;
	border-right:1px dotted #BFBFBF;
}
#pressArea td.pressZip{
	width:180px;
	text-align:center;
	border-left:1px dotted #BFBFBF;
}

