@import "common.css";
@import "designer.css";
/*  
 mainR [  
----------------------------------------------------------- */  
.container_sumigokochi  {
	width: 500px;
	margin: 0 auto;
	padding-left: 15px;
	background-image: url(../images/kakomi_sumigokochi.gif);
	background-repeat: no-repeat;
	padding-right: 15px;
}
.container_sumigokochi_top, .container_sumigokochi_btm  {
	width: 530px;
	margin: 0 auto;
}
.container_sumigokochi_btm  {
	margin-bottom: 20px;
}
.container_sumigokochi  li{
	border-bottom: 1px dotted #C9C09C;
	margin-left: 30px;
	line-height: 1.5;
	margin-bottom: 5px;
 }
.container_sumigokochi  ol{
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 10px;
}

