@charset "utf-8";

/*
===== NOTES =====
	
	last-updated: 2008.09.11;
	
	+1: container
	+2: mainArea


====================
*/

/* ================================================== 
 	+1: container
================================================== */
/*#home #container { background-image: url(/international/aoyama/common/images/bg_mainhome.gif); }
#home #container2 { background-image: url(/international/aoyama/common/images/bg_mainhome2.gif); }*/

/* ================================================== 
 	+2: mainArea
================================================== */
#home #mainVisual {
	width:688px;
	margin:0;
}
#home #mainArea {
	margin:30px 1px 10px;
	display:block;
}
#home #mainContent {
	width:688px;
	float:right;
	margin:0;
}
#home #mainArea #localNavi {
	display:block;
	margin:0;
}


/*---------------------------------
	Dealer Information
----------------------------------*/	
#home #mainContent #dealer_info {
	width:648px;
	padding:20px 20px 0;
}
#home #mainContent #dealer_info h2 {
	padding:5px 0;
	border-bottom:#806204 solid 1px;
	margin:0 0 20px;
}
#home #mainContent #dealer_info table {
	width:400px;
	float:left;
	border-collapse:collapse;
}
#home #mainContent #dealer_info th {
	width:100px;
	vertical-align:top;
	border-bottom:#999999 solid 1px;
	padding:5px 0;
}
#home #mainContent #dealer_info td {
	border-bottom:#999999 solid 1px;
	vertical-align:top;
	padding:5px 0;
}

/* topics */
#home #mainContent #dealer_info tr.topics th,
#home #mainContent #dealer_info tr.topics td {
	border:0;
	padding:20px 0;
}

#home #mainContent #map {
	float:right;
	width:220px;
}
#home #mainContent #map div.btn {
	width:156px;
	float:right;
	margin:10px 0 0;
}
#home #mainContent #map div.btn img {
	margin:0;
}


/*---------------------------------
	EVENT&TOPICS
----------------------------------*/	
#home #event {
	float:right;
	width:290px;
	padding:15px 20px;
}
#home #event h2 {
	padding:10px 0 0;
}
#home #event dl {
}
#home #event dt {
	margin:15px 0 3px;
	padding:0 0 0 12px;
	background:url(../images/arrow_gray.gif) no-repeat 0 5px;
}
#home #event dd {
	padding:0 0 15px 12px;
	border-bottom:#CCCCCC solid 1px;
	
}