/* CSS Document */

@charset "utf-8";
/* formatting style


------------------------------*/

* { /*Reset*/
	margin: 0;
	padding: 0;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(../images/bg_avanti_Cloth.jpg);
	background-repeat: repeat;
	margin:0 auto;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #3B7DC6;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #72522C;
	text-decoration: underline;
}
a:active {
	text-decoration: none;s
	position: relative;
	left: 1px;
	top: 1px;
}

/* basic layout
------------------------------*/

.bace{
	margin:0 auto;
}
#wrapper {
	background-color: #FFFFFF;
	width:960px;　　/*920以上で設定：白サイズ調整 EeePCの画面ではギリギリ背景表示*/
	padding:20px 10px/* サイド余白調整*/;
	margin: 0px auto;
}

#header {
	width: 910px;
	margin:0 auto;
	padding-top: 20px;
	height: 50px;
}
#navigation {
	width: 920px;
	margin:0 auto;
}
#main {
	width: 910px;
	margin:0 auto 30px;
}
#footer {
	width: 910px;
	border-top: 1px solid #999999;
	height: 60px;
	padding-top: 5px;
	padding-left: 0px;
	margin:0 auto;
}


/* header layout
------------------------------*/
#header #logo {
	float: left;
	height: 46px;
	width: 200px;
}
#header #top-link {
	float: right;
	height: 20px;
	width: 200px;
	margin-top: 26px;
	text-align: right;
}


/* navigation layout
------------------------------*/
#navigation ul {
	width: 920px;
	background: url(../images/navigation/nav_bg.jpg) no-repeat;
	float: none;
	list-style: none;
	height: 40px;
	/*position: relative;
	top: 0px;*/
	margin:5px auto 10px;
	*margin:5px auto 10px 0px; /*IE6*/
	padding:0 10px;
}
#navigation ul li {
	float: left;
	width: 150px;
	margin:8px auto;
	padding:0;
	height: 25px;
	/*text-align:center;*/

}
#navigation #aboutus {
	border-right: 1px inset #CCCCCC;
}
#navigation #products {
	border-right: 1px inset #CCCCCC;
}
#navigation #ceret {
	border-right: 1px inset #CCCCCC;
}
#navigation #emv {
	border-right: 1px inset #CCCCCC;
}
#navigation #brand {
	border-right: 1px inset #CCCCCC;
}


/* main layout
------------------------------*/
#main #main-img {
	height: 580px;
	width: 910px;
	z-index: 2;
	background: #FFFFFF;
}
#Layer1 {
	position:absolute;
	width:425px;
	height:115px;
	z-index:1;
	left: 465px;
	top: 624px;
	/*#main #news エリアの設定*/
}
.news {
	color: #FFFFFF;
	font-family: "メイリオ";
	font-size: 12px;
	line-height: 1.5em;
}
#main #menu {
	height: 185px;
	width: 910px;
	padding-top: 20px;
	top: -110px;
}
#main #menu td {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}


/* footer layout
------------------------------*/
#footer #bottom-link {
	width: 660px;
	float: left;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	vertical-align: top;
}

#footer #copyright {
	float: right;
	width: 250px;
}
#copyright address {
	font-size: 10px;
	line-height: 12px;
	color: #323232;
	text-align: right;
}
