@charset "utf-8";
BODY {
	margin: 0;
	background-color: #ffffff;
	background-image : url(../images/bg.png);
	background-repeat: repeat-y;
	color: #003300;
	font-size:small;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}
.header {
	width: 100%;
	height: 100px;
	background-color: #accb39;
	background-image : url(../images/header1.png);
	background-repeat: no-repeat;
	background-position: right;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* ===== メインエリア ===== */
.main {
	width: 660px;
	background-image : url(../images/corner.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
}
.main h1 {
	font-size:medium;
	color:#0000FF;
}
.main h2 {
	font-size:small;
	color:#0033FF;
}
.main h4 {
	/* スケジュールで使用 */
	font-size:small;
	border-bottom-width:thin;
	border-bottom-color:#00CCFF;
	color:#0033FF;
	background-color:#FFCC66;
	border-bottom-style: solid;
}
.main h5 {
	/* 5W1Hで使用 */
	font-size:small;
	border-bottom-width:thin;
	border-bottom-color:#00CCFF;
	color:#0033FF;
	background-color:#99FF66;
	border-bottom-style: solid;
}
a {
	font-weight: bold;
	text-decoration: none;
}

/* ===== サブエリア左 ===== */
.sub-left {
/*	width : 320px; */
	width : 310px;
	padding: 10px;
	color: #008955;
	line-height: 120%;
	float: left;
  margin-left : 100px;
}
.sub-left h3 {
	clear: left;
	margin: 0px;
	color: #003300;
	line-height: 100%;
	padding-left: 5px;
	border-left: 10px solid #ff9933;
	font-size: small;
	font-weight: normal;
}
.sub-left p {
	line-height: 120%;
}
/* ===== サブエリア右 ===== */
.sub-right {
	width : 310px;
	padding: 10px;
	margin-left:440px;
	color: #008955;
	line-height: 120%;
}
.sub-right h3 {
	clear: left;
	margin: 0px;
	color: #003300;
	line-height: 100%;
	padding-left: 5px;
	border-left: 10px solid #ff9933;
	font-size: small;
	font-weight: normal;
}
.sub-right p {
	line-height: 120%;
}
/* ===== 左メニュー ===== */
.leftmenu {
	position:relative;
	width: 100px;
	float: left;
	margin-top: 30px;
	border-bottom-style: none;
}
.leftmenu a {
	display: block;
	padding: 10px 0px 10px 10px;
	width: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #77b60a;
}
.leftmenu A:link, .leftmenu A:visited  {
	background-image : url(../images/leftmenu.gif);
	background-repeat: repeat-y;
	background-position: left;
	color: #4378b6;
}
.leftmenu A:hover {
	background-image : url(../images/leftmenu.gif);
	background-repeat: repeat-y;
	background-position: right;
	color: #e36d4a;
}
/* ===== 定義リスト ===== */
dl {
}
dt {
	padding-left: 5px;
	border-left: 10px solid #ff9933;
	color: #003300;
}
dd {
	color: #009933;
}
/* ===== 段落設定 ===== */
.m-left20 {
	position:static;
	margin-left:20px;
	line-height:1.5em;
}
/* ===== テーブルマージン設定 ===== */
.tm-left20 {
	position:static;
	margin-left:20px;
}

