@charset "utf-8";
html {
	overflow-y:scroll;
}
body {
	font-size:10pt;
	text-align:center;
	color:#333;
	margin:0;
	padding:0;
	background:#e7e7de url(/assets/templates/swc/image/background.gif) repeat-x 0 23px;
}
body, td, th {
	line-height:140%;
}
ul,li,ol,dl,dd,dt,p,form,h1,h2,h3,h4,h5,h6,table,th,td {
	margin:0;
	padding:0;
}
a {
	color:#00206b;
}
a:hover {
	color:#218ced;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.bl {
	text-align:left;
	display:block;
	text-indent:-999em;
	overflow:hidden;
}


#wrapper {
	width:800px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}
#header {
	#background:url(/assets/templates/swc/image/head_back_en_jrsm.jpg) no-repeat;
	#background:url(/assets/files/JRSM2019/jrsm2019-banner01.jpg) no-repeat 10px 23px;
	#background:url(/assets/files/JRSM2019/jrsm2019-banner-20190219.jpg) no-repeat 10px 23px;
	background:url(/assets/files/JRSM2022/jrsm2022-banner-20220418.png) no-repeat 10px 23px;
	background-size:auto 69%;

        #background:#e7e7de url(/assets/files/JRSM2015/Top_Banner_2015.jpg) repeat-x 0 23px;
	#height:203px;
}
#header ul {
	padding-left:610px;
}
#header li {
	float:left;
}
#header ul li, #header li a {
	width:95px;
	height:23px;
}
#header h1, #header h1 a {
	height:180px;
	clear:both;
}

#container {
	padding:0 20px 40px 10px;
}

#navi {
	float:left;
	width:200px;
}
#navi .menu {
	padding:20px 0 10px;
}
#navi .menu li {
	padding-bottom:4px;
}
#navi .menu a {
	background:url(/assets/templates/swc/image/list_1.gif) no-repeat 5px 50% #002c9c;
	padding:8px 0 8px 26px;
	font-weight:bold;
	color:#fff;
	display:block;
	font-size:11pt;
	text-decoration:none;
}
#navi .menu a:hover {
	background-color:#0052ce;
}

#navi .banner {
	padding-bottom:30px;
}
#navi .banner li {
	padding-bottom:5px;
}
#navi .banner a {
	height:45px;
}
#navi .banner a.i1 {
	background:url(/assets/templates/swc/image/banner_1en.gif);
}
#navi .banner a.i2 {
	background:url(/assets/templates/swc/image/banner_2.gif);
}
#navi .banner a.i3 {
	background:url(/assets/templates/swc/image/banner_3.gif);
}

#content {
	float:right;
	width:540px;
	padding-bottom:40px;
}

#content h2 {
	color:#fff;
	font-weight:bold;
	margin:20px 0 9px;
	background:#00247b;
	border-left:5px solid #3961ff;
	padding:5px 0 5px 8px;
	font-size:11pt;
}
#content h3 {
	border-left:3px double #113588;
	padding:0 6px;
	line-height:100%;
	margin:25px 0 8px;
	font-size:11pt;
}
#content h4 {
	border-left:3px solid #113588;
	padding:0 6px;
	line-height:100%;
	margin:25px 0 8px;
	font-size:10pt;
}
#content table {
	margin:8px 25px 20px;
	border:1px solid #113588;
	font-size:10pt;
	border-collapse: collapse;
}
#content .none {
	border: hidden;
}
#content .none th {
	border: none;
}
#content .none td {
	border: none;
}

#content th {
	background:#c5d4f7;
	border:1px solid #113588;
}
#content td {
	background:#FFF;
	border:1px solid #113588;
}
#content th, #content td {
	padding:2px;
}
#content .about p {
	padding-left:10px;
}
#content .about img {
	float:right;
	margin:0 0 0 10px;
}
#content .list {
	clear:both;
	padding:0 0 8px 10px;
	margin-bottom:8px;
}
#content .list li {
	padding-left:15px;
	padding-bottom:5px;
	list-style-type:none;
	background:url(/assets/templates/swc/image/list_2.gif) no-repeat 0 5px;
}
#content .archive_link {
	float:right;
}
#content ol, #content ul {
	padding:8px 0 20px 25px;
}
#content ol ul, 
#content ul ul, 
#content ol ol, 
#content ul ol {
	padding-top:4px;
	padding-bottom:4px;
} 
#content ol li {
	list-style-type:decimal;
}
#content ul li {
	list-style-type:disc;
}


#footer {
	clear:both;
	border-top:3px solid #395dff;
	background:#00206b;
	color:#3961ff;
	padding:10px 0 40px;
	text-align:center;
}


.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}