/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(../images/body_bg.jpg);
}

.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* ==== Backgraund === */
#wrap {
	border-top: 10px solid #006DD9;
	position: relative;
	padding-bottom:20px;
}
/* ==== Header === */
#hd {
	height: 129px;
	background: url(../images/hd_bg.jpg) no-repeat;
}
header {
	width:550px;
	float:left;
}
#language {
	width:192px;
	float:right;

}
/* ==== Navigation === */
#nav {
	border:1px solid #BBBBBB;
}

#nav ul {
	display:flex;
	flex-wrap:wrap;
}
#nav li{
	width:100%;
	background: -webkit-gradient(radial, 0% 42%, 0, 0% 42%, 241, color-stop(1.00, #D5DFFB), color-stop(0.00, #EFF3FE));
	background: -webkit-radial-gradient(0% 42%, circle, #EFF3FE, #D5DFFB);
	background: -moz-radial-gradient(0% 42%, circle, #EFF3FE, #D5DFFB);
	background: -o-radial-gradient(0% 42%, circle, #EFF3FE, #D5DFFB);
	background: -ms-radial-gradient(0% 42%, circle, #EFF3FE, #D5DFFB);
	background: radial-gradient(0% 42%, circle, #EFF3FE, #D5DFFB);
	border-bottom:1px solid #BBBBBB;
	border-left:10px solid #FFBFFF;
}

#nav li a{
	color:#000;
	font-size:18px;
	padding:10px;
	display:block;
	text-decoration:none;
}
#nav li a:hover,.current{
	background: url(../images/nav_icon.png) no-repeat 0px 15px;
}

#nav li ul li a:hover{
	background: url(../images/nav_icon.png) no-repeat 0px 11px;
}

#nav li ul li{
	
	border-left:none;
	display:inline-block;
	border-bottom:none;
}
#nav li ul li a{
	padding:2px 10px 2px 20px;
	font-size:16px;
}
#nav li ul li a:before{
	content:"-";
	margin-right:5px;
}

/* ==== Content === */
#con {
	min-height: 785px;
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 25px;
}

#main {
	width: 720px;
	float: right;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img,
#bnr a img {
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#main a img:hover, #bnr a img:hover, .shrink:focus, .shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
#lastupdate{
	margin-top: 15px;
	font-size: 1.0em;
	text-align: right;}


/* ==== Footer === */
#ft {
	padding-top: 45px;
	padding-bottom: 35px;
	text-align: center;
	background: url(../images/ft_bg.jpg) repeat-x;
	color:#FFF;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	margin-top: 38px;
}
h2 {
	margin: 0em 0 0.8em 0;
	font-size: 1.6em;
	font-weight:bold;
	color: #000000;
	/*height:60px;*/
	/*height:80px;*/
	box-sizing:border-box;
	padding: 1em 0 1em 1em;
	border:solid 1px #C4C4C4;
	/*background: url(../images/h2_bg.png) left center no-repeat;*/
}
h3 {
	margin: 1.2em 0 1em 0;
	font-size: 1.4em;
	font-weight:normal;
	box-sizing:border-box;
	padding: 0.4em 0 0.4em 1em;
	background: url(../images/h3_bg.jpg) left top;
	border: 1px solid #2E4481;
	border-radius: 4px;
	color: #FFF;
}
h4 {
	font-size: 1.3em;
	margin: 0.5em 0 0.5em 0;
	border-left:solid 0.6em #0D1384;
	padding-left:0.5em;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
}
#i_news_frame {
	width:720px;
	height:200px;
	border:none;
}
#i_news {
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 120px;
	background: url(../images/common/news_icon.gif) 0 10px no-repeat;
	padding-left: 15px;
}

#bnr{
	margin-top:20px;
}
#bnr ul li{
	margin-bottom:10px;
}
/*----pagetop----*/
#pagetop {
	position:absolute;
	bottom:-12px;
	right:50px;
}

#infobox {
	background:#FFDFFF;
	border: 1px solid #FFACFF;
	border-radius:4px;
	width:680px;
	text-align:center;
	margin: 20px auto;
	font-size: 24px;
	font-weight:bold;
	line-height: 1.3em;
	padding: 20px 10px;
}

#leftbox {
	width:222px;
	float:left;
}

.ul_A li{
	list-style-type: lower-latin
}

#editionalboard {
}
#editionalboard table {
}
#editionalboard table td {
	vertical-align: top;
	font-size: 1em;
	padding: 10px;
}
