@charset "UTF-8";

/* CSS Document */


body,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h3 {
	padding: 10px 15px 7px;
	margin: 20px 0px 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 1.1;
	background-color: #106724;
	border-radius: 6px;
}

/* -----------------------------------
    メッセージ
   ----------------------------------- */

#message {
	margin:10px;
	color:#555;
	line-height:140%;
	font-size:100%;
}

div.dispimages img {
	float: right;
	margin: 0 20px;
}

.clear {
clear: both;
}


/* -----------------------------------
    問い合わせフォーム
   ----------------------------------- */

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:100%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
/*	width:30%;
*/	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.marginTop0px {
	margin-top: 0px !important;
}
.marginTop5px {
	margin-top: 5px !important;
}
.marginTop10px {
	margin-top: 10px !important;
}
.marginTop15px {
	margin-top: 15px !important;
}
.marginTop20px {
	margin-top: 20px !important;
}
.marginTop30px {
	margin-top: 30px !important;
}

.marginBottom0px {
	margin-bottom: 0px !important;
}
.marginBottom5px {
	margin-bottom: 5px !important;
}
.marginBottom10px {
	margin-bottom: 10px !important;
}
.marginBottom15px {
	margin-bottom: 15px !important;
}
.marginBottom20px {
	margin-bottom: 20px !important;
}
.marginBottom30px {
	margin-bottom: 30px !important;
}

.marginLeft5px {
	margin-left: 5px !important;
}
.marginLeft10px {
	margin-left: 10px !important;
}
.marginLeft20px {
	margin-left: 20px !important;
}

.marginRight10px {
	margin-right: 10px !important;
}
.marginRight20px {
	margin-right: 20px !important;
}
.marginRight30px {
	margin-right: 30px !important;
}
