﻿@charset "utf-8";
/* CSS Document */

/*------概要------*/
h1  {
	margin: 5px 10px 7px 0px;  
 	padding-left: 1em;
 	color:#ffffff;
	background-color: #86b259;
	font-size: 120%;
 	line-height:200%;
 	border-bottom: solid 3px #888888;
	border-right: solid 2px #888888;
}
h2  {
 	font-size:120%;
 	margin: 10px 10px 20px 10px;
 	padding: 3px 10px 3px 1em;
 	color:#ffffff;
 	line-height:170%;
 	background-color: #86b259;
 	border-bottom: solid 3px #888888;
	border-right: solid 2px #888888;
}
h3  {
 	font-size:110%;
 	margin: 10px 10px 15px 20px;
 	padding: 3px 10px;
 	color: #ffffff;
	font-weight: bold;
 	line-height: 165%;
 	background-color: #4CABDD;
	border-left:10px solid #00609F;
 	border-bottom: solid 4px #00609F;
}
h4 {
 	font-size:100%;
 	margin: 15px 10px 10px 20px;
 	padding: 3px 10px;
 	color: #86b259;
	font-weight: bold;
 	line-height: 140%;
 	border-bottom: solid 2px #b7e5a1;
	background-color: #fff6e5;
}
/*------構造と各種設定------*/
/*------全体枠部------*/
/*------バナー部------*/
/*------コンテンツ部------*/
/*-----コンテンツ部全体-------*/
#center content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 70%;
}
#center img.left {
	margin-left: 10px;
}
/*------コンテンツ部内紹介課------*/
p {
 	text-align: left;
 	font-size: 100%;
 	line-height: 190%;
 	margin: 0.7em 2em 0.7em 3em;
}
#page img.left {
 	float: left;
	margin-left: 0px;
 	margin-right: 10px;
}
/*------コンテンツ部内コンテンツ課------*/	
strong {
	color: #cc0033;
}
p.white {
	color: #ffffff;
	font-weight: bold;
}
p.bold {
	font-weight: bold;
}
p.right {
	font-size: 100%;
	line-height: 180%;
 	text-decoration: underline;
 	margin: 10px 2em 15px 3em;
}
table.hyou {
	border-top: 1px solid #cc9152;
	border-left: 1px solid #cc9152;
	background: #ffffff;
	border-collapse: collapse;
	margin: 10px 10px 20px 40px;
	border-spacing: 0;
	empty-cells: show;
}
html>body table {
	border-collapse: separate;
	}
th.hyou {
	font-size: 85%;
	padding: 3px 10px 3px 10px;	
	line-height: 130%;
	margin: 10px 10px 10px 15px;
	text-align:center;
	border-right: 1px solid #cc9152;
	border-bottom: 1px solid #cc9152;
	color: #ffffff;
	background-color: #cc9152;
	font-weight: bold;
}
td.hyou {
	font-size: 100%;
	padding: 3px 5px 3px 10px;	
	line-height: 130%;
	border-right: 1px solid #cc9152;
	border-bottom: 1px solid #cc9152;
}
td.center {
	font-size: 100%;
	padding: 3px 10px 3px 10px;	
	line-height: 130%;	
	border-right: 1px solid #cc9152;
	border-bottom: 1px solid #cc9152;
	text-align:center;
}
td.color {
	font-size: 100%;
	padding: 3px 5px 3px 10px;	
	line-height: 150%;
	border-right: 1px solid #cc9152;
	border-bottom: 1px solid #cc9152;
	color: #cc9152;
	background-color: #fff6e5;	
}
#maincontent form {
	margin-left: 40px;
	margin-right: 10px;
	padding-bottom: 5px;
}
#maincontent select {
	margin-left: 30px;
}
img.left {
 	float:left;
	margin-left: 30px;
 	margin-right: 15px;
}

img.right {
	float: right;
 	margin-left: 15px;
	margin-right: 10px;
	padding-left: 10px;
}
#maincontent img.right a:hover {
	position:relative; top: 1px; left: 1px; 
}
img.center {
	text-align: center;
}
#maincontent fieldset {
	padding: 3px 5px 3px 5px;	
	line-height: 165%;
	margin: 5px 0px 5px 0px;
	border: 1px solid #cc9152;		
}
#maincontent legend {
	border: 2px solid inset #86b259;
	font-weight: bold;
	padding : 0px 15px 0px 15px;
	color: #fff;
	background-color: #86b259;
}
#maincontent ul {
 	font-size: 85%;
 	line-height: 165%;
 	margin: 0.5em 1em 0.5em 3em;
}
#maincontent ol {
 	font-size: 85%;
 	line-height: 165%;
 	margin: 0.5em 1em 0.5em 3em;
}
/*------ローカルナビゲーション部------*/
/*------グローバルナビゲーション------*/
/*------フッター部------*/
