﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
header {
	width: 810px;
	height: 110px;
	margin: 0 auto 0 auto;
	position: relative;
}
header h1 {
	margin: 0;
	position: absolute;
}
nav {
	position: absolute;
	right: 0;
}
nav ul {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 40px;
	overflow: hidden;
}
nav ul li a:hover{
	opacity: 0.6;
}
nav ul li {
	float: left;
}
footer {
	width: 810px;
	margin: 0 auto 0 auto;
	background-color: #dc0000;
	color: #ffffff;
}
footer p {
	margin: 0;
	padding: 14px 0 14px 0;
	text-align: center;
}
footer small {
	font-size: 100%;
}
#main h1 {
	margin: 0 0 20px 0;
	padding: 0 0 0 55px;
	background-image: url("images/h1.gif");
	background-repeat: no-repeat;
	font-size: 175%;
}

/* 基本レイアウト ここまで↑ */

/* 「大会特徴」ページ ここから↓ */
.img_right {
	margin-top: 20px;
	margin-left: 20px;
	float: right;
}
/* 「大会特徴」ページ ここまで↑ */

/* 「種目」ページ ここから↓ */
table {
	margin-bottom: 20px;
	border-collapse: collapse;
}
table caption {
	overflow: hidden;
	text-align: left;
}
table th, table td {
	width: 210px;
	padding: 10px;
	border: 1px solid #666666;
}
table th {
	background-color: #333333;
	color: #ffffff;
}
table td.fee{
	text-align: right;
}


/* 「種目」ページ ここまで↑ */

/* 「参加お申込み」ページ ここから↓ */
form {
	margin-top: 30px;
}
input.name_box {
	width: 150px;
}
textarea {
	width: 300px;
	height: 100px;
	overflow: scroll;
}
 
/* 「参加お申込み」ページ ここまで↑ */
