/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

* {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	list-style: none;
}

a:link,a:visited,a:active{
	text-decoration:underline;
	color:#FF9933;
}
a:hover   {
	text-decoration:underline;
	color: #FF6633;
}

form,h1,h2,h3,h4,h5,h6,dl,dt,dd,p,ul,li,ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 100%;
	font-weight: normal;
	}

img {	border: 0px;	}

/*	レイアウト	*/
.left 	{	float: left;	}
.right 	{	float: right;	}
.clear 	{	clear: both;	}
.def 	{	display: none;	}


.copyR {
	text-align: right;
}
#top_content {
	margin: 150px auto 50px;
	padding: 0px;
	width: 700px;
}

#top_content .brand_lineup {
	float: left;
}
#top_content .main {
	float: right;
	margin-top: 380px;
	padding-bottom: 0px;
	padding-right: 50px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#top_content .brand_lineup li {
	margin: 0px 5px 5px;
}

#top_content .main p {
	margin: 0px 0px 30px;
}
