@charset "utf-8";

/* -----------------
    Basic setting
   ----------------- */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,table,tr,th,td {
 margin: 0;
 padding: 0;
}

body {
 color: #333333;
 line-height: 135%;
 font-size: 12px;
 font-family : Osaka, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
 background-color: #f7f7f7;
 text-align: center;
}

a:link { color: #333333;}
a:visited { color: #333333;}
a:active { color: #333333;}
a:hover { color: #EC3633;}

li { list-style-type: none;}

img {
 border: none;
}

.font10 {
 font-size: 10px;
}

.fontBold {
 font-weight: bold;
}

/* LAYOUT */
#container {
 width: 922px;
 margin: 0 auto;
 background: url(/english/image/bg.jpg) repeat-y 0 0;
 text-align: left;
}


#header {
 width: 898px;
 background-color: #ffffff;
 margin: 0 11px 0 13px;
}

#navigation {
 width: 898px;
 background: url(/english/image/navi_bg.jpg) repeat-y 0 0;
 color: #ffffff;
 margin: 0 11px 0 13px;
}

#keyVisual {
 width: 898px;
 margin: 0 11px 0 13px;
}

#content {
 width: 898px;
 background: url(/english/image/line_red.gif) repeat-x 0 0;
 margin: 0 11px 0 13px;
 padding-top: 2px;
}

#main {
 width: 698px;
 float: left;
}

#side {
 width: 200px;
 float: right;
}

#footerBg {
 width: 898px;
 margin: 0 11px 0 13px;
 background: url(/english/image/footer_bg.jpg) repeat-y 0 0;
}

#footer {
 width: 898px;
 padding-top: 9px;
 padding-bottom: 8px;
 background: url(/english/image/footer_bg.gif) no-repeat 0 0;
 color: #ffffff;
}

/* TITLE */
h1.title {
 width: 202px;
 float: left;
 padding-left: 13px;
}

.titleh2 {
 width: 670px;
 background: url(/english/image/h2bg02.jpg) repeat-y 0 0;
 margin: 0 0 12px 13px;
}

.titleh2 h2 {
 background: url(/english/image/h2bg01.jpg) no-repeat 0 0;
 color: #ffffff;
 font-size: 135%;
 padding: 3px 10px 3px 16px;
}

.titleBdr {
 border-bottom: 1px solid #948b86;
 margin: 0 34px 14px 23px;
 padding-bottom: 3px;
}

.titleh3 {
 background: url(/english/image/bg_red02.jpg) repeat-y 0 0;
}

.titleh3 h3 {
 padding: 3px 0 1px 14px;
 background: url(/english/image/bg_red01.jpg) no-repeat 0 0;
 font-size: 135%;
}


/* HEADER */
.headerLeft {
 width: 556px;
 float: left;
 padding-top: 11px;
 padding-bottom: 7px;
}

.headerRight {
 width: 332px;
 float: right;
 padding-top: 5px;
 padding-bottom: 7px;
}

.summary {
 width: 330px;
 float: right;
 padding-top: 44px;
}

.headerLink {
 margin-bottom: 15px;
}

.headerLine {
 padding-left: 13px;
 padding-right: 12px;
}

.srcTbl {
 border-collapse: collapse;
 margin: 0 0 0 47px;
}

.googleImg {
 padding-left: 90px;
}

.srcBox {
 width: 230px;
}

/* NAVIGATION */
.global {

}

.global li {
 display: inline;
}

.naviTxt {
 width: 673px;
 float: left;
 padding: 0;
}

.langRight {
 width: 210px;
 float: right;
 padding-top: 8px;
}

.langLine {
 padding-left: 34px;
 padding-right: 29px;
}

/* SIDE */
.sideNavi li img {
 vertical-align: top;
}

.subnavi {
 margin: 4px 7px 14px 7px;
}

.subnavi li {
 background: url(/english/image/pt_red.gif) no-repeat 0 5px;
 padding-left: 12px;
}

.subnaviArea {
 width: 188px;
 border: 1px solid #cac6c4;
 background-color: #ffffff;
 margin: 0 0 15px 5px;
}

.subnaviArea ul {
 margin: 6px 5px 10px 5px;
}

.subnaviArea li {
 background: url(/english/image/pt_red.gif) no-repeat 0 5px;
 padding-left: 12px;
 line-height: 150%;
}

.sideBnr {
 margin: 10px 0 0 7px;
}

/* FOOTER */
#footer a:link, #footer a:active, #footer a:visited {
 color: #ffffff;
 text-decoration: none;
}

#footer a:hover {
 color: #ffffff;
 text-decoration: underline;
}

.footerNavi {
 padding: 0 10px 7px 10px;
}

address {
 font-style: normal;
 padding: 0 14px;
}

/* Page Top */
.pageTop {
 margin: 0 0 2px 582px;
}


/* BREAD */
.bread {
 font-size: 80%;
 padding: 1px 15px 4px 15px;
}

