@charset "UTF-8";
/* CSS Document */


/* -------------------------------------------------------------- 
  
   * Headers
   
-------------------------------------------------------------- */

h5 {
	margin:11px 0 0;
}

/* -------------------------------------------------------------- 
  
   * End Headers
   
-------------------------------------------------------------- */




/* -------------------------------------------------------------- 
  
   * Center
   
-------------------------------------------------------------- */

p {
	clear:both;
}

#contact_wrap {
	padding:0 20px;
	font-size:14px;
	line-height:18px;
}

#contact_wrap p{
	margin-bottom:12px;
}

#contact_form_wrap {
	background-color:#E6E6E6;
	padding:20px;
}

#contact_form p {
	margin-bottom:11px;
	line-height:20px;
	color:#940777;
	font-size:12px;
}

#contact_form input {
	width:100%;
	height:16px;
	padding:2px;
	border:1px solid #BFBFBF;
}

#contact_form input#con_maillist {
	width:auto;
	border:0px;
	border:none;
}

#contact_form textarea {
	width:100%;
	height:150px;
	border:1px solid #BFBFBF;
}

#contact_form input.contact_submit {
	border:0px;
	background-image:url(../images/contact/but_send.png);
	width:91px;
	height:29px;
	border: none;
	display:block;
	cursor:pointer;
}

/*for information request page*/
#contact_form input.cat_check {
	width:auto;
	height:auto;
	border:0px;
	padding:2px;
	border:none;
	display:inline;
}

/* -------------------------------------------------------------- 
  
   * End Center
   
-------------------------------------------------------------- */