html {
	background: url('../images/common/bg2.png') repeat-x;
}

h2 {
	height: 168px;
	text-align: center;
}

img.justifyleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.justifyright {
	float: right;
	margin: 0 0 20px 20px;
}

th.justifyleft,
td.justifyleft,
p.justifyleft {
	text-align: left;
}

th.justifyright,
td.justifyright,
p.justifyright {
	text-align: right;
}

#ichiran {
	list-style: none;
	padding: 0 0 0 10px;
}

#ichiran li {
	width: 200px;
	height: 101px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	float: left;
	margin: 0 20px 30px;
}

#ichiran li img {
	display: block;
	width: 100%;
	height: auto;
}

#contents section {
	margin: 0 0 60px 0;
}

#contents section article {
	line-height: 1.8em;
}

#contents section article img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 20px 0 20px 0;
}

#contents section article img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	margin: 20px 0 20px 0;
}

#contents section article table img[style="float: right;"]{
	margin: 0 0 20px 20px !important;
}

#contents section article img[style="float: right;"]{
	margin: 0 0 20px 20px;
}

#contents section article iframe {
	max-width: 100%;
}

#contents section article ul,
#contents section article ol {
	padding: 0 0 0 20px;
	margin: 1em 0;
}

#contents section h3 {
	width: 740px;
	height: 47px;
	padding: 23px 0 0 0;
	margin: 0 0 20px 0;
	font-size: 20px;
	text-align: center;
	background: url('../images/common/bg_h3.png') no-repeat;
}

#contents section h4 {
	font-size: 18px;
	margin: 0 0 20px 0;
	letter-spacing: 2px;
	color: #00bbd1;
}

#contents section h5 {
	font-size: 16px;
	margin: 20px 0 10px 0;
	padding: 0;
	letter-spacing: 1px;
}

#contents section h5:before {
	content: '■';
	color: #00bbd1;
}

.contents_nav article {
	width: 520px;
	padding: 0 0 0 20px;
	float: left;
}

.contents_nav #rightnav {
	width: 140px;
	float: right;
	list-style: none;
}

.contents_nav #rightnav li {
	width: 140px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.contents_nav #rightnav li a {
	display: block;
	width: 135px;
	/* height: 30px; */
	color: #666666;
	text-decoration: none;
	letter-spacing: -1px;
	line-height: 1;
	font-size: 93%;
	-webkit-transition: background .15s ease-in-out;
	   -moz-transition: background .15s ease-in-out;
	    -ms-transition: background .15s ease-in-out;
	     -o-transition: background .15s ease-in-out;
	        transition: background .15s ease-in-out;
}

.contents_nav #rightnav li a:link,
.contents_nav #rightnav li a:visited{
	padding: 5px 3px;
	border-bottom: none;
}

.contents_nav #rightnav li a:hover{
	padding: 5px 3px 0;
	border-bottom: 5px solid #00DFF6;
}

.contents_nav #rightnav li a:active {
	background: #00DFF6;
}


.contents_nav #rightnav .josansys_anch a:link,
.contents_nav #rightnav .josansys_anch a:visited{
	padding: 5px 3px;
	border-bottom: none;
	background: #FFE8FD;
}

.contents_nav #rightnav .josansys_anch a:hover{
	padding: 5px 3px 0;
	border-bottom: 5px solid #FD94F6;
}

.contents_nav #rightnav .josansys_anch a:active {
	background: #FD94F6;
}


section table th,
section table td{
	border: 1px solid #ccc;
	line-height: 1.4;
	vertical-align: middle;
	font-size: 85%;
	padding: 2px;
	text-align: center;
}

section table tr td{
	/* width: 5.5em; */
}

section table tr td:last-child{
	text-align: left;
}

section table th{
	background: #EAFEFF;
	color: #199AC9;
}

section table .col01{
	width: 6em;
}

section table .col02{
	width: 2em;
	min-width: 2em;
}

section table .col10{
	width: 80px;
}

#yoteihyo{
}
#yoteihyo table{
	width:100%;
}
#ka_bumon article{
	margin:0 auto 50px;
}
#contents section{
	position:relative;
}
#rightnav{
	position:absolute;
	top:90px;
	right:0;
}