@charset "utf-8";

/* CSS Information *************************************
File name: shop.css
Description: layout shop
Created date: 2009/11/05
Last created date: 2009/11/05
Created by: Elephant Communications
***************************************************** */


/* Table Of Contents
----------------------------------------

* #contentsList
* .section
* layout-2col setting
* #vi
* #shopImg
* #accessMap

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


/* contentsList
-------------------------------------------------------------------------------------------------------*/
#contentsList ul {
	width: 290px;
}

/*
#shopList li {
	flaot: left;
	margin-right: 1px;
}
*/



/* .section
-------------------------------------------------------------------------------------------------------*/
#shop .section {
	margin-bottom: 30px;
}

#shop .section h3 {
	margin-bottom: 15px;
	padding-bottom: 8px;
	background: url(../../img/common/bg_border05.gif) left bottom repeat-x;
	font-weight: bold;
	color: #6d460b;
}



/* layout-2col setting
-------------------------------------------------------------------------------------------------------*/
#shop .section .colLeft, #shop .section .colRight {
	float: left;
}

#shop .section .colLeft {
	width: 290px;
	margin-right: 30px;
}

#shop .section .colRight {
	width: 365px;
}



/* #vi
-------------------------------------------------------------------------------------------------------*/
#vi dt {
	margin-bottom: 40px;
}

#vi dd {
	margin-bottom: 15px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

#vi .last-child {
	margin-bottom: 0;
}



/* #shopImg
-------------------------------------------------------------------------------------------------------*/
#shopImg li {
	float: left;
	margin-right: 1px;
}



/* #accessMap
-------------------------------------------------------------------------------------------------------*/
#accessMap dl {
	line-height: 1.8;
}

#accessMap dt {
	font-weight: bold;
	color: #6d460b;
}

#accessMap dd {
	margin-bottom: 10px;
}








