@charset "utf-8";

/*-------------------------------------------------
  Common layout
-------------------------------------------------*/
body {
	font-size: 12px;
	height:100%;
	margin:0px 0px 0px 0px;
	color:#333333;
	background-color:#FFFFFF;
	background-image: url("/images/background.gif");
	background-repeat:repeat-x;
	background-position:top center;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif;
}

body > #page {
	height:auto;
}

#container {
	width:900px;
	padding:0px 10px 0px 10px;
	margin:0px auto 0px auto;
	background:#FFFFFF;
/*	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;*/
	position:relative;
}

img {
	border: none;
}

form {
	margin:0 0 20px 0;
	padding:0px;
}

a {
	color: #0e417e;
}

a:hover {
	color: #0e417e;
	text-decoration: underline;
}

/*-------------------------------------------------
  Header layout
-------------------------------------------------*/
#header {
	width:900px;
	height:153px;
}

#header ul{
	width:900px;
	height:43px;
	margin:0px;
	padding:0px;
	background-image: url("/images/header/background.gif");
	background-repeat:repeat-x;
}

#header ul li{
	width:112px;
	height:43px;
	list-style:none;
	float:left;
}

#header ul a{
	width:112px;
	height:43px;
	display:block;
	overflow:hidden;
}

#header ul a:hover{
	background-position:0px -43px;
}

#header ul a.company{
	background-image:url(/images/header/company.gif);
}
#header ul a.products{
	background-image:url(/images/header/products.gif);
}

#header ul a.partner{
	background-image:url(/images/header/partner.gif);
}

#header ul a.contact{
	background-image:url(/images/header/contact.gif);
}

#header ul a.shop{
	background-image:url(/images/header/shop.gif);
}

/*-------------------------------------------------
  Header layout Language
-------------------------------------------------*/

#header ul.language{
	width:210px;
	height:20px;
	margin:0px;
	padding:0px 0px 0px 226px;
	background-image:none;
}

#header ul.language li{
	width:102px;
	height:20px;
	margin:0px 0px 0px 2.5px;
	list-style:none;
	float:left;
}

#header ul.language a{
	width:102px;
	height:20px;
	display:block;
	overflow:hidden;
}

#header ul.language a:hover{
	background-position:0px -20px;
}

#header ul.language a.japanese{
	background-image:url(/images/header/japanese.gif);
}

#header ul.language a.english{
	background-image:url(/images/header/english.gif);
}

/*-------------------------------------------------
  Contents layout
-------------------------------------------------*/
#main .left {
	background:#FFFFFF;
	padding:0 10px 10px 50px;
}

/*-------------------------------------------------
  Footer layout
-------------------------------------------------*/
#footer {
	width: 870px;
	height: 80px;
	margin: 0px auto 0px auto;
	padding: 0px 50px 0px 0px;
	color:#333333;
	background-color:#FFFFFF;
/*	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;*/
	position: relative;
	text-align: center;
}

#footer .contents {
	position: relative;
	width: 900px;
	font-size: 12px;
	padding: 0px;
	margin: 0px auto 0px auto;
	float: none;
	text-align: left;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

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