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

/*--------------------------------------------------------------------------*/
/*  問い合わせ用															*/
/*--------------------------------------------------------------------------*/

ul.contact_com{
	width:600px ;
	margin:5px auto ;
	font-weight:bolder ;
}

ul.contact_com li{
	list-style-image:url(../images/contact/icon.gif) ;
	list-style-position:inside ;
}

p.error{
	width:600px ;
	margin:0 auto ;
	color:#F00 ;
}



/*  問い合わせフォーム  */
table.contact{
	width:600px ;
	margin:10px auto 10px auto ;
}

	table.contact th{
		width:180px ;
		line-height:20px ;
		background:#E5E4E3 ;
		font-weight:bolder ;
	}
	
	table.contact td{
		width:400px ;
		line-height:20px ;
		border:1px solid #898989 ;
	}