
fieldset {border:0;}

legend {display:none;}

.contact-t {margin:0 75px;}
.contact-t table {
	width:100%;
	border-spacing:5px;
}
.contact-t table th {
	padding:5px;
	background:url(../img/bg_table.gif) #d8d8c1 top repeat;
	width:25%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color:#402100;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
.contact-t table td {
	padding:0;
}

form textarea,
form select,
form input {
	padding:7px;
	border:1px solid #ccc;
	line-height:1.4;
	color:#333;
	background-color:#fff;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Arial, sans-serif;
	font-size:12px;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

dl dd input {
	padding:7px;
	border:1px solid #ccc;
	line-height:1.4;
	color:#333;
	background-color:#fff;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Arial, sans-serif;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

select {margin-bottom:5px;}

/*input {width:50%;}*/

form textarea {
	margin:0;
	width:90%;
	height:100px;
}

select:hover,
input:hover,
textarea:hover,
select:focus,
input:focus,
textarea:focus {
	border:1px solid #ffd800;
	background:#fafafa;
}

select {background:#fff;}

option {padding-right:1em;}

form p {
	padding-top:1em;
	text-align:center;
}

input.button {
	margin-right:0.5em;
	padding:5px0.5em;
	border:none 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	width:100px;
	vertical-align:middle;	
	color:#fff;
	background-color:#999;	
	cursor: pointer;
}

input.button:hover,
input.button:focus {
	border:none 0;	
	background:url(../img/bg_header.gif) #ffd800 top repeat-x;
	color:#402100;
}

input.checkbox,
input.radio {
    margin:0 0.5em 0 0;
	border:none 0;
	width:auto;
	background:none;
}


/* Mac IE5‚Ì‚Ý“K—p \*//*/
textarea,input,select {
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", "Osaka", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku GothicPro", sans-serif;
	}
/* end */

