html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ad97b7;
}

.main {
	margin: 18px auto;
	width: 1008px;
	background: #fff;
	text-align: center;
}
.top {
	position: relative;
	height: 19px;
	background: #fff;
	margin: 0px auto;
	text-align: center;
}
.ism {
	display: inline-block;
	font: bold 13px Verdana, Geneva, "DejaVu Sans", sans-serif;
	text-decoration: none;
	color: #669;
}
.ism:hover {
	color: #99c;
}

.lang {
	display: flex;
	position: absolute;
	top: 0;
	right: 16px;
	width: 96px;
	height: 19px;
	background: url("img/lang.png");
}
.lang a {
	width: 50%;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	font: bold 13px Arial, "Nimbus Sans L", Helvetica, sans-serif;
	text-align: center;
}
.lang a:hover {
	color: #669;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.lang a.cur {
	color: #669;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
}
.lang a.cur:hover {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.header {
	position: relative;
	height: 123px;
	background: url("img/sss20.jpg");
}
.header h1 {
	position: absolute;
	top: 14px;
	right: 670px;
	width: 250px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	font: italic bold 24px Arial, "Nimbus Sans L", Helvetica, sans-serif;
	font: italic bold 21px "Science Gothic", sans-serif;
	text-align: right;
}

.bottom {
	background: #fff;
	text-align: right;
	padding: 10px;
	min-height: 100px;
	border-top: 1px solid #ccc;
}

.menu1 {
	position: relative;
	list-style: none;
/*
	display: inline-flex;
*/
	display: flex;
	width: 998px;
	height: 42px;
	margin: 4px auto;
	padding: 0 0px;
	border-radius: 10px;
	background: url("img/mmm.jpg") repeat-x;
}

.menu1>li {
	position: relative;
}
.menu1>li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 42px;
	background: url("img/mmb.jpg");
}
/*
.menu1>li:last-child:after {
	background: none;
}
*/

.menu1>li a {
	display: inline-block;
	height: 42px;
	padding: 0 10px;
	font: bold 12px/42px Verdana, Geneva, "DejaVu Sans", sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	text-decoration: none;
}
.menu1>li a:hover {
	color: #ccf;
}
.menu1>li a.cur	{
	color: #ccf;
}
.menu1>li a.cur:hover	{
	color: #fff;
}

li.sub {
	display: block;
	position: relative;
}
li.sub:before {
	display: block;
	content: "";
	position: absolute;
	bottom: -4px;
	left: -1px;
	width: 100%;
	height: 4px;
	background: #6a82c2;
}

.menu2 {
	display: inline-block;
	width: 90%;
	text-align: left;
	background: #153082;
	color: #fff;
	padding: 10px 18px;
	font: bold 12px/17px Verdana, Geneva, "DejaVu Sans", sans-serif;
	border-radius: 10px;
}
.menu2 li {
	list-style: none;
}
.menu2 li a {
	color: #fff;
	text-decoration: none;
}
.menu2 li a:hover
	{
	color: #ccf;
}
.menu2 a.cur	{
	color: #ccf;
}
.menu2 li li {
	margin-left: 1em;
}
.menu2 li a:before {
	content: url("img/bul.gif");
	display: inline-block;
	width: 18px;
}
.menu2 .sp_lnk:before {
	content: url("img/plus.gif");
	display: inline-block;
	width: 18px;
}
.sp_cnt {
	display: none;
}
.sp_cnt.open {
	display: block;
}


.content {
	width: auto;
	padding: 16px 32px 16px 32px;
	margin: 0px auto;
}

.content a, .content a:visited	{color:  #009; text-decoration: none;}
.content a:hover	{color:  #930; text-decoration: underline;}
.content a:active	{color:  #f30; text-decoration: underline;}

h3 {
	color: black;
	padding: 0px;
	margin: 0px;
	margin-bottom: 26px;
	font: bold 14px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	text-align: left;
}
h4 {
	margin: 0px;
	font: bold 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.head {
	color: black;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
}
.subhead {
	color: black;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 15px;
}

.txt {
	min-height: 100vh;
	color: black;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	text-align: left;
	font-size: 13px;
}

.txt p {
	margin: 1em 0;
}
.txt ul, .txt ol {
	margin: 1em 0;
	padding-left: 40px;
}
.txt ul ul {
	margin: 0;
	padding-left: 40px;
}

.txt .cnt .title {
	display: inline-block;
	width: 75px;
	height: 1.5em;
}

.txt dl{
	margin: 0;
	padding: 4px 0 0 10px;
}
.txt dt{
	margin: 0;
	padding: 0;
	float: left;
	width: 125px;
}
.txt dd{
	text-indent: 0.3em;
	margin: 0;
	padding: 0 0 8px 0;

}
.txt .article{
	display: block;
	font-style: italic;
}

.txt table	{border-collapse: collapse; width: 500px; font-size: 13px;}
.txt td	{padding: 4px; margin: 4px auto; border: 0px solid black; text-align: left;}
.txt th	{padding: 4px; margin: 4px auto; border: 0px solid black; text-align: center;}

table.txt1	{width: auto;}
table.txt2	{width: auto;}
table.txt3	{width: auto; border: 1px solid black;}
table.txt3 th	{border: 1px solid black;}
table.txt3 td	{border: 1px solid black;}
table.txt1 td	{border: 0px; text-align: left; vertical-align:top;}
table.txt2 td	{border: 0px; text-align: left; vertical-align:bottom;}

.img300 {
	float: left;
	width: 300px;
	margin-left: 4px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.img300 img {
	padding: 0px;
	width: 300px;
}
.img300 div {
	text-align: center;
	margin: 5px;
}

.ico{
	position: relative;
	top: -2px;
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 0.5ex;
}
.doc{
	background: url(/img/msword.gif) no-repeat;
}
.pdf{
	background: url(/img/pdf.gif) no-repeat;
}

.txt li .aut {
	display: block;
}
.txt li .art {
	display: block;
	font-style: italic;
}
.txt li .jou {
	display: block;
}