﻿@charset "utf-8";
/* CSS Document */

body {
	width: auto;
	height: auto;
}
#container {
	width: 960px;
	height: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "小塚ゴシック Pro R";
	color: #025da3;
	font-size: 16px;
	line-height: 1.4em;
	margin: auto;
	padding-top: 5px;
	background-image: url(img/kami.jpg);
	background-repeat: repeat;
}

/*---ナビゲーション---*/
#navi {
	float: left;
	width: 270px;
	clear: both;
}
#navi ul li {
	padding-left: 15px;
	padding-bottom: 5px;
}
.migi {
	margin-left: 25px;
}
/*---ナビゲーション END---*/

/*---コンテンツ---*/
#content {
	float: left;
	width: 600px;
	padding-top: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
#content h2 {
	font-weight: normal;
	border-left-width: 13px;
	border-left-style: solid;
	border-left-color: #025da3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #025da3;
	padding-left: 5px;
	font-size: 18px;
	padding-top: 3px;
	margin-bottom: 20px;
}
/*---コンテンツ END---*/

/*---フッター---*/
#footer {
	background-image: url(img/kanban.gif);
	background-repeat: no-repeat;
	width: 960px;
	height: 422px;
	clear: both;
}
#footer p {
	padding-top: 35px;
	padding-left: 50px;
}
.copy {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	margin-top: 50px;
}
/*---フッター END---*/
