﻿@charset "utf-8";

@import url("https://www.mwt.co.jp/common/css/reset.css");
@import url("https://www.mwt.co.jp/common/css/layout.css");
@import url("https://www.mwt.co.jp/kaigai/common/css/internal_links.css");

/*-----------------------------------------------------------------------title--*/
#container .title{
	background:url(../../../img/title_bg.gif) no-repeat left 95px;
}
#container h2{
	color:#df0c45;
	background: #f0dfdf;
}

/*-----------------------------------------------------------------------mainBox--*/
#main{
	background: url(../../../../../data/korea/img/bg_left.gif) repeat-y left;
}

#main table{
  border-color:#E06B86;
}
#main table th, #main table td {
	background-color: #FFFFFF; 
  border-color:#E06B86;
}
#main table th{
	background:#f5e3e1;
}