@charset "utf-8";

/* OHSAWA_KOUMUTEN CONTACT.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.CONTACT_INTRO
*	02.CONTACT_FORM
*
*--------------------------------------*/


/**-------------------------------------
	00.PAGE_NAME
---------------------------------------**/

#header
{
	background: url(../../common/images/page_header_bg_contact.jpg) no-repeat;
}

/**-------------------------------------
	01.CONTACT_INTRO
---------------------------------------**/

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

div#contactIntro p
{
	font-size: 92%;
}

#contactData
{
	float: right;
	width: 240px;
}

#contactMessage
{
	margin: 0 0 0 4px;
	width: 500px;
	height: 60px;
}

/**-------------------------------------
	02.CONTACT_FORM
---------------------------------------**/

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

div#contactForm p
{
	margin: 0 0 8px 0;
}

table#form
{
	border: 1px solid #DEDEDE;
}

table#form tr
{
	border-bottom: 1px solid #DEDEDE;
}

table#form th
{
	padding: 0 0 0 10px;
	width: 165px;
	height: 46px;
	border-bottom: 1px solid #DEDEDE;
	background-color: #F4F4F4;
	overflow: hidden;
}

table#form th#mess
{
	height: 120px;
}

table#form td
{
	padding: 0 0 0 30px;
	height: 46px;
	border-bottom: 1px solid #DEDEDE;
}

textarea#message
{
	width: 400px;
	height: 90px;
}

input#submitBtn
{
	margin: 16px 0 0 330px;
	width: 100px;
	height: 36px;
	border:  none;
	background: url(../images/submitBtn.jpg) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

input#submitBtn:hover
{
	background-position: bottom;
}



label.error
{
	margin: 0 0 0 8px;
	color: #FF0000;
	vertical-align: middle;
}
