body {
	font: 13px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans",
		sans-serif;
	padding: 0px;
	margin: 0px;
}



.clearfix {

	clear: both;
}

.left {
	float: left;
}
a{
	text-decoration: none;
}
/**
フォーム用
**/
div.w_span_auto {
	width : 90%;
	background: url(/images/wr.png) top right no-repeat;
	padding-right: 10px;
	height: 33px;
	line-height: 33px;
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
}

input.w_auto {

	border: none;
	height: 28px;
	padding-top: 6px;
	text-indent: 10px;
	display: block;
	font-size: 15px;
	color: #666666;
	width : 100%;
	background: url(/images/wl.png) top left no-repeat;
}

textarea {
	width : 400px;
	border: 1px solid #9A9A9A;
	font-size: 15px; 
	color : #666666;
	padding: 6px;
	color: #666666;
}

textarea:focus {
	border: 1px solid #9A9A9A;
}
form .submit{
    border: 0px;
    width: 177px;
    height: 33px;
    	font-size: 15px; color : #ffffff;
    background: url(/images/btn.png) left top no-repeat;

}
form .submit:hover{
    background: url(/images/btn_o.png) left top no-repeat;

}
