/* ディズニー家電 CSS */


h1#title{
	display: none;
}

h1{
	text-align: left;
}

h2#productcopy{
	font-size: 150%;
	color: #ffe44c;
	margin: 10px 0;
}

h3{
	background: #ffe44c url(./img/product_bg.gif) left top repeat-x;
	color: #0168cd;
}

div#contents{
	width: 1000px;
	background: url(./img/disney_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

div#main{
	margin-top: 10px;
	float: right;
	width: 740px;
	overflow: auto;
}


#main p{
	text-align: left;
	margin: 0 10px 20px 10px;
	
}

#main ul{
	list-style: none;
	margin: 10px;
}

ul#link li{
	background-color: #ffffff;
	float: left;
	width: 200px;
	margin: 10px;
}

#main ul li{
	background-color: #ffffff;
	color: #000000;
}

ul#products1 li{
	background-color: #ffffff;
	float: left;
	width: 200px;
	margin: 10px;
}

ul#products2 li{
	margin-bottom: 10px;
	width: 700px;
}

ul#products2 li img{
	float: right;
	margin: 5px;
}

ul#products2 li dl span{
	color: #5a1dd7;
	font-weight: bold;
}

ul#products2 li div{
	display: block;
	clear: both;
}


#main ul li h2{
	background: #ed8bba url(./img/product_link_bg.gif) left top repeat-x;
	font-weight: bold;
	color: #333333;
}


#main ul li a{
	text-decoration: none;
	color: #7777ff;
}

#main ul li a:hover{
	color: #ff7777;
}

dl#data1{
	clear: both;
}

#main dl dt{
	color: #ff45cd;
	font-weight: bold;
}


#main p a{
	color: #ffffff;
}

#main p a:hover{
	color: #ff7777;
}

/* メニュー関連 */

div#menu{
	float: left;
	margin-top: 10px;
	overflow: auto;
}

#menu dl{
	margin-bottom: 20px;
}

#menu dl dt{
	margin: 10px auto 0 auto;
}


dt#top_page_btn{
	background: url(./img/top_page_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#top_page_btn a{
	background: url(./img/top_page_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#showerradio_btn{
	background: url(./img/showerradio_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#showerradio_btn a{
	background: url(./img/showerradio_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}


dt#charadj_btn{
	background: url(./img/charadj_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#charadj_btn a{
	background: url(./img/charadj_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#princessmagic_btn{
	background: url(./img/princessmagic_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#princessmagic_btn a{
	background: url(./img/princessmagic_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#showerspeaker_btn{
	background: url(./img/showerspeaker_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#showerspeaker_btn a{
	background: url(./img/showerspeaker_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#showerspeaker2_btn{
	background: url(./img/showerspeaker2_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#showerspeaker2_btn a{
	background: url(./img/showerspeaker2_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#showermp3_btn{
	background: url(./img/showermp3_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#showermp3_btn a{
	background: url(./img/showermp3_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}

dt#aromabreeze_btn{
	background: url(./img/aromabreeze_on.gif) no-repeat;
	width: 200px;
	height: 40px;
	text-indent: -1000.0em;
}

dt#aromabreeze_btn a{
	background: url(./img/aromabreeze_off.gif) no-repeat;
	width: 200px;
	height: 40px;
	display: block;
}


#menu dt a:hover{
	background-image: none;
	background-color: transparent;
}

#menu dl dd{
	border-right: 1px solid #0168cd;
	border-bottom: 1px solid #0168cd;
	border-left: 1px solid #0168cd;
	width: 198px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
}


#menu dl dd a{
	display: block;
	text-decoration: none;
	color: #0168cd;
	width: 198px;
}

#menu dl dd a:hover{
	color: #ffffff;
	background-color: #0168cd;	
}

ul#copy{
	list-style: none;
	text-align: left;
	color: #0168cd;
	margin: 10px 0 0 20px;
}
