@charset "utf-8";

/* OHS CONTACT.CSS  */


/*---------------------------------------
*	
*	00.CONTACT_COMMON
*	01.CONTACT_INDEX
*
*--------------------------------------*/


/**--------------------------------------
	00.CONTACT_COMMON
---------------------------------------**/

h2#contactH2
{
	width: 235px;
	height: 100px;
	margin: 0 0 10px 0;
	text-indent: -99999px;
	background: url(../images/contact_cmn_tt.gif) no-repeat;
}

h3
{
	width: 555px;
	height: 42px;
	margin: 0 0 15px 0;
	text-indent: -99999px;
}

/**--------------------------------------
	01.CONTACT_INDEX
---------------------------------------**/

div#contactIndex
{
	margin: 0 0 50px 0;
}

div#contactIndex h3
{
	background: url(../images/contact_h3_01.gif) no-repeat; 
}

div#contactIndex p
{
	width: 535px;
	margin: 0 0 15px 10px;
}

div#contactIndex table,
div#contactIndex table tr,
div#contactIndex table tr th,
div#contactIndex table tr td
{
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
}

div#contactIndex table
{
	width: 535px;
	margin: 0 0 20px 10px;
}

div#contactIndex table tr th,
div#contactIndex table tr td
{
	padding: 5px;
}

div#contactIndex table tr th
{
	width: 130px;
	background: #FAFAFA;
}

div#contactIndex table tr th span
{
	color: #FF3300;
}

div#contactIndex table tr td label
{
	margin: 0 0 0 5px;
	font-size: 80%;
}

div#contactIndex table tr th label
{
	margin: 0;
	font-size: 80%;
}

form.bodyForm input,
form.bodyForm textarea
{
	padding: 1px;
	background: #FAFAFA;
	border: 1px solid #DDDDDD
}

form.bodyForm input:hover,
form.bodyForm textarea:hover
{
	background: #FAFAED;
}

form.bodyForm input:focus,
form.bodyForm textarea:focus
{
	background: #E0E8D9;
}

p.action
{
	width: 535px;
	margin: 0 0 50px 5px;
	text-align: center;
}