﻿@charset "utf-8";

/* 全体構造
--------------------------------------------------*/
body {
	background-image: url(../img/bg-body.jpg);
	background-repeat: repeat-x;
	color: #444444;
	text-align: center;
}

/* リンク
--------------------------------------------------*/
a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FFAA55;
	text-decoration: none;
}
a:active {
	color: #FFAA55;
	text-decoration: none;
}

/* ヘッダ
--------------------------------------------------*/
#header {
	width: 818px;
	height: 75px;
	margin: 20px auto 0px;
	background-color: #FFFFFF;
	text-align: left;
}

#header img {
	margin-top: 20px;
	margin-left: 50px;
	border: none;
	float: left;
}

#header form {
	margin-top: 25px;
	margin-right: 40px;
	float: right;
}

#header input {
	vertical-align: middle;
}

/* ナビゲーション
--------------------------------------------------*/
#navigation {
	width: 818px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: right;
	clear: both;
}

#navigation ul {
	margin: 0px 50px;
	list-style: none;
	border-bottom: 1px solid #DDDDDD;
}

#navigation li {
	display: inline;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

/* ページ本体
--------------------------------------------------*/
#pagebody {
	width: 818px;
	min-height:690px;
	height: auto !important;
	height: 690px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

/* コンテンツ
--------------------------------------------------*/
#content {
	margin-left: 50px;
	margin-right: 270px;
	padding-bottom: 20px;
	text-align: left;
}

/* フッタ
----------------------------------------------------*/
#footer {
	width: 818px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	background-color: #FFFFFF;
	text-align: right;
}

#footer ul {
	margin: 0px 50px;
	padding-top: 5px;
	padding-bottom: 10px;
	list-style: none;
	border-top: 1px solid #DDDDDD;
}

#footer li {
	display: inline;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}


