@charset "utf-8";
/*フォーム整形用*/

#cf_sample_form .require { color: #cc3333;}
#cf_sample_form table { border-collapse: collapse; width: 500px;}
#cf_sample_form td, #cf_sample_form th { padding: 5px; border: 1px solid #eee;}
#cf_sample_form th { font-weight: bold; vertical-align: top; text-align: left; border-right-width: 5px; white-space: nowrap; width: 120px;}
#cf_sample_form th .require { padding-left: 10px;}
#cf_sample_form td { margin-bottom: 16px; margin-left: 20px;}
#cf_sample_form .note { font-size: 80%; color: #666;}
#cf_sample_form li { list-style-type: none;}
#cf_sample_form fieldset { border: 1px solid #1E6C8A; margin-bottom: 10px; padding: 10px; border-width: 2px 0px;}
#cf_sample_form legend { color: #1E6C8A; font-weight: bold; font-size: small;}
#cf_sample_form .invalid { border: 1px solid #d4aa00; background: #fffbea;}
#cf_sample_form .buttons { margin: 10px 0px; text-align: center;}

/*見出しレイアウト*/
.topinx #mainContent h2 {
	font-size: 14px;
	color: #0489B7;
	margin-bottom: 0px;
	background-image: url(../img/pages1_h2.jpg);
	background-repeat: no-repeat;
	height: 21px;
	padding-left: 25px;
	padding-top: 3px;
} 
.topinx #mainContent h3 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 25px;
} 
