

body {
/* 	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	font-size: 62.5%;
	background: #eee;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
 */
	behavior: url("csshover3.htc");
}
/* 
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:36px;
	position: relative;
	margin: 0 auto;
	width: 950px;
	top: 20px;
}
 */
#content {
	position: relative;
	margin: 0 0 15px -60px;/* margin: 0 auto; */
	width: auto;/* width: 950px; */
	/* top: 80px;これを上のmargin: 30px に変更、組み込み */
	height: auto;/* height: 520px; elegantdropmenu水平メニューと反転メニューの高さの巾 */
}


/* Horizontal Navigation */
#horizontal-navigation {
	width: auto; /*  width: 400px; */
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


/* CSS for each Parent Item */
#horizontal-navigation li
{
	clear: both;
	height: 2em;/* height: 3.6em;(オーディオ・デジカメ)の縦の巾  */
}

#horizontal-navigation li a
{
	float: left;
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #000000;/* color: #666; */
	/* text-transform: uppercase;アルファベットを大文字 */
	margin-bottom: 5px;
	margin-right: 10px;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#horizontal-navigation li:hover a,
#horizontal-navigation li a:hover
{
	background: #999;
	color: #fff;	
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#horizontal-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#horizontal-navigation li:hover ul {display: block;}

#horizontal-navigation ul
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 4px 8px;	
}

#horizontal-navigation ul li
{
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	color: #999;
}


/* 
Reset and re style 
link of each child item
*/
#horizontal-navigation li:hover ul li a,
#horizontal-navigation ul li a
{
	display: inline;
	padding: 0 6px 0 0;
	float: none;
	/* text-transform: lowercase;アルファベットを小文字 */
	color: #000000;/* color: #666; */
	background: none;
}

#horizontal-navigation li:hover ul li a:hover,
#horizontal-navigation ul li a:hover
{
	background: none;
	color: #ff0000;/* color: #000; */
	text-decoration: underline;/* 追加 */
}





