/*-----IE用設定-----*/
img{ 
   border-style:none; 
   border-width:0px; 
   margin:0; 
   padding:0; 
   vertical-align:bottom; 
} 
/*-----bodyの設定（ボルドー背景は640000）-----*/
body{
	width: 760px;
	margin: 10px auto;
	background: #000000 url(../img/main_bg_faith.gif) repeat-y scroll center top;
}

body.access{
	background: #000000 url(../img/accessback.jpg) no-repeat right bottom;
}

#bg-w{
	margin-top: 0px;
	background-color: #fff;
	height: auto;
	color: #000;
}

#bg-b{
	margin-top: 0px;
	height: auto;
	color: #fff;
}

/*-----h1の指定-----*/
h1{
	margin:0px;
}

/*-----ここからmenuの設定-----*/
#header { float: none; clear: both; height: 86px; }
#menu{
	background: transparent url('bg_menu_02.jpg') repeat-x scroll center bottom;
	float: none;
	width:760px;
	height:35px;
	vertical-align: top;
	background:url(../img/bg_menu_02.gif) repeat-x bottom;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#menu li{
	width:152px;
	display:inline;
	float:left;
	list-style:none;
	height:25px;
	margin:0px;
	padding: 0px;
}
#menu li a{
	outline:none;
	display:block;
	height:25px;
	width:152px;
	text-decoration:none;
	margin:0px;
	padding: 0px;
}




#menu ul {
	width:760px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li a {
	color: #0033CC;
	text-decoration: none;
	display: block;
	float: left;
	height: 25px;
	width: 152px;
}




#menu #sn1 {
	background: url(../img/menu01.gif) no-repeat;
	height: 25px;
	float: left;
	width: 152px;
}
#menu #sn1 a:hover {
	background: url(../img/menu01_b.gif) no-repeat;
	float: left;
	height: 25px;
	width: 152px;
}
#menu #sn1 a.selected {
	background: url(../img/menu01_b.gif) no-repeat;
	float: left;
	height: 25px;
	width: 152px;
}
#menu #sn2 {
	background: url(../img/menu02.gif) no-repeat;
	height: 25px;
	float: left;
	width: 152px;
}
#menu #sn2 a:hover {
	background: url(../img/menu02_b.gif) no-repeat;
	float: left;
	height: 25px;
	width: 152px;
}
#menu #sn2 a.selected {
	background: url(../img/menu02_b.gif) no-repeat;
	float: left;
	height: 25px;
	width: 152px;
}
#menu #sn3 {
	background: url(../img/menu03.gif) no-repeat;
	height: 25px;
	float: left;
	width: 152px;
}
#menu #sn3 a:hover {
	background: url(../img/menu03_b.gif) no-repeat;
	float: left;
	height: 25px;
	width: 152px;
}
#menu #sn3 a.selected {
	background: url(../img/menu03_b.gif) no-repeat;
	float: left;
	height: 25px;
	width: 152px;
}
#menu #sn4 {
	background: url(../img/menu04.gif) no-repeat;
	height: 25px;
	float: left;
	width: 152px;
}
#menu #sn4 a:hover {
	background: url(../img/menu04_b.gif) no-repeat;
	float: left;
	height: 25px;
	width: 152px;
}
#menu #sn4 a.selected {
	background: url(../img/menu04_b.gif) no-repeat;
	float: left;
	height: 25px;
	width: 152px;
}
#menu #sn5 {
	background: url(../img/menu05.gif) no-repeat;
	height: 25px;
	float: left;
	width: 152px;
}
#menu #sn5 a:hover {
	background: url(../img/menu05_b.gif) no-repeat;
	float: left;
	height: 25px;
	width: 152px;
}
#menu #sn5 a.selected {
	background: url(../img/menu05_b.gif) no-repeat;
	float: left;
	height: 25px;
	width: 152px;
}


#menu em {
	font-size: 5px;
	visibility: hidden;
}








/*-----ここからmainの設定-----*/
#main{
	margin: 0px;
	width:760px;
	padding: 0px;
}
#main h3{
	width: 640px;
	text-align: center;
	margin:0px 60px 0px 60px;
}
/*#main h3{*/
/*	background-color: #333;*/
/*	border: solid 1px #999;*/
/*	font-size: 13px;*/
/*	font-weight:bold;*/
/*	color: #f60;*/
/*	width: 640px;*/
/*	text-align: center;*/
/*	margin:0px 60px 0px 60px;*/
/*	padding:2px 0px 2px 0px;*/
/*}*/
#main ul{
	width: 640px;
	margin:0px 60px 0px 60px;
	background-color: #fff;
}
#main ul li{
	color: #000;
	line-height: 150%;
	font-size:12px;
	margin-left: 30px;
}

/*-----ここからメイン（アクセス）指定-----*/
#main #access{
	margin: 0px;
	background: url(../img/map_img.jpg) no-repeat;
	height: 550px;
	width: 760px;
}
#main #access table{
	background:#000000 url(../img/accessback.jpg) bottom left no-repeat;
	width: 100%;
	height: 550px;
}
#main #access table tr td{
	vertical-align: top;
}
#main #access h2{
	margin: 30px 0px 20px 10px;
	font-size: 20px;
}
#main p.intro{
	text-align:center;
	font-size: 13px;
	font-weight:normal;
	font-family: "ＭＳ Ｐ明朝",平成明朝,serif;
	line-height:130%;
}
/*-----ここからメイン（イベント）指定-----*/
#main #event{
	text-align:center;
}
#main #event h2{
	font-size:50px;
	font-weight:bold;
	color:#f90;
	text-align: center;
	margin:10px auto 10px auto;
}
#main #event p{
	font-size:30px;
	font-weight:normal;
	color:#f90;
	text-align: center;
	margin-top:0px;
}
/*-----ここからメイン（新商品）指定-----*/
#main #new{
	border:none;
	vertical-align:top;
}
#main #new td{
	width:49%;
	vertical-align:top;
}
/*-----ここからメイン（ブランド）指定-----*/
#main #brand{
	width: 760px;
	height: 520px;
	margin:0px;
	border:none;
	background: url(../img/list_bg.jpg) no-repeat;
	padding: 0px;
}

#main #brand table{
	width:95%;
	height:100%;
}

#main #brand table th{
	height: 20px;
}

#main #brand table td.left{
	text-align:left;
	color:#fff;
	font-weight:bold;
}

#main #brand table td.right{
	text-align:right;
	color:#fff;
	font-weight:bold;
}

#main #brand table td A:link{color:#fff; text-decoration:none;}
#main #brand table td A:visited {color:#fff; text-decoration:none;}
#main #brand table td A:hover{color:#00f; text-decoration:underline;}

#main #brand table td img{
	border:none;
}

/*-----ここからメイン（ブランドリスト個別ページ）指定-----*/
#b_list{
	margin: 0px;
	width:450px;
}

#b_list h1{
	font-size:20px;
	font-weight:bold;
	text-align: center;
}

#b_list p{
	margin: 0px 5px 0px 5px;
	font-size:15px;
}

#b_list table{
}

#b_list table tr td.pageview{
	background-color: #333333;
	text-align: center;
}

#b_list table tr td.pageview A{color:#fff; text-decoration:none;}

/*-----ここからメイン（ブランドリスト）指定-----*/
#main #list{
	color:#640000;
	font-size: 12px;
	width:700px;
	margin:auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding:5px;
	border: solid 1px #000;
	text-align: center;
	}

#main #list A:link{color:#640000; text-decoration:none;}
#main #list A:visited {color:#640000; text-decoration:none;}
#main #list A:hover{color:#646400; text-decoration:underline;}


/*-----ここからfooterの指定-----*/
#footer{
	margin-top: 20px;
	margin-bottom: 100px;
	font-size:12px;
	width: 740px;
	height: 30px;
	padding: 10px;
	background-color: #888;
	text-align: right;
}
#footer span{
	height: auto;
	color: #fff;
	vertical-align: bottom;
}
/*-----　-----*/
/*-----　-----*/
/*-----　-----*/
/*-----　-----*/
#bg-b #main img {
	margin: 0px;
	padding: 0px;
}
#bg-b #main p {
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}
#bg-b h1 img {
	margin: 0px;
	padding: 0px;
}
div#header {
	clear: both;
	height: 120px;
	margin: 0px;
	padding: 0px;
}
#bg-b #footer {
	font-size: 0.8em;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 760px;
	text-align: center;
	color: #000;
}
#bg-b #footer span {
	text-align: center;
	color: #FFF;
}
#bg-b #main #access p {
	font-size: 0.9em;
	line-height: 1.4em;
}
#bg-b #main #access p em {
	visibility: hidden;
}
#bg-b #main #brand p {
	line-height: 1.4em;
}
#bg-b #main #brand p em {
	visibility: hidden;
}
#bg-b #main #brand ul li p em {
	visibility: hidden;
}
#bg-b #main #brand ul {
	background: transparent;
	list-style: none;
} 
#bg-b #main table tr td font a {
	color: hotpink;
	text-decoration: none;
}
#bg-b #main table tr td font a:visited {
	color: hotpink;
	text-decoration: none;
}
