/*
基本レイアウト
*/
body {
	padding: 0px;
	background-color: #000000;
	margin: 0px;
    background-image: url(img/main_spring/side_bg.jpg);
	background-repeat: repeat-y;
}
	
}


#shopTbl {
	margin-left: 142px;
}

#prTbl {
	margin-left: 202px;
}

/*
テキスト
*/
div {
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FFFFFF;
}
p {
	font-size: 12px;
	line-height: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FFFFFF;
}


.ind01 {
	font-weight:bold;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 6px;
	margin-left: 100px;
}

.ind02 {
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 140px;
}

.small {
	font-size: 11px;
}

ul {
margin-top:0;
margin-bottom:0;
padding-bottom:0;
padding-top:0;
}
/*list-style-position:outside;*/



li {
	list-style-type: disc;
}

li.sp{
margin-bottom:10px;
}



.orgB {
	color: #FF6600;
	font-weight: bold;
}
/*
テーブル
*/
table.btmLine td {
border-bottom:1px solid #cccccc;
}
td.topLine {
border-top:1px solid #cccccc;
}
