@charset "euc-jp";
/* CSS Document */

#subNavigation{
	position: relative;
	top:-3px;
	width:920px;
	margin: 12px 0 0;
	padding:0 0 0 10px;
	clear: both;
	z-index: 99;
	float: left;
}

/* topicPath */
#topicPathArea{
	width:750px;
	height:auto !important;
	margin: 0;
	padding:3px 0 10px;
	float: left;
}
#topicPathArea #topicPath{
	width:750px;
	margin:0;
}
*html #topicPathArea #topicPath{
	font-size: x-small;
}

/* fotopusMenu */
#fotopusMenu{
	width:160px;
	margin: 0;
	padding:0;
	float: right;
	z-index:100;
}
#fotopusMenu p{
	width:160px;
	height: 23px;
	margin: 0;
	padding:0;
	overflow: hidden;
}
#fotopusMenu p a{
	display: block;
	width:160px;
	height: 23px;
	margin: 0;
	padding:0;
	overflow: hidden;
	text-indent: -160px;
	background: url(../img/fotopus_menu_btn.jpg) no-repeat 0 0;
}
#fotopusMenu p a.act{
	background: url(../img/fotopus_menu_btn.jpg) no-repeat 0 -23px;
}


#dropMenu{
	display:none;
	position: absolute;
	width:461px;
	right:0;
	margin:0;
	background: url(../img/fotopus_menu_bg_btm.gif) no-repeat left bottom;
	z-index:101;
}
*html #dropMenu{
	padding:0 0 11px;
}
#dropMenu-inner{
	margin: 0;
	padding:18px 0 11px 11px;
	background:url(../img/fotopus_menu_bg_top.gif) no-repeat left top;
	overflow: hidden;
}
#dropMenu ul{
	margin:0;
	padding:0;
	list-style: none;
}
#dropMenu li{
	margin: 0;
	padding:0 0 2px;
	line-height: 1.9;
}
*html #dropMenu li{
	line-height: 1.7; /* for ie6 */
}
*:first-child + html #dropMenu li{
	line-height: 1.3; /* for ie7 */
}
#dropMenu li, x:-moz-broken{
	line-height: 1.4; /* for firefox */
}
body:first-of-type #dropMenu li{
	line-height: 1.4; /* for safari,opera */
}

#dropMenu-top{
	width:440px;
	margin: 0;
	padding:0;
	background-color:#f9f9fc;
	overflow: hidden;
	text-align: center;
}
#dropMenu-top li{
	padding:3px 11px 3px 0;
	float: left;
}
#dropMenu-top li.top-menu{
	padding-left:111px;
}
#dropMenu li.menu{
	width:150px;
	margin: 0;
	padding:0;
	float: left;
}


#dropMenu li a{
	padding:0 0 0 11px;
	background: url(../img/fotopus_menu_icn.gif) no-repeat left center;
	font-size: 10px;
}

#dropMenu li p.title{
	width:138px;
	padding:5px 0 0 11px;
	background:#f3f3f9 url(../img/fotopus_menu_icn.gif) no-repeat 0 12px;
	font-size: 10px;
	color: #336;
	line-height: 1.9;
}
#dropMenu ul.sub{
	width: 140px;
	margin: 0;
	padding:4px 0;
	list-style: none;
	background-color:#f9f9fc;
	background-image: none;
}
#dropMenu ul.sub li{
	margin: 0;
	padding:0 0 1px 12px;
}
#dropMenu ul.sub li.last{
	padding: 0 0 4px 12px;
}
#dropMenu ul.sub li a{
	padding:0 0 0 10px;
	background: url(../img/fotopus_menu_icn2.gif) no-repeat left center;
}

#dropMenu li a:link,
#dropMenu li a:visited{
	color: #336;
	text-decoration:none;
}
#dropMenu li a:hover,
#dropMenu li a:active{
	color: #336;
	text-decoration: underline !important;
}
