/* CSS Document */

/* for Temp Ver 4.0 
#################################*/

body {
	color:#333333;
	font-size:100%;
}

.center {
	text-align:center;
}

.center table {
/*	width:600px;*/
	margin:0 auto;
	text-align:left !important;
	font-size:100% !important;
}


.center .e10 {
	font-size:60%;
	line-height:1.3em;
	letter-spacing:0.01em;
}
.center .e12,
.center .news {
	font-size:80%;
	letter-spacing:0.04em;
}
.center .e14 {
	font-size:100%;
}

.center .txtSup {
	line-height:1.7em;
}

.center table.foot {
	width:750px !important;
}

table.w400 {	width:400px !important;}
table.w500 {	width:500px !important;}
table.w600 {	width:600px !important;}

table.brdrOrg {
	border-top:2px #FF6600 solid;
	border-left:2px #FF6600 solid;	
}
table.brdrOrg th, 
table.brdrOrg td{
	border-bottom:2px #FF6600 solid;
	border-right:2px #FF6600 solid;	
}

table.brdr999 {
	border-top:1px #999999 solid;
	border-left:1px #999999 solid;	
}
table.brdr999 th,
table.brdr999 td {
	border-bottom:1px #999999 solid;
	border-right:1px #999999 solid;
}

table.brdr666 {
	border-top:1px #666666 solid;
	border-left:1px #666666 solid;	
}
table.brdr666 th,
table.brdr666 td {
	border-bottom:1px #666666 solid;
	border-right:1px #666666 solid;
}


.hdLineOrg {
	color:#FF6600;
	font-weight:bold;
/*	font-size:80%;*/
}




