@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-attachment: scroll;
	background-color: #091415;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.en  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-attachment: scroll;
	background-color: #091415;
	background-image: url(../images/background_en.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 820px;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}
.profileText p {
	line-height: 150%;
	margin-bottom: 0px;
	margin-top: 0px;
}
.profileText .item {
	font-weight: bold;
	color: #aeaeae;
}

#mainContent {
	margin-top: 25px;
}
#visionContent .Block {
	overflow: hidden;

}
#visionContent .mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aeaeae;
	line-height: 160%;
	margin-right: 20px;
	margin-top: 10px;
}
#container #visionContent .philosophyText {
	font-family: Arial;
	font-size: 11px;
	color: #a09f8b;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 130%;
}

#visionContent .Block .leftBlock {
	width: 400px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}
#visionContent .Block .rightBlock {
	overflow: hidden;
}

#bnnerSpace {
	height: 195px;
	background-image: url(../images/bannerSpaceBack.gif);
	background-color: #FFFFFF;
}
#bnnerSpace img {
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#header {
	height: 65px;
	text-align: right;
	padding-right: 20px;
	font-family: Arial;
	font-size: 9px;
	color: #a6a6a6;
	margin-top: 15px;
}
#header a {
	color: #a6a6a6;
	text-decoration: none;
}
#header a:hover {
	color: #CCCC99;
	text-decoration: none;
}
#contrySelector {
	height: 60px;
	margin-top: 15px;
	padding-right: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #aeaeae;
	text-decoration: none;
	text-align: right;
	font-weight: normal;
}
#contrySelector .sel {
	font-style: italic;
	color: #b6b16a;
}
#contrySelector a {
	color: #aeaeae;
	text-decoration: none;
}
#contrySelector a:hover {
	color: #b6b16a;
	text-decoration: none;
}
#mainMenu {
	height: 35px;
	padding-top: 15px;
}
#mainMenu .menuItem {
	color: #b6b16a;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	margin-left: 35px;
}
#mainMenu a {
	font-size: 12px;
	font-family: Arial;
	color: #aeaeae;
	font-style: normal;
	text-decoration: none;
	margin-left: 35px;
}
#mainMenu a:hover {
	color: #b6b16a;
	text-decoration: none;
}
#footer {
	color: #848484;
	font-family: Arial;
	font-size: 9px;
	text-align: right;
	height: 9px;
	background-image: url(../images/footerBack.gif);
	margin-top: 30px;
	background-repeat: repeat-y;
	margin-right: 20px;
	margin-bottom: 30px;
}
#visionContent {
	margin-top: 25px;
}
#container #visionContent .commitmentText {
	font-family: Arial;
	font-size: 11px;
	color: #a09f8b;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 130%;
}
#visionContent .commitmentBold {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #aeaeae;
	line-height: 150%;
}
#productsContent {
	margin-top: 25px;
}

#productsContent .Block {
	overflow: hidden;
}
#productsContent .Block .leftBlock {
	width: 260px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}
#productsContent .listText {
	font-family: Arial;
	font-size: 13px;
	color: #65644e;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 130%;
}
#productsContent .listTitle {
	font-size: 13px;
	color: #a09f8b;
	font-weight: bold;
}
#productsContent .repairKitText {
	font-family: Arial;
	font-size: 12px;
	color: #aeaeae;
	text-align: center;
	line-height: 150%;
}
#productsContent .Block .rightBlock {
	overflow: hidden;
}
#productsContent .repairKitTextEN {
	font-family: Arial;
	font-size: 14px;
	color: #aeaeae;
	text-align: left;
	line-height: 130%;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
}
#productsContent .repairKitTextENs {
	font-family: Arial;
	font-size: 11px;
	color: #aeaeae;
	text-align: left;
	line-height: 110%;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
}
#container #visionContent .profileText {
	font-family: Arial;
	font-size: 12px;
	color: #a09f8b;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 130%;
	overflow: hidden;
}
.profileText .companyName {
	font-weight: bold;
	color: #aeaeae;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 13px;
	line-height: 150%;
}
.profileText a {
	font-style: italic;
	text-decoration: none;
	color: #a09f8b;
}
.profileText a:hover {
	font-style: italic;
	color: #aeaeae;
}
#contact {
	margin-top: 80px;
	height: 300px;
	padding-right: 210px;
	padding-left: 210px;
	font-size: 13px;
	line-height: 150%;
	color: #a09f8b;
	margin-bottom: 80px;
}
#contact .contactPP {
	font-size: 11px;
	line-height: 140%;
	color: #a09f8b;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #333333;
	margin-bottom: 80px;
	overflow: hidden;
}
.mailto {
	color: #D9CFBF;
	text-decoration: none;
}
