@charset "utf-8";

/* ALPHA_DOG CONTACT.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.FORM
*	02.THANKS
*
*--------------------------------------*/


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

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

#columnLeft
{
	float: left;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	width: 280px;
}

#columnLeft dl
{
	margin-bottom: 20px;
	width: 278px;
	border: solid 1px #E1E1E1;
	background-color: #FFFFFF;
}

#columnLeft dl dt
{
	display: block;
	margin: 15px 0 20px 14px;
	width: 187px;
	height: 13px;
	overflow: hidden;
	line-height: 1.0;
}

#columnLeft dl dd
{
	margin: 0 0 15px 18px;
	width: 181px;
	height: 25px;
	overflow: hidden;
	line-height: 1.0;
}

#columnLeft ul
{
	margin: 0 0 30px 0;
	border-bottom: 1px solid #E1E1E1;
}

#columnLeft ul li a
{
	display: block;
	padding: 11px 0 0 33px;
	height: 29px;
	background: url(../images/column_navi_back.gif) no-repeat;
	font-size: 92%;
	color: #1E1E1E;
	text-decoration: none;
}

#columnLeft ul li a:hover
{
	background: url(../images/column_navi_back_f2.gif) no-repeat;
}

#columnRight
{
	display: inline;
	float: right;
	margin: 20px 20px 20px 0;
	width: 620px;
}

/**-------------------------------------
	01.FORM
---------------------------------------**/

div#contactIndexForm
{
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 618px;
	border: 1px solid #E1E1E1;
	background-color:#FFFFFF;
}

div#contactIndexForm h3
{
	margin: 37px 0 25px 11px;
}

div#contactIndexForm p
{
	margin: 0 0 0 20px;
}

div#contactIndexForm p.intro
{
	margin-bottom: 18px;
	font-size: 92%;
}

div#contactIndexForm p.comment
{
	margin-bottom: 42px;
	font-size: 77%;
}

div#contactIndexForm p.comment span.must
{
	color: #CC3366;
}

div#contactIndexForm form
{
	margin: 0 0 0 20px;
}

div#contactIndexForm th
{
	padding: 0 5px 22px 0;
}

div#contactIndexForm td
{
	padding: 0 0 22px 0;
}

div#contactIndexForm form input,
div#contactIndexForm form textarea
{
	padding: 5px;
	border: 1px solid #C5C5C5;
	font-size: 92%;
}

div#contactIndexForm form input:hover,
div#contactIndexForm form textarea:hover,
div#contactIndexForm form input:focus,
div#contactIndexForm form textarea:focus
{
	border-color: #B6B6CC;
	background-color: #F5F5FF;
}

div#contactIndexForm form input#company,
div#contactIndexForm form input#name,
div#contactIndexForm form input#tel
{
	width: 168px;
	height: 16px;
}

div#contactIndexForm form input#email
{
	width: 348px;
	height: 16px;
}

div#contactIndexForm form input#submit
{
	display: block;
	margin: 0 0 0 112px;
	width: 124px;
	height: 38px;
	background: url(../images/submit_btn_r1_c1.jpg) no-repeat left top;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}

div#contactIndexForm form input#submit:hover
{
	background-position: bottom;
}

div#contactIndexForm form textarea
{
	width: 350px;
	height: 130px;
	line-height: 1.5em;
}

div#contactIndexForm label.error
{
	display: block;
	font-size: 92%;
	color: #CC3366;
}


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

div#contactThanks
{
	margin-bottom: 40px;
	padding-bottom: 80px;
	width: 618px;
	border: 1px solid #E1E1E1;
	background-color:#FFFFFF;
}

div#contactThanks h3
{
	margin: 37px 0 25px 11px;
}

div#contactThanks p.thanksMess
{
	margin: 0 0 0 20px;
	font-size: 92%;
}







