
/*タイトル＆リード
------------------------------*/
#ctitle {
	margin-top:15px;
}
#ctitle h3 {
	background-image:url(../images/ctitle_tenten.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
	padding-bottom:6px;
	color:#235445;
	font-size:1.8em;
	font-weight:bold;
}

#ctitle p {
	font-size:1.2em;
	line-height:160%;
	_letter-spacing:0.1em;
	margin-bottom:0.8em;
}

/*共通ボックス
------------------------------*/
.box {
	margin-top:25px;

}
.box h4 {
	background-color:#D0E0DC;
	padding:5px;
	color:#235445;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}
.box p {
	font-size:1.2em;
	line-height:160%;
	_letter-spacing:0.1em;
	margin-bottom:0.8em;
}
.box em {
	color:#cc0000;
	font-size:1.2em;
	line-height:160%;
	_letter-spacing:0.1em;
	margin-bottom:0.8em;
}
.box table {
	border:none;
	border-collapse:collapse;
}
.box th, .box td {
	border: 1px solid #ccc;
	padding:4px;
}

/*フォーム
------------------------------*/
#form {
	margin-top:15px;
}
#form table {
	border:none;
	border-collapse:collapse;
	width:660px;
}
#form th, #form td {
	border: 1px solid #ccc;
	padding:5px;
	line-height:170%;
}
#form select {
	margin-bottom:4px;

}



