@charset "UTF-8";
/*
------------------------------------------------------------------------------------------ 
Iam DesignNetwork Corporation
stylesheet contact.css
------------------------------------------------------------------------------------------ 
*/

/* --------------------------------------------------------------------------------------- */
/* contact */
#contact #contact_contents{ 	padding: 0 10px; }
#contact span { color: #C00; }

/* table */
#contact #contact_contents table {}

#contact #contact_contents table th{
	background: url(../image/site/cell_bg.gif) top left no-repeat;
	padding: 10px 20px 10px 0;
}

#contact #contact_contents table td{
	background: url(../image/site/cell_bg.gif) top left repeat-x;
	padding: 10px 0;
}

#contact #contact_contents table td input,
#contact #contact_contents table td select,
#contact #contact_contents table td textarea {
	padding: 3px;
	border: 1px solid #322E2C;
	background: #111111;
	color: #999999;
}

#contact #contact_contents table td input .button {

/* --------------------------------------------------------------------------------------- */