@charset "utf-8";
 @import url("base.css");
@import url("/board/styles/board.css");
#container {
	width:960px;
	margin: 0 auto;
}
/* =headerArea  ---------------------------------------------------------------------------------------------------------------*/ 
#headerArea {
	clear:both;
	background-color: #fff;
}
#utilBox {
	position:relative;
	z-index:550;
}
#utilBox #logo {
	float:left;
	position:relative;
	z-index:550;
}
#utilBox #utilMenu {
	float:right;
	padding-top:26px;
	position:relative;
	z-index:560;
}
#utilBox #utilMenu li {
	float:left;
	color:#6f6f6f;
	padding:0 10px 0 4px;
	margin-top:3px;
}
#utilBox #utilMenu li.login {
	padding:0 4px;
}

#utilBox #utilMenu li.login strong{
	color:#020202;
}

#utilBox #utilMenu li.login img {
	margin-bottom:-1px;
	_margin-bottom:1px;
}
#utilBox #utilMenu li.login input.id {
	border:solid 1px #d5d5d5;
	width:66px;
	height:16px;
	background:#f1f1f1;
}
#utilBox #utilMenu li.login input.pw {
	border:solid 1px #d5d5d5;
	width:66px;
	height:16px;
	background:#f1f1f1;
}
/* =globalNavigation  ---------------------------------------------------------------------------------------------------------------*/ 
#globalNavi {
	clear:both;
	float:left;
	position:relative;
	z-index:200;
	background:url(../_images/bg_globalNavi.gif) no-repeat;
	width:960px;
	height:36px;
	margin-bottom:-1px;
}
#globalNavi ul {
	padding-left:3px;
}
#globalNavi ul li {
	float:left;
	padding:5px 17px 9px 17px;
	background:url(../_images/bar.gif) no-repeat right 10px;
	font-weight:bold;
}
#globalNavi ul li.lastChild {
	background:none;
}
#globalNavi ul li.menu08 {
	background:none;
}
#globalNaviSub {
	float:left;
	position:absolute;
	top:0;
	padding:92px 0 0 0;
	z-index:150;
	background:url(../_images/bg_subGlobalNavi.gif) no-repeat bottom;
	height:20px;
	width:960px;
}
#globalNaviSub ul {
	float:left;
	position:relative;
	z-index:180;
	padding:2px 0 0 0;
	margin-left:14px;
}
#globalNaviSub ul li {
	float:left;
	padding:0 9px;
}
#globalNaviSub ul li a, #globalNaviSub ul li a:link, #globalNaviSub ul li a:visited {
	background:url(../_images/bullet_subnavi_off.gif) no-repeat 0 11px;
	height:1.6em;
	padding:6px 0 0 8px;
	color:#777;
}
#globalNaviSub ul li a:hover, #globalNaviSub ul li a.activate:link, #globalNaviSub ul li a.activate:visited {
	background:url(../_images/bullet_subnavi_on.gif) no-repeat 0 11px;
	height:1.6em;
	padding:6px 0 0 8px; /*font-weight:bold;*/
	color:#ff7e02;
}
#globalNaviSub01 {
	padding-left:0;
	_margin-left:-73px;
}
#globalNaviSub02 {
	padding-left:90px;
	_margin-left:-13px;
}
#globalNaviSub03 {
	padding-left:181px;
	_margin-left:-15px;
}
#globalNaviSub04 {
	padding-left:280px;
	_margin-left:-13px;
}
#globalNaviSub05 {
	padding-left:384px;
	_margin-left:-13px;
}
#globalNaviSub06 {
	padding-left:460px;
	_margin-left:-12px;
}
#globalNaviSub07 {
	padding-left:576px;
	_margin-left:-16px;
}
#globalNaviSub08 {
	padding-left:642px;
	_margin-left:-13px;
}
#naviUtil {
	float:right;
	width:230px;
	height:36px;
	position:relative;
	z-index:620;
	margin-top:-35px;
}
#naviUtil ul {
	float:right;
	padding-right:17px;
}
*html body #naviUtil ul {
}

#naviUtil ul li {
	padding:8px 7px 6px 6px;
	background:url(../_images/bar_util.gif) no-repeat right 11px;
	float:left;
}
*html body #naviUtil ul li {
	padding:10px 7px 4px 6px;
}
#naviUtil ul li.lastChild {
	background:none;
}
/*	#globalNavi #naviUtile {float:right; padding-right:18px; margin-top:2px;}
	*html body #globalNavi #naviUtile { margin-top:4px;}
	#globalNavi #naviUtile li {padding:6px 8px 9px 7px; background:url(../_images/bar_util.gif) no-repeat right 9px; }
	*html body #globalNavi #naviUtile li {background:url(../_images/bar_util.gif) no-repeat right 7px; }
	#globalNavi #naviUtile li.lastChild {background:none; }*/

/* =visual  ---------------------------------------------------------------------------------------------------------------*/ 

	#visual {
	clear:both;
	position:relative;
	z-index:100;
	top:0;
	width:960px;
	height:300px;
}
/* =bodyArea  ---------------------------------------------------------------------------------------------------------------*/ 

	#bodyArea {
	clear:both;
	float:left;
	width:902px;
	position:relative;
	z-index:300; /*background:#fff url(../_images/bg_mainContentArea.gif) no-repeat;  border-top:solid 1px #ebebeb;*/
	padding:15px 29px 0 29px;
	_margin-top:-1px;
}
/* =contentArea  ---------------------------------------------------------------------------------------------------------------*/ 

		#contentArea {
	width:100%;
}
#news {
	width:250px;
	float:left;
}
#news #newsTab {
	height:21px;
	border-bottom:solid 1px #e0e0e0;
}
#news #newsTab li {
	float:left;
	padding-right:1px;
	background:url(../_images/bar_tab.gif) right 2px no-repeat;
}
#news #newsTab li.lastChild {
	background:none;
}
.article {
	margin-top:10px;
}
.article dl.newsList {
}
.article dl.newsList dt {
	float:left;
	background:url(../_images/bullet_dot_gray03.gif) no-repeat 3px 9px;
	padding-left:10px;
	width:170px;
	color:#707070;
	font-size:1em;
	line-height:1.75em;
}
.article dl.newsList dd {
	width:65px;
	float:right;
	font-size:0.7em;
	font-family:verdana;
	color:#989a9b;
	text-align:center;
	line-height:1.75em;
}

.article dl.newsList dt a, .article dl.newsList dt a:link, .article dl.newsList dt a:visited, .article dl.newsList dt a:activate, .article dl.newsList dt a:hover  {color:#808080;}
.column {
	float:left;
	padding-left:22px;
}
.column fieldset {
	display:inline;
	margin-top:2px;
}
.column input {
	border:solid 1px #bebebe;
	width:150px;
	background:#f1f1f1;
	height:20px;
}
.column .booth {
	margin-top:11px;
}
.sponsor {/*background:#00CC66 url(../_images/bg_sponsor.gif) no-repeat; */
	width:233px;
	height:85px;
	overflow:hidden; 
	border:solid 3px #e7eae6;
	position:relative;
}
.sponsor table {
	/*border:solid 3px #e7eae6;*/
	height:70px !important;
	overflow:hidden; 
}
.sponsor table tr {
}
.sponsor table tr td {
	border:solid 1px #e7eae6;
	width:115px;
	height:28px;
	text-align:center;
	padding:0;
}
.sponsor ul {
	width:233px;
	padding:2px 0 0 8px;
	margin-top:-1px;
}
.sponsor ul li {
	float:left; /*padding:3px 0 3px 10px;*/
	width:77px;
	text-align:center;
	height:30px;
}
.movie {
	background:url(../_images/bg_movie.gif) no-repeat;
	margin-top:2px;
	float:left;
	width:120px;
	padding:8px 8px;
	overflow:hidden;
}
.movieBg {
	background:#000;
	width:120px;
	height:84px;
}
.movie p {
	padding:2px 0 3px 0;
}
.movie p.title {
	float:left;
	font-weight:bold;
}
.movie p.button {
	float:right;
}
.movie p.button img {
	padding:0 3px;
}
.blank_15 {
	height:20px;
	_height:16px;
	width:200px;
}
/* =footerArea  ---------------------------------------------------------------------------------------------------------------*/ 

#footerArea {
	clear: both;
	color: #333;
	background-color: #fff;
	padding-top:8px;
	_padding-top:10px;
	margin-top:5px;
}
#footerArea a {
	text-decoration:underline;
}
#footerArea #bottom {
	clear:both;
	float:none;
	bottom:0;
	width:960px;
	height:60px;
	background:url(../_images/bg_mainbottomarea.gif) no-repeat left top;
	padding:12px 0 0 0;
}
#footerArea #bottom address {
	font-style:normal;
	float:left;
	width:800px;
	color:#666;
	line-height:1.45em;
}
#footerArea #bottom .kctaLogo {
	float:left;
	padding:0 20px 0 20px;
	width:101px;
}
*+html body #footerArea {
	padding-top:4px;
}
#footerArea #bottom .kctaLogo img{width:101px; height:53px;}

/**+html body .blank_15 {height:16px;}
*/




#siteMap {position:absolute; z-index:500; top:92px;}
.siteMapBox {padding:0 0 0 24px; background:url(../_images/box_popup_topl.gif) 0 0 no-repeat; width:936px;}
.siteMapBox h6.sitemap {padding:10px 0 15px 0; background:url(../_images/box_popup_topr.gif) top right no-repeat; font-size:0.9em;}

.siteMapBox div.siteMapBoxLeftBg {margin:0 0 0 -24px; padding:0 30px; background:#fff url(../_images/box_popup_bg1.gif) left repeat-y; }
.siteMapBox div.siteMapBoxRightBg {margin:0 -30px 0 0;  padding:5px 30px 7px 0; background:url(../_images/box_popup_bg1.gif) right repeat-y; }
.siteMapBox div.siteMapBoxRightBg p {float:right; margin-top:-31px; margin-right:-7px; background:none;}

.siteMapOutline {}

.siteMapBox div.lineLeft {margin-left:-24px;padding-left:30px; background:url(../_images/box_popup_topl.gif) bottom left no-repeat; }
.siteMapBox div.lineRight {height:24px; text-align:right;background:url(../_images/box_popup_topr.gif) bottom right no-repeat;}


h2.sitemapTitle {font-size:1em; height:1.6em; padding:8px 0 0 0; font-weight:bold; color:#000; }
h3.sitemapTitle {background:url(../_images/bullet_dot_gray03.gif) no-repeat 1px 6px; font-size:1em; font-weight:normal; padding:0 0 0 9px; color:#333; padding-bottom:12px;}


table.sitemapTable {/*border-top:solid 1px #bdbdbd; border-bottom:solid 1px #bdbdbd;*/ width:100%;}
table.sitemapTable thead th{font-size:0.9em; font-weight:normal; color:#4b4b4b; padding:5px 3px 12px 7px;/*  background:#f6f6f6;border-bottom:solid 1px #bdbdbd;*/ text-align:left;}
table.sitemapTable tbody th{font-size:0.9em; font-weight:normal; color:#4b4b4b; padding:5px 3px 12px 7px;/*  background:#f6f6f6;border-bottom:solid 1px #bdbdbd;*/ text-align:left;}
table.sitemapTable tbody td{/*border-bottom:solid 1px #e4e4e4;*/ color:#666;  vertical-align:top;}
table.sitemapTable tbody td ul {/*padding-right:20px;*/}
table.sitemapTable tbody td ul li.lastChild {padding-bottom:0;}
table.sitemapTable tbody td ul li.etc {background:none; height:1%; padding:6px 0 5px 9px; line-height:1em; font-size:0.9em;}
table.sitemapTable tbody td ul li.etc ul li {background:url(../_images/bullet_dot_gray03.gif) no-repeat 1px 4px;}
table.sitemapTable tbody td ul li  {background:url(../_images/bullet_dot_gray03.gif) no-repeat 1px 6px; font-size:1em; font-weight:normal; padding:0 0 6px 9px; color:#333;}

table.sitemapTable tbody td ul li  {background:url(../_images/bullet_dot_gray03.gif) no-repeat 1px 6px; font-size:1em; font-weight:normal; padding:0 0 0 9px; color:#333; padding-bottom:6px;}

table.sitemapTable tbody td ul li  a, table tbody td ul li  a:link {}
table.sitemapTable tbody td ul li  a:hover {text-decoration:underline;}

table.sitemapTable tbody td ul li.etc  a, table tbody td ul li.etc  a:link {color:#777;}
table.sitemapTable tbody td ul lli.etc  a:hover {text-decoration:underline;}



#MainPopupLayer {}

.MainPopupBox {border:solid 3px #5e5e5e; padding:10px 10px 5px 10px !important; background:#f7f7f7;}
.MainPopupContent {border:solid 1px #d4d4d4; background:#fff; padding:8px;}
.MainPopupContent h2 {height:1.6em;	padding:0 0 0 0;	font-weight:bold; font-size:1.2em; color:#000;}

#MainPopupLayer .close {text-align:right; }
#MainPopupLayer .open {padding:5px 0 0 0;}