/* =======目次============

1.基本CSS
2.左コンテンツ
3.右コンテンツ

○補足
　トップページに適用されるCSSです。
========================*/

/*-----------------------------
1.基本CSS
------------------------------*/
#width{
	width:807px;
	text-align:left;
	}
	
/*-----------------------------
2.左コンテンツ
------------------------------*/
#topleft{
	width:494px;
	float:left;
	margin:10px 0 0 0;
	}
/* shopping */
#topleft .shopping{
	background:#ffffff url("../../img/shopping_bg.gif") repeat-y;
	width:468px;
	margin:0 0 0 15px;
	}
#topleft dt{
	width:150px;
	float:left;
	}
#topleft dt img{
	display:block;
	margin:10px 0 0 5px;
	}
#topleft dd.float1{
	width:132px;
	float:left;
	text-align:left;
	}
#topleft dd.float1 h3{
	border-bottom:1px dotted #cecece;
	width:60px;
	}
#topleft dd.float1 p{
	margin:0 0 5px 0;
	}
	
#topleft dd.float2{
	width:181px;
	float:right;
	}
#topleft dd.float2 p{
	margin:60px 0 0 0;
	}
	
/* banner */
#topleft #bnr{
	width:468px;
	margin:0 0 0 15px;
	}
#topleft ul{
	width:468px;
	margin:10px 0 0 0;
	
	}
#topleft li{
	width:156px;
	float:left;
	}
#topleft li .end{
	width:153px;
	float:left;
	}
	
/*-----------------------------
3.右コンテンツ
------------------------------*/
#topright{
	width:313px;
	float:left;
	text-align:left;
	
	}
/* news */


#topright li{
	border-bottom:2px dotted #cecece;
	text-align:left;
	}	
#topright li span{
	display:block;
	margin:12px 0 0 10px;
	padding:0 0 1px 0;
	}
