@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, th {
	font-weight: normal;
}
body {
	background-color: #FFF;
	font-size: 0.8em;
	text-align: center;
	color: #666666;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
em {
	font-style: normal;
	font-weight: bold;
}
sup {
	font-size: 0.8em;
	vertical-align: top;
}
sub {
	font-size: 0.8em;
	vertical-align: baseline;
}
#stage {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}
#header {
	width: 920px;
	position: relative;
}
#plazaLogo {
	padding-top: 30px;
}
#suzukiLogo {
	width: 104px;
	position: absolute;
	top: 10px;
	right: 0px;
}
#language {
	position: absolute;
	top: 60px;
	right: 5px;
	width: 120px;
}
#language ul {
	list-style-type: none;
}
#language li {
	display: inline;
}
#language a {
	display: block;
	float: left;
}
#ja {
	width: 47px;
}
#en {
	width: 73px;
}

#headMenu {
	margin-top: 10px;
	padding-left: 4px;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#headMenu ul {
	list-style-type: none;
}
#headMenu li {
	display: inline;
}
#headMenu li img {
	margin-right: 5px;
	display: block;
	float: left;
}
#headMenu li #headToHome {
	margin-right: 0px;
}


#footer {
	margin-top: 25px;
	position: relative;
}
#notes {
	position: absolute;
	top: 0px;
	right: 5px;
}


/*commonclass*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*commonclass end*/
.overimage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.important {
	color: #CC0000;
	font-weight: normal;
}

