﻿@charset "UTF-8";

html,body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	border: none;
}
#container {
	width: 760px;
	min-height: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000000;
}
#container #header {
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#container #navi ul {
	display: block;
	width: 750px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #navi li {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7;
	color: #333333;
	display: inline;
	margin-right: 20px;
	background-image: url(../images/barret/nav_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#container #navi a {
	color: #333333;
	text-decoration: none;
}

#container #navi a:hover {
	color: #66CB34;
	text-decoration: underline;
}
#container #navi .now {
	color: #009900;
	text-decoration: underline;
}

#wrapper {
	width: 760px;
	min-height: 300px;
}
#container #wrapper #left {
	width: 525px;
	padding-left: 10px;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #66CC66;
}
#container #wrapper #left h2 {
	background-image: url(../images/barret/dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#left #info {
	height: 150px;
	border: 1px dotted #66CC99;
	width: 510px;
	overflow: auto;
	margin-bottom: 15px;
}
#container #wrapper #left table {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.7;
	color: #000000;
}
.pictBg {
	background-image: url(../images/top/pict_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
	width: 127px;
	text-align: center;
}
#container #wrapper #right {
	width: 200px;
	padding-right: 10px;
	float: right;
}
#container #footer {
	line-height: 1.7;
	color: #666666;
	height: 30px;
	width: 740px;
	clear: both;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7px;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
