@charset "EUC-JP";

/*　　*/

#index-img {
	width: 800px;
	margin-bottom: 10px;
}

/*　お知らせ　*/

#intro-title {
	background: url(../img/index_title_01.jpg) no-repeat;
	height: 50px;
	width: 760px;
	margin-bottom: 15px;
}

#intro-title p {
	text-indent: -9999px;
}

#intro-title p.bt {
	display: block;
	padding: 0px;
	height: 20px;
	width: 125px;
	background: url(../img/index_bt_01_down.png) no-repeat left top;
	float: right;
	margin-right: 10px;
	margin-top: -5px;
}

#intro-title p.bt a {
	height: 20px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	background: url(../img/index_bt_01_up.png) no-repeat left top;
	width: 125px;
}

#intro-title p.bt a:hover {
	background:none;
}

div#intro {
	width: 480px;
	float: right;
	margin-bottom: 15px;
	margin-right: 10px;
}

/*　右側　*/

#main {
	margin: 0px;
	padding: 0px;
	width: 520px;
	float: left;
	background: #FFFFFF;
}


/*　左側　商品一覧　*/

#sub {
	margin: 0px;
	padding: 0px;
	width: 230px;
	float: right;
}

#sub h1.banner {
	margin-bottom: 8px;
}

#sub h1.banner img {
	border-width: 0px;
}


/*　お知らせ　*/

#info-title {
	background: url(../img/index_title_02.jpg) no-repeat;
	height: 40px;
	width: 520px;
	margin-bottom: 15px;
}

#info-title h1 {
	text-indent: -9999px;
	float: left;
}

#info-title p.bt {
	display: block;
	padding: 0px;
	height: 20px;
	width: 145px;
	background: url(../img/index_bt_02_down.png) no-repeat left top;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#info-title p.bt a {
	height: 20px;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	outline:none;
	background: url(../img/index_bt_02_up.png) no-repeat left top;
	width: 145px;
}

#info-title p.bt a:hover {
	background:none;
}

/*　お知らせ　リスト　*/

#info-list {
	list-style: url(none) none;
	margin: 0.5em 1.5em 1em;
	padding: 0px;
}

#info-list li {
	background: url(../img/icon_01.jpg) no-repeat left 4px;
	padding-left: 2em;
	margin-bottom: 0.5em;
}

