﻿@charset "utf-8";

a {
	color: #00561f;
}
a:hover {
	color: #f39800;
}
/*----------------------------------------------------------------
上段
-------------------------------------------------------------------*/
#contents {
	width: 860px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 15px;
}
.win02p {
	width: 860px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 130%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
.win02p02 {
	width: 860px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 130%;
	padding: 20px 0px 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
}
.window02 {
	width: 850px;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px dashed #CCCCCC;
}

.window02a {
	width: 200px;
	float: left;
	background: #ffffff;
}
.window02a a:hover {
	position:relative;
	top:1px;
	left:1px;
}
.window02a p {
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}
.window02a span {
	font-weight: bold;
	padding-right: 10px;
}
.window02b {
	width: 650px;
	float: left;
	background: #ffffff;
}
.window02b p {
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}
.window02b span {
	font-weight: bold;
	padding-right: 10px;
}
.clear {
	clear: both;
}

