@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------
japan-izm.com
------------------------------------------------------------------------------ */

/*Font Size List ----------------------------------------------------------------
8px = 62%
9px = 70%
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
------------------------------------------------------------------------------ */

/* FontStyle */
strong {
font-weight: bold;
}
em {
font-style: italic;
}
/* LinkColor */
a:link {
color: #14A699;
}
a:visited {
color: #14A699;
}
a:hover {
color: #14A699;
text-decoration:none;
}
a:focus {
color: #14A699;
}
a:active {
color: #14A699;
}
/* TableStyle */
table {
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-collapse: collapse;
border-spacing: 0;
}
table th {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: #CCC;
}
table td {
padding: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
table thead {
word-spacing: normal;
}
table tfoot {
word-spacing: normal;
}
table tbody {
word-spacing: normal;
}
/* RoundBox */
.roundBox {
width: 500px;
background: url(none) repeat-y left top;
}
.roundCap {
font-size: 0%;
line-height: 0;
}
/* Note */
.note {
text-indent: -1em;
margin-left: 1em;
}

/* ------------------------------------------------------------------------------
Template
------------------------------------------------------------------------------ */
#wrap {
color:#444444;
border-top: 4px solid #14A699;
}
#header {
width: 1030px;
margin-left: auto;
margin-right: auto;
padding-bottom: 15px;
}
#header h1 {
float: left;
margin-bottom: 20px;
}
.LanguageLis{
float: right;
}
.LanguageLis li{
color:#fff;
width:80px;
height:23px;
text-align:center;
float:left;
background-color:#14A699;
border-radius: 0 0 4px 4px;
}
.LanguageLis li a {
background-image: url(../img_common/icon01.gif);
background-position:6px center;
background-repeat:no-repeat;
background-color:#fff;
color: #5E5C5D;
text-decoration: none;
display: block;
height:23px;
}
.LanguageLis li a:hover {
text-decoration: underline;
}
.headerLogo {
float:left;
}
.gNav {
width: 746px;
float: right;
padding-top: 8px;
}
.gNav li {
float: left;
margin-right: 15px;
}
.gNav li.last {
margin-right: 0;
}
.pageWrap {
padding-top:50px;
margin-bottom:100px;
width:1000px;
margin-left:auto;
margin-right:auto;
}
.underBrand {
height:140px;
background-image:url(../img_common/under_brand_bg.jpg);
background-repeat:repeat-x;
background-position:left top;
}
.underTit {
padding-left: 30px;
padding-top: 50px;
font-size: 215%;
color: #fff;
width: 1000px;
margin-left: auto;
margin-right: auto;
background-image: url(../img_common/under_brand.jpg);
height: 90px;
}
.underMtit {
font-size:182%;
padding-left:10px;
padding-bottom:10px;
margin-bottom:35px;
background-image:url(../img_common/tit_bg.gif);
background-repeat:repeat-x;
background-position:left bottom;
}
.underStit {
margin-right:20px;
margin-left:20px;
margin-bottom:10px;
padding-left:10px;
padding-top:5px;
padding-bottom:5px;
background-color:#F3FAFA;
font-size:153.9%;
color:#13A599;
}
.pagetop {
text-align:center;
}
#footer {
background-color:#F8F8F8;
}
.footerBox {
padding-top: 20px;
padding-bottom: 20px;
width: 1070px;
margin-left: auto;
margin-right: auto;
}
.footerLogo {
float:left;
}
.footerLis {
padding-top: 15px;
float: right;
width: 810px;
font-size: 93%;
}
.footerLis li {
padding-right:15px;
margin-right:15px;
border-right: solid 1px #444444;
float:left;
}
.footerLis li.last {
border-right: none;
margin-right:0;
padding-right:0;
}
.footerLis li a{
color:#444444;
}
.copyBg {
background-color:#14A699;
padding-top:8px;
padding-bottom:8px;
}
.copy {
font-size:85%;
width:1030px;
margin-left:auto;
margin-right:auto;
text-align:right;
color:#fff;
}

/*多言語*/
.underTit.ko {
background-image: url(../img_common/korean/under_brand.jpg);
}
.underTit.en {
background-image: url(../img_common/english/under_brand.jpg);
}
.underTit.ch {
background-image: url(../img_common/chinese/under_brand.jpg);
}
.underTit.tch {
background-image: url(../img_common/tchinese/under_brand.jpg);
}

.footerLis.en {
width: 800px;
padding-top:0;
}
.footerLis.en li {
min-height:40px;
}
.footerLis.ko {
width: 700px;
}
