@charset "utf-8";
/* CSS Document */

/*** priceレイアウト ***/

.box {
	background-color: ;
	width: 1000px;
	height: 1600px;
	margin-left: auto;
	margin-right: auto;
}


.menu img {
	margin: 0;
	padding: 0;
}
	

.lside {
	width:140px;
	height: 1300px;
	float: left;
	background: url(../images/side_back_l.jpg) no-repeat;
}
.rside {
	width: 140px;
	height: 1300px;
	float: right;
	background: url(../images/side_back_r.jpg) no-repeat;
}

.main {
	width: 670px;
	height: 1300px auto;
	margin-left:165px;
	
}

/*** kabegami ***/
#kabegami {
	margin-top: 123px;
}

#inu {
	margin-top: 100px;
	text-align: right;
}

/*** priceメイン ***/

h2 {
	text-align: center;
	border-bottom: 1px solid #333;
}

.main {
	
}

.frame {
	background-color: #ffffff;
	color: #000000;
	line-height: 1.4em;
	padding: 10px;
	margin-left:30px;
}

.columns, .columnsBox, .column1, .column2, .column3, .column4 {
	width: auto;
	float: left;
	display: inline;
	margin-left: 10px;
}

 .imageEx1 {
	width: auto;
	margin-top:0px;
	padding-top:0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.st0 { color: #ff9900 !important; }
.st1 { color: #ff0000 !important; }
.st2 { color: #006600 !important; }
.st3 { color: #0000ff !important; }
.st4 { color: #FF0033 !important; }
.st5 { color: #990066 !important; }
.st6 { color: #0066ff !important; }
.st7 { color: #FF00FF !important; }
.st8 { color: #666666 !important; }
.st9 { color: #009900 !important; }	


/* ======================
     表(装飾なし)
   ====================== */

table {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-collapse: collapse;
	width: 670px;
	text-align: left;
	line-height:1.6em;
}
th {
	background-color:  #ccff66;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding-left: 10px;
	margin: 0;
}
td {
	border-bottom: 1px solid #333;
	padding-left: 10px;
}

.bgc1 {
	border-right: dashed 1px #333;
}
.bgc01 {
	border-right: solid 1px #333;
}
.bgc2 {
	color: #000000;
	background-color: #ffd9a1;
	width: 190px;
	border-right: dashed 1px #333;
}
.bgc3 {
	color: #000000;
	background-color: #ffd9a1;
	width: 140px;
	border-right: solid 1px #333;
}
.impact2 {
	border-right: solid 1px #333;
}