@charset "UTF-8";

/* ------------------------------

 1.Contentsiindex.htmlj

 ------------------------------ */

table#tab-wrapper {
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
}

/* --------------------
 Header
-------------------- */
#header {
	width:840px;
	margin:10px auto 0;
}

#header h1 {
	float:left;
	width:50%;
	text-align:left;
}

#header div.link {
	float:right;
	width:50%;
	text-align:right;
}

/* --------------------
 Main Image
 -------------------- */
#mainImage {
	clear:both;
	width:1045px;
	height:379px;
	overflow: hidden;
}








#mainContents {
	width:840px;
	margin:0 auto;
}

/* --------------------
 What's New
 -------------------- */
#whatsnew {
	float:left;
	width:375px;
	text-align:left;
}

#whatsnew h2 {
	width:132px;
	height:15px;
	background:url(../images/txt_whatsnew.png) no-repeat;
}

#whatsnew li {
	padding-top:8px;
	list-style:none;
	font-size:12px;
	font-weight:normal;
	color:#0293D2;
}

#whatsnew p.date {
	display:inline-block;
	width:70px;
	vertical-align:top;
}

#wrapper-ie7 #whatsnew p.date {
	display:inline;
}

#whatsnew p.txt {
	display:inline-block;
	width:285px;
}

#wrapper-ie7 #whatsnew p.txt {
	display:inline;
}

#whatsnew p.txt {
	color:#FFF;
}

/*
#whatsnew p {
	display:inline;
	padding-left:15px;
	text-indent:-100px;
	border:#ff0000 solid 1px;
}
*/

/* --------------------
 Banner
 -------------------- */
#bnr {
	float:right;
	width:460px;
	text-align:right;
}

#bnr div.bnr-l {
	display:inline;
	width:290px;
	text-align:left;
}

#bnr div.bnr-r {
	display:inline;
	width:165px;
	text-align:right;
}


/* --------------------
 Footer
 -------------------- */
 #footer {
 	clear:both;
	width:840px;
	margin:0 auto;
	padding:30px 0 10px;
 }

#footer h2 {
	float:left;
	width:50%;
	text-align:left;
 }

#footer h2 img {
	margin-right:15px;
	margin-bottom:15px;
}

#footer div.link {
	float:right;
	width:50%;
	text-align:right;
}

#footer div.link img {
	margin-left:15px;
	margin-bottom:15px;
 }




/* ------------------------------

 2.Special Contentsispecial/index.htmlj

 ------------------------------ */
body#specialContents {
	height:100%;
	overflow: hidden;
	background:none;
}

body#specialContents table#tab-wrapper {
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
	background:#000 url(../special/images/bg_noplugin.jpg) no-repeat center center;
}

body#specialContents #website {
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:middle;
}




