@charset "UTF-8";
/* CSS Document */

#fixed {
	position: fixed;
	top: 0; left: 0;
	color: #333;
	padding:50px 0 0 50px;
	background:#FFF;
}
#fixed img{
	vertical-align:bottom;
}
#fixed h1{
	padding:0 0 10px 50px;
}
#scroll{
	width:1000px;
	padding-top:195px;
}
.titleList{
	width:950px;
}
.titleList .title{
	float:left;
	list-style:none;
}
.titleList .memo{
	float:left;
	list-style:none;
    color:#0C3388;
	padding-left:20px;
}
 .titleList .page{
	float:right;
	list-style:none;
	padding-top:35px;
}
.titleList .page a.arrow_after {
	padding-left:15px;
	background: url(../img/arrow_after.gif) no-repeat 0 3px;
	color:#333;
	text-decoration:none;
	font-size:12px;
}

#price3_memo{
    color:#0C3388;
	padding:15px 0 15px 35px;
}


.priceTable{
	border:none;
	width:949px;
	float:right;
}
.priceTable td{
	border:1px solid #CCC;
	padding:10px;
	text-align:right;
}
.priceTable .quantity{
	border:1px solid #CCC;
	width:100px;
}

td.line2,td.line4,td.line6,td.line8,td.line10 {
	background-color:#F6F6F6;
}



/*テーブル幅合わせ*/
td.line1{
	width:74px;
}
td.line2{
	width:74px;
}
td.line3{
	width:73px;
}
td.line4{
	width:74px;
}
td.line5{
	width:74px;
}
td.line6{
	width:72px;
}
td.line7{
	width:78px;
}
td.line8{
	width:78px;
}
td.line9{
	width:74px;
}
td.line10{
	width:73px;
}
td.line11{
	width:74px;
}







