@charset "utf-8";

/****************************************************
GENERAL
****************************************************/
body {
margin: 0px;
padding: 0px;
text-align: center;
font-family: Verdana, Arial, Helvetica, san-serif;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, input, select, textarea {
margin: 0;
padding: 0;
list-style: none;
}

hr, .nodisp {
display: none;
}

a {
text-decoration: none;
}

img {
margin: 0;
padding: 0;
border: 0;
}


/****************************************************
CONTAINERS
****************************************************/
#container {
display: block;
width: 100%;
margin: 0px auto;
text-align: left;
}

#header {
display: block;
width: 100%;
background: #FFFFFF url(../../../common/img/bg_header.jpg) repeat-x bottom left;
border-bottom: 1px solid #DFDDD9; 
position: relative;
font-size: 70%;
color: #7E848F;
}

#gnavi {
display: none;
}

#left {
display: none;
}

#center {
display: block;
width: 100%;
border-left: none;
border-right: none;
color: #7E848F;
}

#right {
display: none;
}

#footer {
margin-top: 20px;
display: block;
width: 100%;
height: 90px;
background: #FFFFFF url(../../../common/img/bg_footer.jpg) repeat-x bottom left;
border-top: 1px solid #DFDDD9;
clear: both;
font-size: 70%;
color: #7E848F;
}

/****************************************************
HEADER
****************************************************/
#header h1 {
text-decoration: none;
}
#header h1 a {
display: block;
width: 100%;
height: 75px;
background: transparent url(../../../common/img/logo.jpg) no-repeat top left;
overflow: hidden;
}

#header h1 a:hover {
}

#header #hnavi {
}

#header #hnavi ul {
margin: 0em;
padding: 10px 0;
}

#header #hnavi li {
display: inline;
border-right: 1px solid #7E848F;
margin-right: 5px;
padding-right: 10px;
font-size: 15px;
height: 15px;
}

#header #hnavi li.jp {
display: none;
}

#header #hnavi li.last {
border-right: none;
margin-right: 0em;
padding-right: 0em;
}
#header #hnavi a {
color: #7E848F;
text-decoration: none;
}
#header #hnavi a:hover {
color: #9DC0CC;
text-decoration: underline;
}

#header #hnavi li address {
	display: inline;
	font-style:normal;
	font-weight: bold;
}


#breadcrumbArea {
display: table;
width: 100%;
height: auto;
padding: 12px 10px 10px 0px;
border-bottom: none;
font-size: 70%;
margin-bottom: 10px;
}

#breadcrumbArea .breadcrumbLinks {
margin: 0px 0px 12px 0px;
float: left;
}

#breadcrumbArea a {
color: #7E848F;
text-decoration: none;
}

#breadcrumbArea a:hover {
color:#9DC0CC;
text-decoration: underline;
}

#breadcrumbArea h2.locatedPage {
display: inline;
float: left;
margin-right: 0.5em;
color:#F8361A;
text-decoration:none;
font-size: 100%;
font-weight: normal;
}

#breadcrumbArea .breadcrumbLinks a,
#breadcrumbArea .breadcrumbLinks span {
float: left;
margin-right: 0.5em;
}

.arrowBreadcrumb {
display: block;
width: 10px;
height: 1em;
text-decoration: none;
text-indent: -9999px;
background: transparent url(../../../common/img/arrow_breadcrumb.gif) no-repeat right 0.2em;
}



/****************************************************
FOOTER
****************************************************/
#footer #fnavi {
display: none;
}

#footer #copyright {
display: block;
text-decoration: none;
}


table {
	border: 2px solid #b9b9b9;
	border-collapse: collapse;
	width: 95%;
	background-color: #dfddd9;
}

th {
	padding: 0.5em;
	width: 170px;
	border-bottom: 1px solid #dfddd9;
	background-color: #f3f3f3;
}
td {
	padding: 0.5em;
	border-left: 1px solid #dfddd9;
	border-bottom: 1px solid #dfddd9;
	background-color: #fff;
}


#contentArea .imgWrap img {
border:1px solid #CCCCCC;
}

#pagetop {
display: none;
}

#contentArea {
	font-size: 80% !important;
	font-size: 75%;
}

#contentArea  h4{
	font-size: 100%;
}

#en-contact #contentArea div.section {
	margin-bottom: 20px;
	clear: both;
}

#en-contact #contentArea div h3 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 100%;
	color: #F8361A;
	text-decoration: underline;
}

#en-contact #contentArea .floatLeft {
	float:left;
	width: 375px;
}

#en-contact #contentArea .floatRight {
	float:right;
	width: 240px;
}

#en-contact #contentArea .section dt {
	font-weight: bold;
	margin-top: 20px;
}
