<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

/*================================header================================*/
#header {
	width:850px;
	position: relative;
	margin-bottom: 10px;
}
#header h1 {
	padding-top: 20px;
}




/*================================pnkz================================*/
#bread_crumb {
	display: block;
	margin-bottom: 1em;
}
#bread_crumb ol {
	list-style: none;
	display: block;
}
#bread_crumb li {
	float: left;
}
#bread_crumb li.pnkz_arrow {
	padding-right: 18px;
	background: url(../images/pnkz_arrow.gif) no-repeat right center;
	margin-right: 5px;
}






/*================================wrap================================*/

#contents_wrap {
	width: 850px;
	margin-bottom: 2em;
	clear: both;
}
#contents_left {
	float: left;
	width: 204px;
}
#contents_left #gmenu {
	width: 204px;
	background: url(../images/gmenu_a.jpg) no-repeat left top;
}
#contents_left #gmenu li {
	list-style: none;
	text-indent: -9999px;
}
#contents_left #gmenu a {
	outline-style:none;
	height: 50px;
	width: 204px;
	display: block;
}

#gn_01 a:hover {background: url(../images/gmenu_b.jpg) no-repeat left 0;}
#gn_02 a:hover {background: url(../images/gmenu_b.jpg) no-repeat left -50px;}
#gn_03 a:hover {background: url(../images/gmenu_b.jpg) no-repeat left -100px;}
#gn_04 a:hover {background: url(../images/gmenu_b.jpg) no-repeat left -150px;}
#gn_05 a:hover {background: url(../images/gmenu_b.jpg) no-repeat left -200px;}
#gn_06 a:hover {background: url(../images/gmenu_b.jpg) no-repeat left -250px;}
#gn_07 a:hover {background: url(../images/gmenu_b.jpg) no-repeat left -300px;}

#gn_01 a.act {background: url(../images/gmenu_c.jpg) no-repeat left 0;}
#gn_02 a.act {background: url(../images/gmenu_c.jpg) no-repeat left -50px;}
#gn_03 a.act {background: url(../images/gmenu_c.jpg) no-repeat left -100px;}
#gn_04 a.act {background: url(../images/gmenu_c.jpg) no-repeat left -150px;}
#gn_05 a.act {background: url(../images/gmenu_c.jpg) no-repeat left -200px;}
#gn_06 a.act {background: url(../images/gmenu_c.jpg) no-repeat left -250px;}
#gn_07 a.act {background: url(../images/gmenu_c.jpg) no-repeat left -300px;}



#contents_left #gmenu #gn_08 a {
	height: 65px;
	width: 204px;
	background: url(../images/gmenu_08_a.jpg) no-repeat left top;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contents_left #gmenu #gn_08 a:hover {background: url(../images/gmenu_08_b.jpg) no-repeat left top;}
#contents_left #gmenu #gn_08 a.act {background: url(../images/gmenu_08_c.jpg) no-repeat left top;}



#contents_left #gmenu #gn_09 a {
	height: 34px;
	width: 204px;
	background: url(../images/gmenu_09_a.jpg);
	margin-bottom: 10px;
}
#contents_left #gmenu #gn_09 a:hover {background: url(../images/gmenu_09_b.jpg);}
#contents_left #gmenu #gn_09 a.act {background: url(../images/gmenu_09_c.jpg);}

#contents_right {
	float: right;
	width: 646px;
	
}



/*================================contents================================*/
#contents {
	width: 646px;
}
#contents p {
	margin-bottom: 2em;
	margin-right: 20px;
	margin-left: 20px;
}
#contents h2 {
	margin-bottom: 5px;
}
#contents h3 {
	background: url(../images/bg_h3.jpg) no-repeat left top;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-left: 30px;
	padding-bottom: 8px;
	width: 588px;
	margin-bottom: 1em;
	font-weight: bold;
}
#contents h4 {
	background: url(../images/bg_h5.gif) repeat-x left bottom;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	width: 593px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #333333;
	padding-bottom: 6px;
	padding-left: 10px;
}
#contents h5 {
	background: url(../images/bg_h4.gif) repeat-x left bottom;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	padding-bottom: 3px;
	width: 603px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #007ED2;
}

#contents .keyword dl {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 1em;
}
#contents .keyword dt {
	margin-right: 10px;
	margin-bottom: 1px;
	font-weight: bold;
}
#contents .keyword dd {
	margin-bottom: 3px;
	padding-bottom: 3px;
	background: url(../images/dot01.gif) repeat-x left bottom;
}

#contents .Navi ul {
	margin-left: 20px;
	margin-bottom: 1em;
}
#contents .Navi ul li {
	margin-bottom: 0.5em;
	background: url(../images/bullet01.jpg) no-repeat left 5px;
	list-style: none;
	padding-left: 13px;
}
#contents  table {
	border-collapse:collapse;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #999999;
	margin-bottom: 0px;
	font-size: 0.9em;
}
#contents  table th {
	border-collapse:collapse;
}
#contents table tbody {
	
}

#contents  table tr {
	border-bottom: 1px solid #cccccc;
}

#contents  table th,
#contents  table td{
	border: 1px solid #cccccc;
}

#contents  table th{
	text-align: center;
	vertical-align:middle;
	color: #333333;
	background:url(../images/bg_th.jpg) no-repeat left top;
	padding: 8px 8px 4px 8px;
}
#contents table td{
	color: #333333;
	padding: 7px 8px 3px 8px;
	/*text-align: left;*/
	text-align: center;
	vertical-align: top;
}
#contents  table td.g01{
	color: #333333;
	padding: 6px 8px 4px 8px;
	text-align: left;
	vertical-align: middle;
	background:url(../images/bg_td.gif) no-repeat left top;
}
#contents table td.g02{
	color: #333333;
	padding: 16px 8px 14px 8px;
	text-align: left;
	vertical-align: middle;
	background-color:#eff8fc;
	font-weight:bold;
	font-size: 1.1em;
}
#contents .ctBox{
	margin-bottom: 5px;
	width: 668px;
}
#contents .ctBox .kgBox1{
	width: 668px;
	/*margin:0 20px 20px 0;*/
	/*margin:0 20px 20px 530px;*/
          padding:0 10px 38px 480px;
}
#content .ctBox .kgBox1 p{
	margin:0 0px 0px;
}
#contents .ctBox .kgBox1 img{
	margin: 0px;
}
</pre></body></html>