@charset "UTF-8";

/*
===============================================================================
| 			CONTACT css
===============================================================================
*/
h1{
	background: url(./images/title.gif) no-repeat;
}
th{
	width: 180px;
}
td{
	vertical-align: middle;
}
textarea{
	width: 350px;
	height: 220px;
	border: none;
	background-color: #cccccc;
	padding: 2px 4px;
	color: #000000;
}
input{
	width: 250px;
	border: none;
	background-color: #cccccc;
	padding: 2px 4px;
	color: #000000;
}
input.button{
	padding: 0 20px;
	width: auto;
}
/*================
	agree
================*/
div.contents#agree h2{
	font-size: 100%;
	margin: 20px 0 5px 0;
}

div.contents#agree input.button{
	margin: 10px 0 10px 0;
}
div.contents#agree div.ex{

}
