@charset "UTF-8";
/* CSS Document */
@import url("base.css");
#content {
	height: auto;
	width: 980px;
	margin-top: 0px;
	padding: 0px;
	clear: both;
}
#con00 {
	height: auto;
	width: 980px;
	clear: both;
}
#shopping {
	height: auto;
	width: auto;
	margin-top: 18px;
	margin-left: 50px;
}
#line-up {
	height: auto;
	width: auto;
	margin-top: 17px;
	margin-left: 10px;
}
#natuyasumi {
	height: auto;
	width: auto;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#title {
	height: 300px;
	width: 980px;
	text-indent: -9000px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 18px;
}
#con-left {
	float: left;
	height: 323px;
	width: 306px;
}
#con-light {
	float: right;
	width: 674px;
	height: 323px;
}
span {
	height: auto;
	width: auto;
	float: right;
	margin-top: -55px;
	font-size: 70%;
}
a#photolink01 {
	display: block;
	width: 167px; /* 画像1枚分の横幅 */
	height: 286px; /* 画像1枚分の高さ */
	text-indent: -5000px; /* 文字を見えなくする */
	background-image: url(../new/images-top/top-no1.jpg); /* 画像ファイル名 */
	margin-top: 20px;
}
/*ロールオーバー設定 */
a#photolink01:hover {
	background-position: 0 -286px; /* 背景画像の表示開始基準を変更 */
}

/* (link visited hover active) color: ***; リンクの文字色を指定する*/

a:link {
	color:#3399FF;
	font-style: normal;
	text-decoration: none;
}/*未訪問のリンク*/
a:visited {
	color: #3399FF;
}/*訪問済みのリンク*/
a:hover {
	color: #3399FF;
	text-decoration: underline;
	background-color: #e0e0e0;
} /*ポイント時のリンク*/
a:active {
	color: #3399FF;
} /*選択中のリンク*/
