@charset "shift_jis";
/* -------------------------------------------
 contact.css
------------------------------------------- */
#contact h1 {
	background-image: url(../images/h1_contact.jpg);
	height: 50px;
	font-size: 14pt;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#contact h3{
	font-size: 14px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #00CC00;
	list-style-image: url(../images/common/icon_link.jpg);
}
span.def {
	color: #CCC;
}
span.attention {
	color: #C00;
}
#contact th.head {
	text-align: center;
	background-color: #FBF6EA;
	color: #c00;
}
#contact p.submit{
	margin: 0 0 20px;
	text-align: center;
}
#contact table{
	margin:0 0 20px;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	font-size:12px;
}
#contact th {
	background-color:#F0F0F0;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px;
	width:30%;
}
#contact td {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px;
	width:70%;
}
caption, th {
	text-align:left;
}
#contact th.head {
	background-color:#FBF6EA;
	color:#CC0000;
	text-align:center;
	width:100%;
}

