﻿@charset "UTF-8";

body {
	background:url('../images/base.jpg') transparent repeat fixed left top;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#wrapper {
	width: 1024px;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	width: 1024px;
	height: 300px;
	border-bottom: 1px #000066 solid;
}

#contents {
	width: 1024px;
}

#footer {
	width: 1024px;
	height: 20px;
	line-height: 20px;
	text-align:center;
	color:white;
	font-weight: bold;
	background-color: #000066;
}

#menu {
	width: 1024px;
	height: 40px;
	background-color: #000066;
	border-bottom: 1px #000066 solid;
	margin-bottom: 40px;
}

#menu ul {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
}

#menu ul li {
	list-style:none;
	width: 198px;
	height: 38px;
	line-height: 38px;
	text-align:center;
	border:1px #fff solid; 
	float:left;
}

#menu ul li a {
	display:block;
	width: 198px;
	height: 38px;
	font-weight:bold;
	color: #fff;
	text-decoration:none;
	background-color:#000088;
}

#menu ul li a:hover{
	background-color:#33CCCC;
	color:black;
}

ul.banner {
	width: 440px;
	height: 40px;
	margin: 30px auto 0 auto;
}

ul.banner li {
	width: 200px;
	height: 40px;
	float: left;
	padding-left: 40px;
}

ul.banner li:first-child {
	padding-left:0;
}

#contents p {
	width: 720px;
	padding-left: 40px;
	font-size: 16px;
	line-height: 24px;
	font-weight:bold;
	color: black;
	margin: 0 auto;
	clear:both;
}

h2 {
	clear:both;
	width: 760px;
	height: 40px;
	padding-left: 40px;
	background-image:url('../images/title.png');
	line-height: 40px;
	font-weight:bold;
	font-size: 18px;
	color: white;
	margin: 0 auto;
}

.box {
	width:  800px;
	padding-top: 10px;
	margin: 0 auto;
}

table.info {
	width: 700px;
	margin: 0 auto;
}

table.info tr {
	border: 1px #000066 solid;
	height: 30px;
}

table.info td {
	border: 1px #000066 solid;
	line-height: 30px;
	padding-left:4px;
	font-weight:bold;
	color:#222222;
	height: 20px;
}

br {
	clear:both;
}

form {
	width: 500px;
	margin: 20px auto;
}

#contents p.title {
	display:block;
	font-size: 12px;
	margin-bottom: 4px;
	padding-left: 0;
}

input {
	width: 400px;
	margin-bottom: 10px;
}

input.button {
	width: 60px;
	height: 20px;
	font-size: 12px;
	font-family: sans-serif;
	text-align:center;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

textarea {
	width : 500px;
	height: 200px;
}

