/*　コンテンツ全体の設定　*/
#Main {
	width: 560px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	min-height: 770px;
	height: auto !important;
}
p a img {
	line-height: 100%;
}
/*　各見出しの設定　*/
.H3Box {
	background: url(../img/h3.gif) no-repeat left top;
	width: 560px;
	height: 30px;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	line-height: 100%;
	font-weight: bold;
	color: #00BBA7;
	padding: 8px 15px 5px 21px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #BD8400;
	width: 100%;
	margin-bottom: 8px;
	border-bottom: double 3px #BD8400; 
}
h5 {
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #008CBA;
	margin-bottom: 5px;
	border-bottom: solid 1px #008CBA; 
	width: 100%;
}
h6 {
	font-size: 14px;
	font-weight: normal;
	line-height: 100%;
	color: #008CBA;
	margin-bottom: 5px;
	border-bottom: dotted 1px #008CBA; 
	width: 100%;
}
/*　コンテンツ内のブロック囲いの設定　*/
.Content1 {
	margin: 0px 15px 40px 15px;
	clear: both;
}
.Content2 {
	margin: 0px 0px 20px 15px;
}
.Content3 {
	margin: 20px 0px 20px 15px;
}
/*	パンくずリストをつけたいときの設定　*/
ol.topicPath {
	padding: 5px 5px 20px 5px;
	font-size: 12px;
	line-height: 120%;
	list-style: none;
	color: #00BBA7;
	clear: both;
}
ol.topicPath li {
	float: left;
	padding: 0px 5px 0px 8px;
	background: url(../img/topicpath.gif) no-repeat 0 50%;
	white-space:nowrap;
}
ol.topicPath li.home {
	padding-left: 0 !important;
	background: none !important;
}
ol.topicPath li a:link,
ol.topicPath li a:visited {
	color: #00BBA7 !important;
	text-decoration: underline !important;
}
ol.topicPath li a:hover,
ol.topicPath li a:active	{
	color: #BD8400 !important;
	text-decoration: underline !important;
}
ol.topicPath li em	{
	font-style: normal;
	font-weight: bold;
}
/* ツールチップの表示 */
a.tooltip:hover {
	background: #FFFFFF;
	text-decoration: none;
} /*BG color is a must for IE6*/
a.tooltip {
	color: #00BBA7;
	text-decoration: underline;
}
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 200px;
	text-decoration: none;
}
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #E0F2F3;
	border: 1px solid #00BBA7;
	color: #666666;
}
/*　文の先頭にマークをつけたいとき　*/
.Square {
	margin-bottom: 20px;
	padding-left: 15px;
	background: url(../img/mark_img1.gif) no-repeat top left;
}
/*　リストのマーク設定　*/
.ListSquare li {
	margin: 0px 0px 20px 20px;
	list-style-image: url(../img/list_img3.gif);
	list-style-type: square;/* 画像が使用できない場合は“■”の行頭記号 */ 
}
.ListDot, .ListNo {
	margin-bottom: 20px;
}
.ListNo li {
	margin: 0px 0px 10px 20px;
	list-style-type: decimal;
}
.ListDot li {
	margin: 0px 0px 10px 20px;
	list-style-type: disc;
}
/*　線つきテーブルの設定　*/
.Table1{
	border-bottom: 1px #BD8400 solid;
	border-right: 1px #BD8400 solid;
	background-color: #FFFFFF;
}
.Table1 td {
	border-top: 1px #BD8400 solid;
	border-left: 1px #BD8400 solid;
	padding: 5px;
}
.Table1 th {
	border-top: 1px #BD8400 solid;
	border-left: 1px #BD8400 solid;
	padding: 5px;
	background-color: #FFE7AC;
	font-weight: bold;
	text-align: center;
}
/*　フォントの設定　*/
.Midori{
	color: #00BBA7;
}
.AO{
	color: #008CBA;
}
.AKA{
	color: #FF0000;
}
.TYA{
	color: #BD8400;
}
.J10 {
	font-size: 10px;
}
.J12 {
	font-size: 12px;
}
.J14 {
	font-size: 14px;
}
/*　その他の設定　*/
.Line {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: double 3px #BD8400;
}
.MB20 {
	margin-bottom: 20px;
}
.MB40 {
	margin-bottom: 40px;
}
.PageTop {
	text-align: right;
	margin: 5px 5px 0px 0px;
	line-height: 180%;
	clear: both;
}