/***********************************************/
/* gloval layout                               */
/***********************************************/

#secondframe ul.ic_jap{
	background-image: url(../img/common/bg_category_about.jpg);
}



/***********************************************/
/* profile                               */
/***********************************************/

#maincontentsArea table.profile{
	margin-right: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #469C54;
	border-top: 1px solid #469C54;
	border-collapse: collapse;
}

#maincontentsArea table.profile th{
	width: 80px;
	padding: 4px;
	background-color: #E3FFDD;
	border-right: 1px solid #469C54;
	border-bottom: 1px solid #469C54;
	text-align: left;
	vertical-align: top;
	color: #326F24;
}

#maincontentsArea table.profile td{
	padding: 4px;
	background-color: #FAFAFA;
	border-right: 1px solid #469C54;
	border-bottom: 1px solid #469C54;
	vertical-align: top;
}


/***********************************************/
/* contact us                               */
/***********************************************/

.bg_contact{
	min-height: 400px;
	padding-right: 100px;
	background-image: url(../img/contact/bg_contact02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
* html body .bg_contact{/* ===== IE hack ===== */
	height: 400px;
}
/* MacIEESafari1-2 */
html:\66 irst-child .bg_contact{
	height: 400px;
}
/* MacIEESafari1-2  END  */


#maincontentsArea p.contact a{
	height: 57px;
	background-image: url(../img/contact/telnumber.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
#maincontentsArea p.contact a:hover{
	background-image: url(../img/contact/telnumber_f2.gif);
}

#maincontentsArea form{
	text-align: center;
}

#maincontentsArea input{
	margin-left: 20px;
	margin-right: 20px;
}

#maincontentsArea table.contact{
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #5B8BDE;
	border-top: 1px solid #5B8BDE;
	border-collapse: collapse;
}

#maincontentsArea table.contact th{
	width: 140px;
	padding: 4px;
	background-color: #2052A7;
	border-right: 1px solid #5B8BDE;
	border-bottom: 1px solid #5B8BDE;
	text-align: right;
	vertical-align: top;
	color: #FFFFFF;
}

#maincontentsArea table.contact td{
	padding: 4px;
	padding-right: 10px;
	background-color: #F0F4FF;
	border-right: 1px solid #5B8BDE;
	border-bottom: 1px solid #5B8BDE;
	text-align: left;
	vertical-align: top;
}

#maincontentsArea table.contact td input{
	width: 180px;
	margin-left: 0px;
	margin-right: 0px;
}

#maincontentsArea table.contact td textarea{
	width: 300px;
	height: 180px;
	background-image: url(../img/contact/bg_contact01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #7F9DB9;
}

