﻿@charset "UTF-8";

@import url("/common/css/screen.css");

/* --------------------------------------------------------------------------------------
	FONT
-------------------------------------------------------------------------------------- */
body{
	font-family:"MS PGothic", san-serif;
}
#titleBlock h1{
	font-size:22px;
	font-weight:bold;
}
.sitemap .back a{
	font-size:14px;
	font-weight:bold;
}
.sloganEn{
	font-size:21px;
	font-family:"Arial","Helvetica",san-serif;
}
.sloganJp{
	font-size:14px;
}
input,select,textarea{
	font-size:12px;
	font-family:"MS PGothic", san-serif;
}



/* --------------------------------------------------------------------------------------
	LAYOUT
-------------------------------------------------------------------------------------- */
#snaviBlock ul li span{
	background:transparent url(/common/images/bullet1_off.gif) no-repeat 8px 4px;
}
#snaviBlock ul li.here span{
	background:transparent url(/common/images/bullet1_on.gif) no-repeat 8px 4px;
}
#snaviBlock ul li.here ul li span{
	background:transparent url(/common/images/bullet2_off.gif) no-repeat 20px 5px;
}
#snaviBlock ul li.here ul li.here span{
	background:transparent url(/common/images/bullet2_on.gif) no-repeat 20px 5px;
}
.sloganEn{
	margin:5px 0 4px;
}
.sloganJp{
	margin:0 0 18px;
}
#pickupBlock h2 a span{
	display:block;
	padding:7px 10px 3px;
}
#doorBlock h2 a span{
	display:block;
	padding:7px 10px 3px;;
}
.top table.topic td.message{
	padding-top:7px;
}

/* --------------------------------------------------------------------------------------
	GENERAL CLASS
-------------------------------------------------------------------------------------- */
.en,
.en *{
	font-family:"Arial","Helvetica",san-serif;
}


/* --------------------------------------------------------------------------------------
	summit overview
-------------------------------------------------------------------------------------- */
.summitOverview .sign{
	margin-top:18px;
}
/* --------------------------------------------------------------------------------------
	contacts
-------------------------------------------------------------------------------------- */
.contacts table.inputList th{
	padding:9px 8px 3px;
}
.contacts table.inputList td{
	padding:6px 8px 8px;
}
.contacts table.inputListIn th,
.contacts table.inputListIn td{
	padding:0 0 5px 0;
	border:none;
	background-color:transparent;
	font-weight:normal;
	vertical-align:middle;
}
/* --------------------------------------------------------------------------------------
	members
-------------------------------------------------------------------------------------- */
.members .regularTable ul li {
	padding:1px 1px 6px;
	margin-bottom: 5px;
}
.members .regularTable ul li.end {
	margin-bottom: 0;
}
/* --------------------------------------------------------------------------------------
	Members_only Top (2009/3/11 add)
-------------------------------------------------------------------------------------- */
.members_only .chairmansMessageTable p {
	line-height: 1.7;
	margin-bottom: 1.2em;
}
