@charset "utf-8";
body {
	font-size: 12px;
	margin: 0px;
	background-color: #e1eded;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
}
#menu {

}
#menu ul {
	height: 30px;
	width: 770px;
	padding: 0px;
	margin: 0px;
}
#menu li {
	display: inline;
	float: left;
}



/*メニュー*/
#menu .menu1 a {
	background-image: url(images/btn01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 129px;
	display: block;
	text-indent: -9999px;
}
#menu .menu1 a:hover {
	background-image: url(images/btn01_r.jpg);
}
#menu .menu2 a {
	background-image: url(images/btn02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 128px;
	display: block;
	text-indent: -9999px;
}
#menu .menu2 a:hover {
	background-image: url(images/btn02_r.jpg);
}
#menu .menu3 a {
	background-image: url(images/btn03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 128px;
	display: block;
	text-indent: -9999px;
}
#menu .menu3 a:hover {
	background-image: url(images/btn03_r.jpg);
}
#menu .menu4 a {
	background-image: url(images/btn05.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 129px;
	display: block;
	text-indent: -9999px;
}
#menu .menu4 a:hover {
	background-image: url(images/btn05_r.jpg);
}
#menu .menu5 a {
	background-image: url(images/btn06.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 128px;
	display: block;
	text-indent: -9999px;
}
#menu .menu5 a:hover {
	background-image: url(images/btn06_r.jpg);
}
#menu .menu6 a {
	background-image: url(images/btn07.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 128px;
	display: block;
	text-indent: -9999px;
}
#menu .menu6 a:hover {
	background-image: url(images/btn07_r.jpg);
}
/*トップページ*/
#topContents {
	padding: 10px;
	width: 750px;
}
#topContents #banner {
	width: 342px;
	float: left;
}
#topContents #banner img {
	margin-bottom: 10px;
}
#topContents #news {
	width: 389px;
	float: right;
	border: 1px solid #003366;
}
#topContents #news p {
	margin-top: 5px;
	padding-top: 0px;
}
#topContents #news dl {
	padding: 0px;
	margin: 10px;
}
#topContents #news dt {
	float: left;
	width: 80px;
	margin: 0px;
	padding: 0px;
}
#topContents #news dd {
	margin-left: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#contents .asset-header h2 {
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#contents .asset-header a {
	text-decoration: none;
	color: #333333;
}
#contents .asset-header a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#details h1 {
	font-size: 16px;
	color: #008030;
}

#footer {
	clear: both;
	margin: 20px 10px;
}
#footer .policy {
	float: left;
}
#footer .copy {
	text-align: right;
}
#contents {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

/*組織概要*/
#about h2 {
	font-size: 16px;
	color: #008030;
}
#about dl {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#about dt {
	float: left;
	width: 110px;
}
#about dd {
	margin-left: 110px;
}
#info {
	width: 620px;
}

/*事業案内*/
#info h2 {
	font-size: 16px;
	color: #008030;
	clear: both;
}
#info h3 {
	font-size: 15px;
	font-weight: bold;
}
#info h4 {
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #006600;
	line-height: 25px;
}

#info  h5 {
	font-size: 14px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#info p {
	margin-top: 3px;
	margin-bottom: 3px;
}
#info .box {
	width: 570px;
	margin-left: 10px;
}

#info .right {
	float: right;
	margin: 5px;
}
#info .left {
	margin: 5px;
	float: left;
}
#info hr {
	clear: both;
}
#info .pdf {
	clear: both;
}
#info .pdf ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#info .pdf li {
	background-color: #F7E8CC;
	height: 30px;
	width: 140px;
	border: 1px solid #FF9900;
	margin-bottom: 5px;
	text-align: center;
	line-height: 30px;
}
#info a {
	color: #66CC33;
	text-decoration: underline;
}
#info a:hover {
	color: #FF9900;
}
#info .pdf2 {
	width: 434px;
}
#info .pdf2 .pdfbox {
	line-height: 30px;
	height: 30px;
	width: 210px;
	border: 1px solid #FF9900;
	background-color: #F7E8CC;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
#info .pdf3 {

}
#info .pdf3 .pdfbox {
	line-height: 30px;
	height: 30px;
	width: 270px;
	border: 1px solid #FF9900;
	background-color: #F7E8CC;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
#info .pagetop {
	clear: both;
}
#info dl {
	margin: 0px;
	padding: 0px;
}
#info dt {
	float: left;
	width: 100px;
	font-weight: bold;
	color: #006600;
	margin-bottom: 10px;
}
#info dd {
	margin-left: 100px;
	margin-bottom: 10px;
}

/*リンク集*/
#link h2 {
	font-size: 16px;
	color: #008030;
}
#link dt {
	float: left;
	width: 160px;
}
#link dd {
	margin-left: 160px;
}
#info .infoBox1 {
	background-color: #E7F1E8;
	clear: both;
	padding: 5px;
}
#info .infoBox2 {
	background-color: #D8E8D9;
	clear: both;
	padding: 5px;
}

/*サイトマップ*/
#map dt {
	float: left;
	width: 130px;
}
#map dd {
	margin-left: 130px;
}
#policy h2 {
	color: #008030;
}


.toi {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: right;
}
.toi a {
	background-image: url(images/jimukyoku01.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 20px;
	width: 192px;
	text-indent: -9999px;
}
.toi a:hover {
	background-image: url(images/jimukyoku01_f2.gif);
}


/*外国人研修生受入れ事業*/
.body01 {
	font-size: 12px;
	line-height: 18px;
}
.title01 {
	font-size: 25px;
	font-weight: bold;
}
.title02 {
	color: #643A74;

}
.title03 {
	font-size: 10px;
}
.sub01 {
	font-size: 20px;
	font-weight: bold;
}
.sub02 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #85CF54;
}
.subcolor {
	font-size: 16px;
	font-weight: bold;
	color: #7248B7;
}
.sub3 {
	font-weight: bold;
	color: #FFFFFF;
}
