@charset "utf-8";


/* init
============================================================ */
body {
	color:#282828;
	line-height:1.5;
	text-align:center;
	background:url(../images/bk_img01.png) repeat-x left top;}

#wrap {
	width:900px;
	margin:0 auto;
	text-align:left;}

/* link
------------------------------------------------------------ */
a {
	overflow:hidden;
	color:#0033cc;}

a:link,
a:visited {
	text-decoration:none;}

a:hover,
a:active {
	text-decoration:underline;}

/* tag
------------------------------------------------------------ */
img {
	border:0;
	vertical-align:bottom;}

p,
li,
th,
td,
dt,
dd { font-size:93%;}


/* class
------------------------------------------------------------ */
.clearfix { zoom:1;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

.hgroup,
.block,
.row,
.box,
.cell {
	position:relative;
	zoom:1;}

.hgroup:after,
.block:after,
.row:after,
.box:after,
.cell:after  {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

/*.box,*/
.cell { float:left;}

.box.right,
.cell.right { float:right;}


/* js予約 */
.btn {}
.imgLink {}

.sample {
	opacity:0.5;
	filter: alpha(opacity=50);				/* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";	/* ie 8 */
	-moz-opacity:0.5;									/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;							/* Safari 1.x */}



/* mainContents
============================================================ */
#mainContents { zoom:1;}
#mainContents:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

/* article
============================================================ */
#article {
	position:relative;
	width:900px;}

#article h1 {
	width:900px;
	height:160px;
	text-indent:-99999px;
	background:url(../images/main_img.png) left top;}

#article h1.en {
  width:900px;
  height:160px;
  text-indent:-99999px;
  background:url(../images/main_img_en.png) left top;}


#article h1.ko {
  width:900px;
  height:160px;
  text-indent:-99999px;
  background:url(../images/main_img_ko.png) left top;}

#article h1.zh-CN {
  width:900px;
  height:160px;
  text-indent:-99999px;
  background:url(../images/main_img_zh-cn.png) left top;}

#article h1.zh-TW {
  width:900px;
  height:160px;
  text-indent:-99999px;
  background:url(../images/main_img_zh-tw.png) left top;}

#article h1.es {
  width:900px;
  height:160px;
  text-indent:-99999px;
  background:url(../images/main_img_es.png) left top;}

#article h1.th {
  width:900px;
  height:160px;
  text-indent:-99999px;
  background:url(../images/main_img_th.png) left top;}

#article h1.pt {
  width:900px;
  height:160px;
  text-indent:-99999px;
  background:url(../images/main_img_pt.png) left top;}

#article #breadNav {
	padding:12px 0 29px;}


/* #aside */
#aside {
	width:204px;
	padding:0 7px 14px;
	float:left;
	border-top:#1961b8 3px solid;
	border-right:#d2d2d2 1px solid;
	border-left:#d2d2d2 1px solid;
	border-bottom:#d2d2d2 1px solid;}

#aside p {
	padding:9px 0 0;}

#aside p a {
	display:block;
	font-weight:bold;
	padding:0 0 10px 20px;
	background:url(../images/help/icon_01.gif) no-repeat left 3px scroll;
	border-bottom:#bebebe 1px dotted;}

#aside ul {
	border-bottom:#bebebe 1px dotted;}


#aside ul.noline {
	border:none;}

#aside ul li {
	line-height:2.0;}

#aside ul li.title {
	margin:0 0 0 13px;
	padding:3px 0 0 12px;
	background:url(../images/help/icon_02.gif) left 11px no-repeat;}

#aside ul li a {
	margin:0 0 0 12px;
	padding:0 0 0 11px;
	background:url(../images/img_02.gif) left 4px no-repeat scroll;}

/* .contents */
.contents {
	width:640px;
	float:left;
	padding:0 0 0 40px;}

/* .credit */
img.logo_credit {
  margin: 0 16px !important;
}

/* footer
============================================================ */
.footArea {
	background:url(../images/footArea_bk.gif) repeat-x;}

#footer {
	position:relative;
	width:900px;
	margin:0 auto;
	padding:22px 0;
	zoom:1;}

#footer:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

#footer #pMark {
	float:left;
	width:70px;
	height:72px;}

#footer #logo {
	position:absolute;
	top:26px;
	right:0;}

/* footer nav
------------------------------------------------------------ */
#footer .nav {
	float:left;
	zoom:1;
	width:677px;
	padding:0 15px;
	text-align:center;}

#footer ul.nav:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}

#footer .nav ul {
	position:relative;
    left:50%;
	float:left;
	text-align:center;}

#footer .nav li {
	position:relative;
    left:-50%;
    float:left;
	color:#d2d2d2;}

#footer .nav li a {
	color:#0033cc;
	padding:0 0 0 9px;
	margin:0 15px 0;
	background:url(../images/img_02.gif) left center no-repeat;}

#footer .nav li.firstChild a {
	margin:0 15px 0 0;}

#footer .nav li a:hover {
	text-decoration:underline;}

#footer .nav p {
	font-size:100%;}

#footer .nav .copy {
	clear:both;
	font-size:77% !important;
	padding:17px 0 0;
	color:#8c8c8c;}


/* Tab
------------------------------------------------------------ */
.tab-container {
	margin-top: 26px;
	margin-bottom: 5px;
}

.tab {
	display: inline-block;
	border: #d2d2d2 1px solid;
	padding: 8px 20px;
	margin: 0px;
	font-size: 120%;
	font-weight: bold;
	color: black;
	background: linear-gradient(#fefefe, #efefef);
	border-radius: 5px 5px 0px 0px;
}

.tab.active {
	background: linear-gradient(#4d7acb, #13459d);
	color: white;
}

.tab a {
	display: block;
	color: inherit;
}

.mfaj_banner {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px;
	background: #fff;
}

/*** エラーメッセージ ***/
.error_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

ul.error_msg {
	margin-bottom: 10px;
	color: #FF0000;
	border: solid 5px #F9E3E3;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: left;
}

.error_msg li {
	list-style: disc;
}
