@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
header {
	width: 800px;
	height: 70px;
	margin: 20px auto 40px auto;
	position: relative;
}
header h1 {
	margin : 0;
	position: absolute;
}
header img {margin: 0px;
			padding-left: 0px;


}
nav {
	position: absolute;
	right: 0;
}
nav ul {
	list-style-type: none;
	overflow: hidden;
}
nav ul li {
	float: left;
}
nav ul li a:hover {
	opacity: 0.7;
}
#sub a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
footer p {
	margin-bottom: 0;
	padding: 14px 0 14px 0;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	text-align: center;
}
footer small {
	font-size: 100%;
}
#main h1 {
	margin: 0 0 20px 0;
	padding: 8px 0 3px 40px;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	font-size: 162%;
}


.link {
	margin: 10px;
	padding: 5px;
	border: 0;
} 

#link a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* チーム概要ページ ここから↓ */

.td1{width: 20%;
	text-align: left;
	background-color: #cce8e4;
	}
.td2{width: 29%;
	text-align: left;}
.td3{text-align: left;}

.td4{width: 30%;
	text-align: left;
	background-color: #cce8e4;
}
	
table li {text-align: left;
		padding-left: 3px;
		margin-left: 0px}

/* 問い合わせページ ここから↓ */
table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table caption {
	text-align: left;
}
table th, table td {
	width: 190px;
	padding: 10px;
	border: 1px solid #7aa7a2;
	text-align: center;
}
table th {
	background-color: #cce8e4;
}
table .td10 {
	width: 30%;
}

form	{
	margin-top: 30px;
	}
input.textfield, textarea {
	border: 2px solid #cce8e4;
	}
input.textfield {
	width: 250px;
	}
input.textfield:focus {
		background-color: #fffcea;
		}
textarea {
	width: 500px;
	height: 170px;
	overflow-y: scroll;
	}
textarea:focus {
	background-color: #fffcea;
		}
