/* CSS Document */
div#contents h1 {
	font-size : 24px;
	margin-top : 20px;
	color : #333;
}
div#contents p {
	padding : 3px 5px;
	font-size : 14px;
}
table#inquire th {
	border : solid 1px #666;
	padding : 10px;
	text-align : right;
	font-size : 14px;
	background : #EEE;
	color : #333;
}
span.exp {
	font-size : 12px;
	font-weight : 700;
	color : #666;
}
table#inquire td {
	border : solid 1px #666;
	padding : 10px;
	width : 360px;
}
table#inquire td input.name {
	width : 160px;
}
table#inquire td input.mail {
	width : 160px;
}
table#inquire td textarea {
	width : 360px;
	height : 120px;
	padding : 2px;
}
p.worn {
	font-size : 14px;
	font-weight : 700;
	color : red;
	background : #DEF;
}