body
{
	background : #fffafa url(images/bg.jpg) repeat-x bottom;
	padding : 0;
	margin : 0;
}

.content
{
	padding : 0;
	margin : 15px auto;
	width : 960px;
	min-height : 680px;
	background : #fafafa;
}
.page_header 
{
	width : 100%;
}

.banner
{
	width : 100%;
}

.menu
{
}

.main 
{
	padding-top : 4px;
	padding-bottom : 4px;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 8pt;
	color : #585858;
	background : #fafafa;
}

.main *
{
	padding : 0px;
	margin : 0px;
}

.main img
{
	border : 0px;
	float : left;
	margin-right : 10px;
}

.main a
{
	color : #000099;
	text-decoration : none;
}

.main a:hover
{
	text-decoration : underline;
}

.func_panel
{
	background : url(images/func_bg.jpg) repeat-y;
	padding-left : 16px;
}

.func_group
{
	margin: 8px;
}

.func_header
{
	background : url(images/func_hdr.jpg) repeat-x;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #ffffff;
	text-align : center;
	padding-top : 3px;
	margin-bottom : 4px;
	height : 16px;
}

.func_header_2row
{
	background : #ff6328 url(images/func_hdr.jpg) repeat-x;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #ffffff;
	text-align : center;
	padding-top : 4px;
	margin-bottom : 5px;
	height : 30px;
}

.func_main
{
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 8pt;
	color : #585858;
}

.func_main select
{
	font-size : 9pt;
}

.func_main a
{
	font-size : 9pt;
	color : #0000ff;
	text-decoration : underline;
}

.news_header
{
	background : #b04040;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #ffffff;
	text-align : center;
	padding-top : 4px;
	height : 20px;
}

.news_main
{
	padding: 10px;
}

.hotline_header
{
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #ff0000;
	white-space : nowrap;
	padding : 4px;
}

.hotline_caption
{
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #333333;
	white-space : nowrap;
	padding : 4px;
	padding-right : 2px;
}
.hotline_number
{
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #666666;
	padding : 4px;
	padding-left : 2px;
	padding-right : 10px;
}

.page_footer
{
	padding : 0;
	width : 960px;
	background : #fafafa;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 8pt;
	color : #888;
}

/*
---------------------------------------- jdMenu ----------------------------------------
*/

ul.jd_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.jd_menu 
{
	background: #366BA0 url(images/menu_bg.jpg) repeat-x center center;
	border: 1px solid #036;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;
	height: 24px;
}
ul.jd_menu li {
	float: left;
}
ul.jd_menu li {
	font-family: sans-serif;
	font-size: 13px;
	color: #FFF;
	
	line-height: 18px;
	
	margin: 0px;
	padding: 4px 24px 3px 24px;
	height: 17px;
	
	cursor: pointer;
	white-space: nowrap;
	
	border-left: 1px solid #4B87C2;
	border-right: 1px solid #69C;
}
ul.jd_menu li a {
	color: #FFF;
	text-decoration: none;
}
ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	background-color: #69C;
	color: #FFF;
	
	padding: 3px 24px 2px 24px;
	border: 1px solid #369;
	border-left: 1px solid #9CF;
	border-top: 1px solid #9CF;
}

/* -- Sub-Menus -- */
ul.jd_menu ul {
	display: none;
}
ul.jd_menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
ul.jd_menu ul {
	background-color: #C7E2EF;
	border: 1px solid #036;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;
	height: 24px;
}
ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu ul li {
	float: none;
	margin: 0px;
}
ul.jd_menu ul li {
	width: 240px;
}
ul.jd_menu ul li 
{
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	
	line-height: 18px;
	
	margin: 0px;
	padding: 4px 13px 3px 13px;
	height: 17px;
	
	cursor: pointer;
	white-space: nowrap;
	
	border-left: 0px;
	border-right: 0px;	
}
ul.jd_menu ul li a {
	color: #000000;
	text-decoration: none;
}
ul.jd_menu ul li.jdm_hover,
ul.jd_menu ul li.jdm_active {
	background-color: #E0EFF6;
	color: #000000;
	
	padding: 3px 12px 2px 12px;
	border: 1px solid #369;
	border-left: 1px solid #9CF;
	border-top: 1px solid #9CF;
}

/*
----------------------------------------------------------------------------------------
*/



/*
---------------------------------------- Original --------------------------------------
*/

.rs { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5  }
.header {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #666666; FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif
}
.subheader {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 4px; COLOR: #666666; FONT-FAMILY: verdana,helvetica,arial,sans-serif
}
.subheaderblue {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 4px; COLOR: #3366cc; FONT-FAMILY: verdana,helvetica,arial,sans-serif
}
.subheaderred {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; PADDING-BOTTOM: 4px; COLOR: #E11A1A; FONT-FAMILY: verdana,helvetica,arial,sans-serif
}

.date {
color : #aaa;
font-weight : bold;
background : transparent;
}
.green {
color : #36be00;
}
.red {
color : #CC0000;
}
.blue {
color : #0033FF;
}
.bigl {
font-size : 1.2em;
}
.bold {
font-weight : bold;
}

#imgmaincontent 
{
margin-left: 12px;
margin-right: 12px;
background : #fafafa url(images/e_sea.jpg);
}
#picmaincontent 
{
margin-left: 12px;
margin-right: 12px;
background : #fafafa url(images/bow.jpg);
}
#maincontent 
{
margin-left: 12px;
margin-right: 12px;
background : #fafafa url(images/e_akashi50.jpg) no-repeat left;
}
#maincontent p {
margin-top : 10px;
}
#maincontent img {
float : left;
margin : 10px 10px 10px 0;
}
#maincontent .readm {
color : #36be00;
font-weight : bold;
background : inherit;
}
#maincontent h2 {
font : bold 1.6em "Tahoma", verdana, Arial;
color : #585858;
background : transparent;
margin-bottom : 4px;
border-bottom : 1px solid #e3eaef;
width: 936px;
}
#maincontent #introduction {
margin: 25px 0 40px 0;
width : 100%;
background : inherit;
text-align : justify;
color : #8e8e8e;
}
#maincontent #rightside {
float : right;
width : 210px;
background : #f0f0f0;
padding : 10px;
margin : 0 0 10px 0;
}
#maincontent #rightside h2 {
margin-bottom : 5px;
}
#maincontent #leftside {
background : inherit;
margin-right : 10px;
width : 530px;
}
#maincontent #leftside .r {
float : right;
width : 240px;
text-align : justify;
margin-bottom : 15px;
}
#maincontent #leftside .le {
width : 240px;
text-align : justify;
margin-bottom : 15px;
}
#maincontent #leftside .pad {
padding : 5px 0 5px 0;
text-align : justify;
}

#careermaincontent {
background : #fafafa;
}
#careermaincontent p {
margin-top : 10px;
}
#careermaincontent h2 {
font : bold 1.6em "Tahoma", verdana, Arial;
color : #585858;
background : transparent;
margin-bottom : 4px;
border-bottom : 1px solid #e3eaef;
}

.f01tableHr{
FONT-WEIGHT: bold; 
FONT-SIZE: 14px;
color : #CC0000;
}
.f01table{
FONT-WEIGHT: bold; 
FONT-SIZE: 11px;
color : #0000CC;
}
.subheader {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 4px; COLOR: #666666; FONT-FAMILY: verdana,helvetica,arial,sans-serif
}
.listtext {
	FONT-WEIGHT: 400; FONT-SIZE: 10px; COLOR: #666666; FONT-FAMILY: verdana,helvetica,arial,sans-serif; LETTER-SPACING: 0.02em
}
.subheaderblue {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 4px; COLOR: #3366cc; FONT-FAMILY: verdana,helvetica,arial,sans-serif
}
.f13tabb2 {
        FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; BACKGROUND-COLOR: #c8c8c8
}
.f10rown1 {
        FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; BACKGROUND-COLOR: #ffffff
}
.f10rown2 {
        FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; BACKGROUND-COLOR: #f0f0f0
}
.f12rown1 {
        FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; BACKGROUND-COLOR: #ffffff
}
.f12rown2 {
        FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; BACKGROUND-COLOR: #f0f0f0
}
.f12wrdb1{
        FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif";
}
.f12rown1border {
        FONT-SIZE: 12px; OVERFLOW: hidden; COLOR: #000000; BORDER-TOP-STYLE: groove; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif"; BORDER-RIGHT-STYLE: groove; BORDER-LEFT-STYLE: groove; BACKGROUND-COLOR: #ffffff; BORDER-BOTTOM-STYLE: groove
}
.bct {
	FONT-SIZE: 12px; FONT-FAMILY: verdana,arial,sans-serif
}
.tabheader {
        background-color: #6699FF;
        font-family: "Geneva", "Arial", "Helvetica", "sans-serif";
        font-size: 12px;
        color: #FFFFFF;
}

/*
----------------------------------------------------------------------------------------
*/

div.jqmNotice {
    display: none;
    position: relative;
  background:#EEEEEE;
    border: 1px solid #000;
    padding: 0;
}

div.jqmNotice .jqmClose {
  margin-left: 4px;
  cursor: pointer;
  color:#0000FF;
  text-decoration: underline;
  font-family : Verdana, Tahoma, Arial, sans-serif;
  font-size : 10pt;
}

.jqmnContent
{
  border-top:1px;
  color:#000;
  padding:0px 0px 0px;
}