@charset "utf-8";
/* お問い合わせデザイン
-------------------------------------------*/
#contact p#info{
	margin-top: 20px;
	margin-bottom:5px;
}
#contact ul.mailInfoList{
	margin-left: 35px;
	margin-top:10px;
	margin-bottom:30px;
}
#contact ul.mailInfoList li{
	padding-bottom: 5px;
}
#contact ul.mailInfoList a{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
#contact ul.mailInfoList a:hover{
	color: #FF0066;
	text-decoration: underline;
}
#contact p#tellNum{
	font-size: 190%;
	font-weight: bolder;
	margin-left: 30px;
	margin-top:7px;
	background-image: url(../img/tell.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
}
#contact p#tellTime{
	margin-left: 30px;
	margin-top:3px;
	padding-bottom:15px;
}
/* お問い合わせフォームデザイン
-------------------------------------------*/
#contactForm table {
    width:642px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 1px;
	margin-bottom: 15px;
}
#contactForm table th {
	width:140px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #EFEFEF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#contactForm table td {
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #f9f9ff;
}
#contactForm input#name{
	font-size: 10pt;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	width: 250px;
	height: 1.5em;
	line-height: 1.5em;
}
#contactForm input#mail{
	font-size: 12pt;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	width: 400px;
	height: 1.3em;
	line-height: 1.3em;
}
#contactForm textarea{
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: 400px;

	line-height: 1.3em;
}
#contactForm span.redWd{
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}
#contactForm div#sendBut{
	text-align: center;
}
#contactForm input#cleer{
    margin-left:10px;
}

