@charset "UTF-8"; 

/* ------------------------------- common -------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,p,a{
	margin: 0;
	padding: 0;
}

html{
	overflow-y: scroll;
}

h1,h2,h3,address,em,strong,p,dl,li,a{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 1;
}

ol,ul{
	list-style: none;
}

table{
     border-collapse: collapse;
     border-spacing: 0;
}

caption,th {
     text-align: left;
}

img{
	border: 0;
	vertical-align: bottom;
}

a{
	text-decoration: none;
	overflow: hidden;
}

/* ------------------------------- link ------------------------------- */

a:link{
	color: #4D7CC4;
	text-decoration: underline;
}

a:visited{
	color: #810081;
	text-decoration :none;
}

a:hover{
	color: #E18700;
	text-decoration: underline;
}

/* ------------------------------- base ---------------------- */

body{
	background-color: #FFFFFF;
	background: url(../img/site-bg.jpg) repeat-x left top;
}

	#wrap{
		width: 960px;
		margin: 0px auto;
	}

/* ------------------------------- container ------------------------------- */

#container{
	overflow: hidden;
}

	#header{
		width: 500px;
		height: 14px;
		float: right;
	}
	
		h1{
			float: left;
		}
	
	#main{
		width: 579px;
		overflow: hidden;
		float: right;
	}

/* ------------------------------- side ------------------------------- */

	#side{
		width: 381px;
		float: left;
		overflow: hidden;
	}
	
		h2,
		h3{
			margin: 10px 0 5px;
			color: #FF6600;
		}
	
		h2{
			margin: 30px 0 5px;
		}
	
			#content p{
				margin: 5px 0 5px 5px;
			}

/* ------------------------------- footer ------------------------------- */

#footer{
	width: 960px;
	padding-bottom: 10px;
	background: url(../img/bg-middle.gif)  no-repeat left bottom;
}

		#footer-box1{
			width: 960px;
			padding-top: 5px;
			/*background: url(../img/bg-top.jpg) no-repeat;*/
			background: url(../img/bg-top2.jpg) no-repeat;
		}

		#footer-box1 ul{
			width: 470px;
			height: 57px;
			margin: 10px auto 0;
		}

		#footer-box1 ul li{
			width: 200px;
			height: 50px;
			line-height: 1.5;
		}

		#footer-box1 ul li.kin18{
			width: 60px;
			height: 57px;
			margin: 0 5px;
			float: left;
		}

		#footer-box1 ul li.over{
			float: left;
			background: url(../img/over.jpg) no-repeat left top;
		}

		#footer-box1 ul li.under{
			float: right;
			background: url(../img/under.jpg) no-repeat left top;
		}

		#footer-box1 p{
			margin: 5px 0;
			color: #990000;
			line-height: 1.5;
			text-align: center;
		}
 
			#footer-box1 ul li.over a,
			#footer-box1 ul li.under a{
				width: 200px;
				height: 50px;
				display: block;
				text-indent: -9999em;
			}

			#footer-box1 ul li.over a{
				float: left;
			}

			#footer-box1 ul li.under a{
				float: right;
			}

			#footer-box1 ul li.over a:focus,
			#footer-box1 ul li.over a:hover{
				background: url(../img/over.jpg) no-repeat left bottom;
			}

			#footer-box1 ul li.under a:focus,
			#footer-box1 ul li.under a:hover{
				background: url(../img/under.jpg) no-repeat left bottom;
			}

	#footer-box2{
		width: 960px;
		margin: 10px 0;
		text-align: center;
	}

		#footer-box2 ul li{
			margin: 0 5px;
			display: inline;
			line-height: 1.5;
		}

	#footer-box3{
		width: 950px;
		height: 108px;
		margin: 0 5px;
		background:  url(../img/shop-bg.gif) repeat-x left top;
	}

		#footer-box3 ul{
			width: 828px;
			height: 82px;
			margin: 0 auto;
			padding: 13px 0;
			overflow: hidden;
		}

		#footer-box3 ul li{
			width: 82px;
			height: 82px;
			margin: 0 5px;
			float: left;
		}
	
			#footer-box3 ul li.orange{
				background: url(../img/orange.jpg) no-repeat left top;
			}
	
			#footer-box3 ul li.lettuce{
				background: url(../img/lettuce.jpg) no-repeat left top;
			}
	
			#footer-box3 ul li.romanee{
				background: url(../img/romanee.jpg) no-repeat left top;
			}
	
			#footer-box3 ul li.firstlady{
				background: url(../img/firstlady.jpg) no-repeat left top;
			}
	
			#footer-box3 ul li.shy{
				background: url(../img/shy.jpg) no-repeat left top;
			}
	
			#footer-box3 ul li.asakusa11{
				background: url(../img/asakusa11.jpg) no-repeat left top;
			}
	
			#footer-box3 ul li.hana{
				background: url(../img/hana.jpg) no-repeat left top;
			}
	
			#footer-box3 ul li.broadway{
				background: url(../img/broadway.jpg) no-repeat left top;
			}
	
			#footer-box3 ul li.shinjuku11{
				background: url(../img/shinjuku11.jpg) no-repeat left top;
			}
	
			#footer-box3 ul li a{
				width: 82px;
				height: 82px;
				display: block;
				text-indent: -9999em;
			}

			#footer p.middle{
				clear:both;
				margin: 10px 0;
				text-align: center;
			}

	address{
		padding-bottom: 5px;
		text-align: center;
	}

/* ------------------------------- for IE6 ------------------------------- */

*html li a{
	display: inline-block;
	display: block;
}

*html #footer-box2 ul{
	margin-left: 30px;
}

*html #footer-box2 ul li{
	float: left;
}

*html #footer-box2 ul li,#footer-box3 ul li{
	display: inline;
}


