@charset "UTF-8";
.contactTitle {
	background-image: url(../img/contact/title.jpg);
	text-indent: -9999px;
	height: 24px;
	width: 800px;
	background-repeat: no-repeat;
}


.noteLine li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width:700px;
	height:60px;
	margin-top:5px;
	padding-top: 15px;
}

#contents h3 {
	margin-bottom: 20px;
	font-weight: bold;	
}


._contact dt {
	margin-top:5px;
	background-color:#CC88CC;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	float:left;
	line-height: 100%;
	margin-left: 15px;
	padding: 3px;
	width: 100px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

._contact dd span{
	font-size:10px;
	color:#CCCCCC;	
}
._contact dd {
	
	font-size: 14px;
	margin-left:50px;
	
	height: 15px;
	width: 500px;
	
	float:left;
	height:60px;
	
}
._contact {
	
	margin-left:20px;
	margin-bottom:20px;
}
input {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
}.linenone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

textarea{
		background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
	
}


