@charset "utf-8";
/*== 共通使用スタイル ==*/

/*===== 
基本カラーコード
ダークグリーン　#003f0e
ペールグリーン　#dee4dd
 =====*/

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }

/* ======================== 「contact.php」用 ======================== */
/********************************入力枠設定********************************/
/*
.field {}

.field2 {}

.field3 {}

.field4 {}

.back-btn {}
*/
/********************************注釈設定********************************/
.error-text {
	font-size: 85%;
	font-weight: bold;
	color: #003f0e;
}

.err {
	font-size: 77%;
	color: #cc0000;
}

.examp {
	font-size: 77%;
	color: #003f0e;
}

/* ======================== 「form.html」用 ======================== */

div#rightside div.content div.tablestyle_form div.info {
	font-size: 85%;
	font-weight: bold;
	color: #003f0e;
}

div#rightside div.content div.tablestyle_form span.hissu {
	font-size: 77%;
	color: #cc0000;
}

/********************************テーブル設定********************************/
div#rightside div.content div.tablestyle_form {
	margin: auto;
}

div#rightside div.content div.tablestyle_form table {
	margin: auto;
	padding: 10px 0;
	width: 560px;
}

div#rightside div.content div.tablestyle_form td.left {
	padding: 6px;
	width: 118px;
	color: #003f0e;
	background: #dee4dd;
	font-size: 77%;
	font-weight: bold;
	border: 1px solid #ccc;
}
div#rightside div.content div.tablestyle_form td.right {
	padding: 6px;
	width: 438px;
	font-size: 77%;
	background: #fff;
	border: 1px solid #ccc;
}

div#submitsArea {
	margin: auto;
	padding: 10px 0;
	width: 558px;
	text-align: center;
	background: #dee4dd;
	border: 1px solid #003f0e;
}

