/* CSS Document */
#container{
	overflow: auto;
	width: 780px;
	margin: 0px auto;
	padding: 20px 0px 30px;
}
#contents {
	float:right;
	width:530px;
	font-size: 14px;
	line-height: 150%;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #336699;
	background-image: url(../img/h4-back.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
	vertical-align: middle;
	margin: 0px;
	letter-spacing: 0.3ex;
	text-indent: 10pt;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #2F67A6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 30px;
}.px10 {
	font-size: 10px;
	line-height: 1.5em;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	margin: 0px;
	padding: 0px;
}
.waku {
	background-image: url(../work/img/waku-head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 520px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 150%;
}
.waku h5 {
	margin-left: 15px;
	width: 500px;
}
.waku p {
	margin: 0px 10px 0px 15px;
	padding: 0px;
	width: 500px;
}
.wakufoot {
	background-image: url(../work/img/waku-foot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 10px;
	width: 520px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#map {
	padding: 10px;
	border: 1px solid #669999;
	text-align: left;
	margin-bottom: 20px;
	clear: both;
	margin-top: 10px;
}
#map .big {
	display: block;
	clear: both;
	text-align: right;
	font-size: 10px;
}
.px12 {
	font-size: 12px;
	line-height: 150%;
}
.manga {
	background-image: url(../work/img/manga.gif);
	background-repeat: no-repeat;
	display: block;
	height: 400px;
}
#contents #people {
	border: 1px solid #6DB0CE;
	width: 300px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
}

#contents .section .job {
	border: 1px dotted #999;
	display: block;
	padding: 10px;
}
#contents .section .job .index {
	font-weight: bold;
	color: #333;
}
#contents .section table.profile {
	border: 1px solid #CCC;
	padding: 2px;
	font-size: 100%;
}
#contents .section .profile tr th {
	background-color: #CCC;
	padding: 5px;
	width: 70px;
	text-align: center;
	margin-bottom: 5px;
}
#contents .section .profile tr td {
	padding: 5px;
	border: 1px solid #CCC;
}
#contents #souzoku_step table td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#contents #souzoku_step {
	margin-top: 10px;
}
#contents #souzoku_step table {
	margin-top: 5px;
	font-size: 100%;
}
#contents #souzoku_step table tr {
	margin-bottom: 5px;
}
#contents #souzoku_step table th {
	padding: 5px;
	width: 100px;
	text-align: center;
	border: 2px solid #FFF;
	margin-bottom: 5px;
	background-color: #DEEFFF;
	color: #369;
	font-weight: bold;
}
#seminar-contents a {
	color: #069;
}
.job h5 {
	background-color: #EAEAEA;
	color: #000;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	clear: both;
	margin-top: 1em;
}
.job table {
	font-size: 0.86em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0E9D5;
}

.job table th {
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #CADBEF;
	font-weight: bold;
	color: #333;
	border-top-style: none;
}
.job table td  {
	background-color: #FFF;
	height: 30px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0E9D5;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.3em;
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#6eb9fa 0%,
		#4c8beb);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#6eb9fa),
		to(#4c8beb));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #000000;
	-moz-box-shadow:
		0px 0px 0px rgba(255,255,255,0),
		inset 0px 0px 1px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(255,255,255,0),
		inset 0px 0px 1px rgba(255,255,255,0);
	box-shadow:
		0px 0px 0px rgba(255,255,255,0),
		inset 0px 0px 1px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(255,255,255,0.3),
		0px 1px 0px rgba(255,255,255,0.2);
}
button.css3button a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
button.css3button a:hover {
	filter: Alpha(Opacity=0.5);
}
