/*dropmenu*/
#dropmenu{
	list-style-type: none;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
}
#dropmenu li{
	position: relative;
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}
#dropmenu li a{
	display: block;
	margin: 0;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	padding: 0px;
}
#dropmenu li ul{
	list-style: none;
	position: absolute;
	top: 90%;
	left: 0;
	margin-top: 5px;
	padding: 0;
}
#dropmenu li:last-child ul{
  left: -100%;
  width: 100%
}
#dropmenu li ul li{
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
	padding: 0px;
	text-align: left;
}
#dropmenu li:hover > a{
	color: #FFF;
}
#dropmenu > li:hover > a{
}
#dropmenu li:hover ul li{
	overflow: visible;
	height: 45px;
}
.both {
	clear: both;
}
.pt20 {
	padding-top: 20px;
}
.tbStyle {
	width: 55%;
	font-size: 85%;
	line-height: 1.5em;
	float: left;
}
.tbStyle tr td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.tbStyle tr {
	border-bottom: 1px dotted #9F9F9F;
}
.imgRight     {
	float: right;
}
.textLeft {
	float: left;
}
.imgCenter {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contact-form th {
	font-size: 80%;
	line-height: 1.5em;
	background-color: #F0F0F0;
	padding: 10px 20px;
	width: 30%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	font color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: lighter;
	text-align: left;
	vertical-align: top;
}
#contact-form td {
	background-color: #FFF;
	padding: 10px 20px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#btnRight {
	float: right;
	padding-top:15px;
}
#sendBtn {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#btnLeft {
	float: left;
	padding-top:15px;
}
form {
	display: inline;
}
#errmsg {
	background-color:#E7D3D6;
	border:3px solid #A55952;
	color:#944121;
	font-size:12px;
	margin:10px;
	padding:10px;
	text-align:left;
	width:400px;
}
.tb {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
.tb tr td {
	font-size: 80%;
	line-height: 1.5em;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
.tb tr .tbTtl {
	background-color: #F0F0F0;
	width: 30%;
}
p a {
	color: #42B065;
	text-decoration: none;
}
p a:hover  {
	color: #51BE74;
	text-decoration: underline;
}
.textRight {
	text-align: right;
}
