@charset "utf-8";

/* OLDOFFICE CONTACT.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.INDEX
*	02.THANKS
*
*	MODULE
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

h1#pageTitle
{
	margin-bottom: 47px;
}


/**-------------------------------------
	01.INDEX
---------------------------------------**/

div#contactIndexIntro
{
	margin-bottom: 60px;
	width: 660px;
}

div#CIIleft
{
	float: left;
	padding-top: 5px;
	width: 375px;
}

div#CIIleft h3
{
	margin-bottom: 20px;
}

div#CIIleft p
{
	margin-bottom: 15px;
	font-size: 92%;
	color: #111111;
	line-height: 1.6em;
}

div#CIIright
{
	float: right;
	padding: 15px 0 15px 20px;
	width: 193px;
	background: url(../../common/images/cmn_line_vert.gif) repeat-y;
}

div#CIIright h3
{
	margin-bottom: 20px;
}

div#CIIright ul
{
	margin-bottom: 15px;
}

div#CIIright ul li
{
	margin-bottom: 4px;
	padding: 0 0 0 8px;
	background: url(../images/index_bg_list_head.gif) no-repeat left 0.5em;
	font-size: 77%;
	color: #333333;
	line-height: 1.4em;
}

div#CIIright p
{
	font-size: 77%;
	color: #333333;
	line-height: 1.8em;
}



div#contactIndexForm
{
	margin-bottom: 70px;
	width: 660px;
}

div#contactIndexForm h2
{
	margin-bottom: 36px;
}

div#contactIndexForm table
{
	padding: 1px 0 0 0;
	width: 660px;
	background: url(../../common/images/cmn_bg_line.gif) no-repeat;
}

div#contactIndexForm table th
{
	padding: 12px 0 11px 0;
	width: 124px;
	background: url(../../common/images/cmn_bg_line.gif) no-repeat left bottom;
}

/*
div#contactIndexForm table th span
{
	display: block;
	padding: 4px 0 7px 0;
	width: 124px;
	height: 11px;
	background: url(../../common/images/cmn_line_vert.gif) repeat-y right top;
}
*/

div#contactIndexForm table th span.req
{
	color:#FF0000;
}

div#contactIndexForm table th span.tx
{
	display: block;
	padding: 4px 0 7px 0;
	width: 124px;
	height: 122px;
	background: url(../../common/images/cmn_line_vert.gif) repeat-y right top;
}

div#contactIndexForm table th span.tx img
{
	margin-top: 52px;
}

div#contactIndexForm table td
{
	padding: 0 0 0 14px;
	background: url(../../common/images/cmn_line_simple.gif) repeat-x 2px bottom;
}

div#contactIndexForm input,
div#contactIndexForm textarea
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 92%;
	color: #333333;
}

div#contactIndexForm input
{
	margin: 7px 0 8px 0;
	padding: 7px 9px;
	width: 360px;
	height: 1.3em;
	line-height: 1.0em;
}

div#contactIndexForm textarea
{
	margin: 8px 0 9px 0;
	padding: 9px;
	width: 440px;
	height: 115px;
	line-height: 1.8em;
}

div#contactIndexForm input.submitBTN
{
	margin: 10px 0 0 138px;
	width: 143px;
	height: 30px;
	border: none;
	background: url(../images/btn_form.gif) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

div#contactIndexForm input.submitBTN:hover
{
	background-position: bottom;
}

label.error
{
	display: block;
	font-size: 77%;
	color: #FF3333;
}


/**-------------------------------------
	02.THANKS
---------------------------------------**/

div#contactThanks
{
	margin-bottom: 70px;
	width: 660px;
}

div#contactThanks p
{
	font-size: 92%;
	color: #222222;
}


/**-------------------------------------
	MODULE
---------------------------------------**/

div#contactIndexIntro:after
{content:".";display:block;height:0;clear:both;visibility:hidden;}

div#contactIndexIntro
{display:inline-block;}

/* \*/
* html div#contactIndexIntro
{height:1%;}
/* */





