@charset "shift_jis";

@import url("default.css");
@import url("common.css");

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  contactform
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 ƒ^ƒCƒgƒ‹
--------------------------------------------------------------------------------------- */

div#ctRight h1 {
	height: 39px;
	margin-bottom: 12px;
	padding: 13px 30px 12px 79px;
	color: #0099FF;
	font-size: 22px;
	line-height: 39px;
	background: url(../images/bg_title.gif) no-repeat;
	overflow: hidden;
}

div#ctRight h2 {
	margin: 37px 0 7px 12px;
	padding: 0 3px 4px;
	font-size: 18px;
}
div#ctRight h2.lineRed {
	background: url(../images/line_dot_red.gif) repeat-x left bottom;
	color: #FF3366;
}
div#ctRight h2.linePurple {
	background: url(../images/line_dot_purple.gif) repeat-x left bottom;
	color: #6600FF;
}

/* --------------------------------------------------------------------------------------
 tableBlock
--------------------------------------------------------------------------------------- */

.tableBlock {
	margin-left: 25px;
}

.tableBlock p {
	margin-bottom: 1px;
}

/* --------------------------------------------------------------------------------------
 contactform
--------------------------------------------------------------------------------------- */

#contactform_table {
	border-collapse:collapse;
	border-spacing:0px;
	font-size:13px;
}
#contactform_table col.c30 {
	width:30%;
}
#contactform_table col.c70 {
	width:70%;
}
#contactform_table th {
	background:#f8f8ff none repeat scroll 0%;
	border:1px solid #E6E6E6;
	padding:8px;
	text-align:left;
}
#contactform_table td {
	border:1px solid #E6E6E6;
	padding:6px;
}
#contactform_table td textarea {
	width:430px;
}
.text-align-center {
	text-align:center;
}
.required {
	color:#FF0000;
	font-weight:normal;
	margin-left:5px;
}
