@charset "utf-8";
/* --------------------------------------------------
	Since : 2008/11/29
	Last Modified: 2008/11/29
	Version: 1.0
 --------------------------------------------------- */

/* contact
====================================================================================*/
h2 {
	background:url(../image/common/h2_contact.jpg) no-repeat;
	height:45px;
	text-indent:-9999px;
	margin-bottom:10px;
	}

table.tbl-normal {
	margin-bottom:10px;
	width:98%;
	}

table.tbl-normal th{
	font-size:12px;
	width: 30%;
	}

table.tbl-normal td{
	font-size:12px;
	width: 70%;
	}
	
table.tbl-normal th strong{
	color:#CC0000;
	}
	
input {
	margin-right:5px;
	padding:3px;
	border:1px solid #ccc;
	font-size:12px;
	}
	
input.input100 { width:75%; }
input.input80 { width:60%; }
input.input60 { width:50%; }
input.input30 { width:30%; }

textarea {
	width:97%;
	height:120px;
	}