@charset "utf-8";
/******************************
 ******************************
 **
 ** style.css for JSES
 ** published: 2008-07-20
 ** updated: 2008-09-05
 ** copyrights: (c)JSES all rights reserved.
 **
 ******************************
 ******************************/

/* basic settings */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,em,address,
acronym,address,big,cite,code,del,dfn,em,
font,img,ins,kbd,q,s,samp,b,u,i,center,
dl,dt,dd,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
	background: transparent;
}

/*body{
	line-height: 1em;
}*/

h1,h2,h3{font-size: 1em;}

ul{
	list-style: none;
}

blockquote, q{
	quotes: none;
}

hr{
	display: none;
}

/* remember to define focus styles */
focus{
	outline: 0;
}

/* remember to highlight inserts somehow */
ins{
	text-decoration: none;
}
del{
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0" in the markup */
table{
	border-collapse: collapse;
	border-spacing: 0;
}

.none{
	display:none!important;
}

a{color:#006ff5; text-decoration: none;}
a:hover{text-decoration: underline;}



/* JSES CSS */

body{
	font-family:"Helvetica","Arial",sans-serif;
	font-size:0.85em;
	text-align:center;
	line-height: 1.3em;
	color: #444;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

/* header */

#header{
	position: relative;
	display: block;
	height: 160px;
	background: url(../images/header_bg2.gif) no-repeat left top;
	border-bottom: 2px solid #06bf72;
}

#header h1{
	display: block;
	width: 440px;
	float: left;
}

#header h1 a{
	display: block;
	height: 160px;
	width: 440px;
	background: url(../images/header_logo.gif) no-repeat left top;
	text-indent: -9999px;
	overflow: hidden;
}

body#jses_en #header h1 a{
	background: url(../images/header_logo_eng.gif) no-repeat left top;
}

body#jses_kr #header h1 a{
	background: url(../images/header_logo_kr.gif) no-repeat left top;
}

/* search and languages block */

#sandl{
	float: right;
	margin-right: 20px;
	margin-top: 18px;
	text-align: right;
}

/* \*/
* html div#sandl{margin-right: 10px;}
/* */

#searcharea label{
	display: none;
}

#languages{
	margin-top: 90px;
	color: #fff;
}

#languages a,
#languages span{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}

#languages a:hover{
	text-decoration: underline;
}

#languages #sm{
	background: url(../images/sm.gif) no-repeat left center;
}

#languages #jp{
	background: url(../images/jp.gif) no-repeat left center;
}

#languages #en{
	background: url(../images/gb.gif) no-repeat left center;
}

#languages #kr{
	background: url(../images/kr.gif) no-repeat left center;
}

#languages #cn{
	background: url(../images/cn.gif) no-repeat left center;
}

/* ------------------------------ */

/* contents */

#contents{
	padding-top: 5px;
	border-top: 2px solid #2de1a4;
}

#contents:after{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* \*/
* html div#contents{height: 0;}
div#contents{display: block;}
/* */

/* contents global */

.block{
	display: block;
	padding-bottom: 10px;
	clear: both;
	margin-bottom: 8px;
}

#lcol .block,
#rcol .block{
	border: 1px solid #93c9a9;
	border-top: 3px solid #93c9a9;
}

.block h1{
	display: none;
}

.block h3,
.searchResults #main h3{
	display: block;
	padding: 5px 0 5px 13px;
	margin-bottom: 8px;
	background: url(../images/arr03.gif) no-repeat left center #deede4;
}

.block h2,
.searchResults #main h2{
	height: auto;
	background: url(../images/ttl_bg01.gif) repeat-x left bottom;
	border: 1px solid #ccc; 
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 13px;
	margin-bottom: 8px;
}

.block a.preList{
	display: block;
	text-align: right;
	margin-top: 10px;
}

.list2{
	list-style-type: disc;
	line-height: 1.5em;
	margin-left: 10px;
}


.list2 li{
	margin-bottom: 5px;
}

#program_index{
	margin: 5px 0px;
}

#program_index li{
	list-style-type: disc;
	font-size: 0.85em;
	margin-bottom: 2px;
	margin-left: 20px;
}

.prize_inner,
.index_inner,
.block_inner,
.entry_inner,
.sitemap_inner{
	margin: 0 10px 0 10px;
}

.index_inner p{/*iibuchi*/
	margin: 10px 0;
	text-indent: 1em;
	text-align: justify;
	text-justify: auto;
	line-height: 1.5em;
}

.prize_inner p{
	margin-bottom: 10px;
	line-height: 1.5em;
}

.prize_inner ol li{
	line-height: 1.5em;
	margin-bottom: 5px;
}

.prize_inner ol li ul{
	margin-top: 15px;
}

.prize_inner ol li ul li{
	line-height: 1.5em;
	margin-bottom: 5px;
}

.entry_inner p{
	line-height: 1.5em;
}

.sitemap_inner{
	text-align: center;
}

.entry_inner dt{
	font-weight: bold;
	font-size:1.5em;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #888;
	margin-top: 10px;
}

.sitemap_inner table{
	margin: 0 auto;
	text-align: left;
}

.sitemap_inner table tr td{
	vertical-align: top;
	padding: 10px 12px 15px 12px;
	border: 1px dotted #ddd;
}

.sitemap_inner table tr td ul li{
	font-weight: bold;
	line-height: 1.5em;
}

.sitemap_inner table tr td ul li ul{
	margin-top: 10px;
}

.sitemap_inner table tr td ul li ul li{
	font-weight:normal;
}

.icon{ margin-right: 5px;}

#memo{
	margin-top: 20px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}

#memo a{
	display: block;
	margin-bottom: 5px;
}

/* left column */

#lcol{
	display: block;
	float: left;
	width: 175px;
}

#gnav{
	margin-bottom: 8px;
}

#gnav li{
	margin-bottom: 1px;
}

#gnav li.level2_2{
	display: block;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 12px;
	/*border-bottom: 1px dotted #999;
	background-color: #fff;*/
	text-decoration: none;
	color: #bbb;
}

#gnav li.level2_2,
#gnav li.level2 a{
	font-size: 0.8em;
}

#gnav li a{
	display: block;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 12px;
	/*border-bottom: 1px dotted #999;
	background-color: #fff;*/
	color: #444;
	text-decoration: none;
	font-size: 0.9em;
	background: url(../images/nav01.gif) no-repeat 0px -35px;
}

#gnav li.level2 a,
#gnav li.level2_2{
	background: url(../images/nav02.gif) no-repeat 0px -35px;
	margin-left: 20px;
}

#gnav li.level2 a:hover{
	background: url(../images/nav02.gif) no-repeat -155px -35px;
}

#gnav li a:hover,
.index #gnav li#nav00 a,
.about #gnav li#nav01 a,
.information #gnav li#nav02 a,
.admin-board #gnav li#nav02 a,
.editorial-dept #gnav li#nav02 a,
.head-office #gnav li#nav02 a,
.jcbsr #gnav li#nav02 a,
.member-ctrl #gnav li#nav02 a,
.planning-dept #gnav li#nav02 a,
.public-relation #gnav li#nav02 a,
.research-dept #gnav li#nav02 a,
.selection-committee #gnav li#nav02 a,
.support #gnav li#nav02 a,
.rules #gnav li#nav03 a,
.join #gnav li#nav04 a,
.link #gnav li#nav05 a,
.download #gnav li#nav06 a,
.news #gnav li#nav07 a,
.contact #gnav li#nav08 a,
.publication #gnav li#nav09 a,
.bulletin #gnav li#nav09 a,
.memoir #gnav li#nav09 a{
	/*border-bottom: 1px solid #999;
	background-color: #deede4;*/
	background:url(../images/nav01.gif) no-repeat -175px -35px;
	/*padding-left: 15px;*/
}

.press{
	display: block;
	text-align: center;
}

.press img{
	margin: 5px 0;
	border: 1px solid #999;
}

/* main column */

#main{
	display: block;
	margin-left: 8px;
	width: 460px;
	float: left;
}

.searchResults #main{
	margin: 0;
	width: 610px;
	float: right;
}

.searchResults #main h1{
	display: block;
	padding: 5px 0;
	margin-bottom: 10px;
}

.searchResults #main ul li{
	background: url(../images/arr04.gif) no-repeat left center;
	padding-left: 22px;
	margin-bottom: 10px;
}

#updated dt,#updated dd,
#announcements dt,#announcements dd{
	padding-left: 18px;
}

#updated dt,
#announcements dt{
	font-weight:bold;
	background: url(../images/arr02.gif) no-repeat left center;
	margin-bottom: 3px;
}

#updated dt span ,
#announcements dt span {
	font-weight: normal;
	font-size: 0.85em;
}

#updated dd,
#announcements dd{
	margin-bottom: 8px;
}

#linktoboards{
	display: block;
	margin-bottom: 25px;
}

#linktoboards:after{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* \*/
* html div#linktoboards{height: 0;}
div#linktoboards{display: block;}
/* */

#linktoboards ul li{
	float: left;
	margin-bottom: 3px;
	font-size: 0.8em;
/*	display: block;
	width: 110px;
*/}

#subnav{
	display: block;
	background-color: #0fc468;
	margin-bottom: 5px;
	padding-left: 5px;
}

#subnav:after{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* \*/
* html div#subnav{height: 0;}
div#subnav{display: block;}
/* */

#subnav ul li{
	float: left;
	margin-right: 5px;
}

#subnav ul li a{
	display: block;
	padding: 5px 5px;
	margin-top: 5px;
	color: #fff;
}

#subnav ul li a:hover{
	text-decoration: none;
	background-color: #86f0c9;
	color: #444;
}

#subnav ul li a.here,
#subnav ul li a.here:hover{
	background-color: #fff;
	color: #444;
}

.entry_info{
	display: block;
	text-align: right;
	margin-bottom: 5px;
}

#brdmmbrs th,
#brdmmbrs td,
.rls th,
.rls td{
	border-bottom: 1px solid #ccc;
	padding: 3px 5px;
	vertical-align:top;
	line-height: 1.5em;
	font-size: 0.9em;
}

#brdmmbrs th{
	width: 20%;
	text-align: left;
}

#brdmmbrs td{
	vertical-align: middle;
}

#brdmmbrs td.area{
	width: 20%;
	vertical-align: top;
}

.rls{
	margin-bottom: 15px;
	width: 100%;
}

/* \*/
* html .rls{width: auto;}
/* */

.prize_inner h4,
.rls caption,
.entry_inner h4{
	text-align: left;
	border-left: 8px solid #ccc;
	border-bottom: 2px solid #ccc;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
	margin-bottom: 8px;
}

.prize_inner h4{
	margin-top: 15px;
}

.rls th{
	width: 4em;
	font-weight:normal;
}

.rls td ul li,
.list li{
	list-style-type:decimal;
	margin-left: 25px;
	margin-bottom: 8px;
}

.list li img{
	margin-left: -22px;
	margin-top: 10px;
}

.entryfooter{
	display: block;
	text-align: right;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.entryfooter p{
	line-height: 1.5em;
	font-size: 0.85em;
}

.asset-more-link{
	display: block;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 15px;
}

.archive-list .archive-list-item .archive-list .archive-list-item{
	margin-left: 2em;
}

#publication_old{
	display: block;
	margin-bottom: 8px;
	text-align: center;
	border: 1px solid #ccc;
}

#publication_old p{
	line-height: 1.5em;
	padding: 20px 0;
}

/* right column */

#rcol{
	display: block;
	float: right;
	width: 250px;
}

a.login{
	display: block;
	width:228px;
	height:45px;
	text-indent:-9999px;
}

.btn1 a.login{
	background:url(../images/loginbtn_a.gif) no-repeat left top;
	margin-top:10px;
	margin-bottom:10px;
}

.btn2 a.login{
	background:url(../images/loginbtn_b.gif) no-repeat left top;
	margin-bottom:10px;
	
}

.btn3 a.login{
	background:url(../images/loginbtn_c.gif) no-repeat left top;
	margin-bottom:10px;
	
}

.btn4 a.login{
	background:url(../images/loginbtn_t.gif) no-repeat left top;
	margin-bottom:10px;

}

.btn1 a.login:hover{background-image:url(../images/loginbtn_a_on.gif);}
.btn2 a.login:hover{background-image:url(../images/loginbtn_b_on.gif);}
.btn3 a.login:hover{background-image:url(../images/loginbtn_c_on.gif);}
.btn4 a.login:hover{background-image:url(../images/loginbtn_t_on.gif);}

.con li, .prize li, .eve li, .dl li{
	margin-bottom: 3px;
}

.eve li{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
}

.eve li strong, .eve li span{
	font-size: 0.9em;
}

/* ------------------------------ */

/* footer */

#totop{
	display: block;
	text-align: right;
	margin-top: 10px;
	font-size: 0.9em;
}

#footer{
	clear: both;
	padding-top: 10px;
	border-top: 1px dotted #aaa;
	padding-bottom: 5px;
	background-color: #2de1a4;
	border-top: 2px solid #06bf72;
}

.address{
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: 20px;
}

.copyrights{
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 0.85em;
}

.copyrights a{
	margin-left: 20px;
}

/* multi language */

#jses_mul #header h1 a{
	background: url(../images/header_logo_eng.gif) no-repeat left top;
}

.message{
	margin-bottom: 5px;
	line-height: 1.5em;
}

.message .left{
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
}

#contact_address dl{
	margin-top: 10px;
}

#contact_address dt{
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 0.8em;
}

#contact_address dd{
	margin-bottom: 5px;
	font-size: 0.8em;
}
