/* all */
* {
	font-family: "Arial";
}

/* body */
body {
	background-image: url("../common/body_bg.jpg");
	background-repeat: repeat-x;
}
/* font-size (fixed) */
.txt10 {
	font-size: 10px;
	line-height: 15px;
}
.txt10_orange {
	color: #FF6600;
	font-size: 10px;
	line-height: 15px;
}
.txt10_gray {
	color: #CCCCCC;
	font-size: 10px;
	line-height: 15px;
}
.txt10_blue {
	color: #99D8D4;
	font-size: 10px;
	line-height: 15px;
}
.txt12 {
	font-size: 12px;
	line-height: 18px;
}

.txt14 {
	font-size: 14px;
	line-height: 21px;
}
/* font-size (requid) */
.txt10n {
	font-size: 10px;
	line-height: 12px;
}
.txt12n {
	font-size: 12px;
	line-height: 15px;
}
.txt14n {
	font-size: 14px;
	line-height: 17px;
}
/* indent style */
.em1 {
	margin-left: 1em;
}
.em2 {
	margin-left: 2em;
}
/* margin style */
.Allmg10 {
	margin: 10px;
}
.Allmg05 {
	margin: 5px;
}
.Lmg5 {
	margin-left: 5px;
}
.Lmg10 {
	margin-left: 10px;
}

/* text link style */
a {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	color: #FF6600;
}
a.pan {
	color: #999999;
	text-decoration: underline;
}
a.pan:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a.head {
	font-size: 10px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
a.head:hover {
	font-size: 10px;
	line-height: 15px;
	color: #7FB3B0;
	text-decoration: none;
}
a.body_link {
	text-decoration: underline;
	color: #99D8D4;
}
a.body_link:hover {
	text-decoration: underline;
	color: #FF6600;
}
a.local_navi {
	color: #FF6600;
	text-decoration: underline;
}
a.local_navi:hover {
	color: #99D8D4;
	text-decoration: underline;
}
a.fla_link {
	color: #FF0000;
	text-decoration: underline;
}
a.fla_link:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.corp_link {
	background: url(../common/icon_link01.gif) left center no-repeat;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 3px 18px;
}
a.corp_link:link {
	color: #666666;
	text-decoration: none;
}
a.corp_link:hover {
	color: #FF6600;
	text-decoration: underline;
}


/*　color style　*/
.red{color:#FF0000;}
.green{color: #149133;}
.orange{color: #FF6600;}

/*　title style　*/
.header_mid {
	background: url(../common/header_mid_bg01.gif) left bottom no-repeat;
	color: #ff6600;
	font-size: 12px;
	font-family: "Arial";
	font-weight: bold;
	padding: 0px 0px 12px 18px;
}
.header_small {
	background: url(../common/header_small_bg01.gif) left center no-repeat;
	color: #6CBAA9;
	font-size: 12px;
	font-family: "Arial";
	font-weight: bold;
	padding: 0px 0px 0px 11px;
}
.header_case {
	background: url(../images/operations_bg_case.gif) left top repeat-x;
	border: 1px solid #FFCC67;
	padding: 4px 9px;
}
.header_case table td.text {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}

.title01 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	border-left: 5px solid #7FB3B0;
	background: #DFF3F2;
	display: block;
}
.title02 {
	color: #7FB3B0;
	font-size: 12px;
	font-weight: bold;
}
/*　form　*/
.top_form01 {
	margin: 0px;
}
.top_form02 {
	width: 360px;
	color: #FFFFFF;
	background-color: #FF6633;
	border: none;
	margin: 0;
}

/* pageTop link style */
a.pageTop {
	font-size: 10px;
	padding-left: 12px;
	background: url(../common/icon_pagetop.gif) no-repeat left center;
}


/* *************************************************************************** */
/* for Corporate profile */
table.corporate th {
	font-size: 12px;
	font-family: "Arial";
	text-align: center;
	background-color: #E7F7F6;
	padding-top: 11px;
	padding-bottom: 11px;
}
table.corporate td.rColumn {
	font-size: 12px;
	font-family: "Arial";
	padding: 11px 0px 11px 10px;
}

.corporate_office {
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial";
	height: 22px;
	padding-left: 8px;
	background-image: url(../images/corporate_bg01.gif);
	background-repeat: no-repeat;
}
