﻿@charset "UTF-8";

/*
*****************************************************************
* GeneralSetting ************************************************
*****************************************************************
*/

* {
	margin:0;
	padding:0;
}

body {
	min-width:960px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size:100%;
	color:#555;
	line-height:170%;
	letter-spacing:0; /*IE7*/
	text-align:center;
}

img { border:none; }

/*
*****************************************************************
* BaseLayout ****************************************************
*****************************************************************
*/

#wrapper {
	width:100%;
	overflow:hidden;
}

/*
*****************************************************************
* Header ********************************************************
*****************************************************************
*/

#header {
	margin:0 auto;
	width:960px;
	height:420px;
	background:url(../img/header.jpg) no-repeat 50% 0;
	text-align:right;
	position:relative;
	overflow:hidden;
}

#header h1 {
	font-size:65%;
	font-weight:normal;
}

/*
*****************************************************************
* Content *******************************************************
*****************************************************************
*/

#content {
	margin:0 auto;
	width:960px;
	text-align:left;
	overflow:hidden;
}

#content table {
	width:760px;
	margin:0 auto;
	padding:10px;
	border:1px #CCC solid;
	font-size:90%;
	line-height:140%;
	letter-spacing:0px;
}

#content table th {
	padding:3px;
	background:#DDE;
	text-align:center;
}

#content #MailForm {
	margin:10px 0 60px 0;
	padding:10px 0;
	text-align:center;
	border-top:2px #BFA35F dotted;
	border-bottom:2px #BFA35F dotted;
}

/*
*****************************************************************
* Footer ********************************************************
*****************************************************************
*/

#footer {
	width:100%;
	height:50px;
	padding:25px 0 0 0;
	background:#4AB0D2;
	color:#ffffff;
	font-size:80%;
	overflow:hidden;
}
