@charset "shift_jis"; 
body {
	margin: 0px; padding: 0px;
	font-family:"Meiryo";
	font-size: 85.0%;
}
div {
	margin: 0px; padding: 0px;
}

ul {
	list-style: none;
}

#image-btn {
    border: 0px;
    width: 192px;
    height: 35px;
    background: url(defpay.png) left top no-repeat;
}
#image-btn:hover {
	cursor: pointer;
	opacity:0.5;
}
#image-btn2 {
    border: 0px;
    width: 186px;
    height: 35px;
    background: url(caspay2.png) left top no-repeat;
}
#image-btn2:hover {
	cursor: pointer;
	opacity:0.5;
}
#container 
{
	margin: 0px auto 50px; width: 950px; position: relative; z-index: 9000;
}
.topContainer {
	padding-top: 9px;
}

#main {
	width: 600px; float: left;
}

#footer{
	margin: 0px; padding: 2px;
	font-size:12px;
}

#sub {
	width: 155px;
	float: right; position: relative; z-index: 10000;
}

#total{
	width: 195px;
	/*border-width:1px;
    border-style: solid;*/
}

.itemComment {
	font-size: 85.0%;
	font-weight: normal;
    padding-left: 20px;
}

.genreComment {
	padding-top: 9px;
	font-size: 85.0%;
}

.total_Header{
	/*margin: 1em 0;*/
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 100, 180);
	margin-bottom: 10px;
/*	height: 25px;*/
	padding: 5px;
}

input[type='submit'] {
	cursor: pointer;
}


#total .borderBoxG {
	_zoom: 1;
}
#total em {
	color: rgb(255, 0, 0);
}
#total em .tax {
	font-size: 90.0%; font-weight: normal;
}

.table_normal {
	border: 2px rgb(0, 100, 180) solid ;
	border-spacing: 1px;
	border-collapse: collapse;
}

.table_normal td{
	border: 1px rgb(0, 100, 180) solid ;
	padding: 3px 2px;
}

.table_genre_tile {
	width: 100%;
	background: rgb(0, 100, 180);
}

.indentList {
	margin: 0px; padding: 8px 4px;
}

.indentList li:nth-child(2n+1) {
	background: rgb(234, 255, 255);
}
.indentList li:nth-child(2n) {
	background: rgb(255, 255, 255);
}

.indentList li {
	text-indent:  0px;
	padding-left: 2em;
	padding: 8px 4px;
	border-bottom-color: rgb(51, 51, 51);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	list-style-type: none;
}
.price {
	color: rgb(240, 0, 0);
	font-weight: bold;
	font-size: 85%;
	white-space:nowrap;
}

.price2 {
	color: rgb(20, 20, 240);
	font-weight: bold;
	font-size: 90%;
}

.arrowLink{
	font-weight: bold;
	font-size: 80%;
	color: rgb(0, 100, 180);
}
.arrowLink :link {
	color: rgb(0, 100, 180);
}
.arrowLink :visited {
	color: rgb(0, 100, 180);
}
.arrowLink :hover {
	color: rgb(0, 100, 180);
}
.arrowLink :active {
	color: rgb(0, 100, 180);
}

.itemLink{
	font-weight: normal;
	white-space:nowrap;
	font-size: 11px;
	font-size: 0.70rem;
	float: right;
}

/*
table.noBg_li ul.indentList li {
	background: none;
}

.noline .indentList li {
	border: currentColor; border-image: none;
}
*/

