/* CSS Document */

/*----------------------------
about_shop
-------------------------------*/

div#about_shop {
	margin: 10px 10px 10px 10px;
}

div#about_shop img{
	float: left;
	border: 1px solid #333333;
	margin-right: 20px;
}

div#about_shop ul{
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:#DCDCDC dashed 1px;
}


div#static_list_y_{
	width:480px;
	background:url(../imgs/search/s_bottom.jpg) no-repeat bottom left;
	padding-bottom:11px;
	margin-bottom:10px;
}
div#static_list_y_ p{
	width:465px;
	height:21px;
	background:url(../imgs/search/info_title.jpg) no-repeat top left;
	font-weight:600;
	color:#FFFFFF;
	padding-top:7px;
	padding-left:15px;
}
div#static_list_y_ dl{
	width:480px;
	margin:auto;
	padding-top:15px;
	padding-bottom:15px;
	background:url(../imgs/search/s_back.jpg) repeat-y top left;
	overflow:hidden;
	border-bottom:#DCDCDC dashed 1px;
}
div#static_list_y_ dt{
	width:480px;
	margin:0px 0px 5px 10px;
	float:left;
	list-style-image:url(../imgs/common/sikaku.jpg);

	font-weight:600;
	color:#7CBC01;
}

dd.static_list_y_txt{
	width:245px;
	float:left;
	margin-left:10px;
}
dd.static_list_y_img{
	width:208px;
	float:right;
	margin-right:5px;
	text-align:right;
}


/*----------------------------
registration_flow
-------------------------------*/
div#registration_flow{
	width:480px;
	background:url(../imgs/search/s_bottom.jpg) no-repeat bottom left;
	padding-bottom:11px;
	margin-bottom:10px;
}
div#registration_flow p{
	width:465px;
	height:21px;
	background:url(../imgs/search/info_title.jpg) no-repeat top left;
	font-weight:600;
	color:#FFFFFF;
	padding-top:7px;
	padding-left:15px;
}

div#registration_flow dl{
	width:480px;
	margin:auto;
	padding-top:15px;
	padding-bottom:15px;
	background:url(../imgs/search/s_back.jpg) repeat-y top left;
	overflow:hidden;
	border-bottom:#DCDCDC dashed 1px;
}
div#registration_flow dt{
	width:480px;
	margin:0px 0px 5px 10px;
	float:left;
	list-style-image:url(../imgs/common/sikaku.jpg);
	font-weight:600;
	color:#7CBC01;
}

div#registration_flow dd{
	width:464px;
	margin:auto;
}
div#registration_flow dd a{
	margin-left:30px;
}
div#registration_flow .shop{
	color:#50B0C5;
	padding-left:20px;
}
div#registration_flow .kkb{
	color:#F5857E;
	padding-left:20px;
}
div#registration_flow dd li{
	list-style:disc;
	margin-left:30px;
}


