/* CSS Document */


body {
	margin:0px;
	padding:0px;
	background-color:#f9f8f8;
	background-image:url(../img/pageback.gif);
	background-repeat:repeat-y;
	background-position:top;
	
	}

#container {
	width: 800px;
	margin:0px auto;
	background-color:#ffffff;
	}


#contents {
	width:680px;
	margin:10px auto 40px auto;
	}

.section {
	width:680px;
	padding:20px 0px;
	background-image:url(../img/line.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}

p {
	font-size:small;
	line-height:150%;
	color:#000000;
	}

h3 {
	color:#043f9f;
	font-size:small;
	}

h2 { 
    text-align:center;
	margin-top:40px;

	}


address {
	color:#FFFFFF;
	font-style:normal;
	font-size:x-small;
	}
	
img.goods{
    padding:10px 20px 10px 00px;
	}

li{
	font-size:small;
	line-height:150%;
	}

a:link {color:#043f9f;}
a:visited {color:#3399FF;}
a:hover {color:#00CCFF}

.goodsphoto{
	width:100%;
	text-align:center;
	font-size:small;
	}

.goodsphoto .left{
	width:50%;
	float:left;
	text-align:center;
	font-size:small;
	}

.goodsphoto .right{
	width:50%;
	float:right;
	text-align:center;
	font-size:small;
	}

.size{
	text-align:right;
	width:100%;
	margin:40px 0 0 0;
	padding:0px;
	}
	
.size table{
	width:50%;
	float:right;
	text-align:center;
	font-size:small;
	line-height:150%;
	}

.size table tr td{
	border-bottom:dotted 1px #999;
	}
	
.size table thead{
	color:#FFF;
	background-color:#999;
	}

.clearfloat{
	clear:both;
	}