@charset "UTF-8";
/*body  {
*/	/*margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
/*	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
/*	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	background-color: #FFF;
*/}
/*.ccc #container {
	width: 940px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	/*text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
/*	background-color: #FFFFFF;
	background-image: url(img/border_side2.jpg);
} 
.ccc #header {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0;
	background-image: url(img/CCC.jpg);
	background-repeat: no-repeat;
	height: 190px;
	background-color: #DDDDDD;
	text-align: center;
} 
.ccc #header h1 {
	font-size: 12px;
	font-weight:normal;
	color: #999;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 2px;
	height: 18px;
}
.ccctop {
	font-size: 12px;
	color: #999;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 19px;
	padding-left: 40px;
	height: 121px;
	text-align: left; 
}
.btn {
	width: 920px;
	float: left;
	margin: 0;
	padding: 0;
}
.ccc #mainContent {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.ccc #mainContent h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fa8072;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(img/dot.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #555;
} 
.ccc #mainContent p {
	padding: 40px 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 13px;
	color: #666;
	line-height: 30px;
} 
.ccc #end {
	background-color: #acf265;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 0;
	text-align: center;
	font-size: 11px;
} 
.ccc #footer {
	background-color: #acf265;
	background-image: url(img/border_end.jpg);
	background-repeat: no-repeat;
	height: 19px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
*/.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}

.sm_box { margin-top: 50px;}