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

/* ###### navbar from jQuery ###### */
#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 918px;
	list-style: none;
	position: relative;
	font-size: 12px;
	margin-left: 4px;
	background-image:url(http://www.fortynine.co.jp/common/img/nav04.gif);
	background-repeat: no-repeat;
}
#topnav hr {
	width: 900px;
}
#topnav li {
	color: #ffffff;
	float: left;
	width: 152px;
	height: 25px;
	padding-top: 9px;
	display: block;
	color: #ffffff;	
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
#topnav li a:link, #topnav li a:visited {
	width: 152px;
	color: #ffffff;
	display: block;
}
#topnav li a:hover {
	text-decoration: none;
}
#topnav li span {
	width: 892px;
	font-size: 11px;
	text-align: left;
	padding: 18px 10px;
	line-height: 1;
	box-shadow: 0px 2px 2px #444444;
	position: absolute;
	left: 0; top:34px;
	display: none;
	background-color: #2c2c70;	/* ドロップダウン背景色*/
	color: #ffffff;
	border-bottom-left-radius: 6px;	/* 角丸 */
	border-bottom-right-radius: 6px;
	float: left;
	z-index: 9999;
}
#topnav li span a:link, #topnav li span a:visited {
	display: inline;
}
#topnav li span a:hover {
	text-decoration: underline;
}
/* ###### Acordion menu from jQuery ###### */
#globalMenu {
	width: 168px;
	margin: 0 auto;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}
.globalContents {
	width: 168px;
}
.globalContents a {
	text-decoration: none;
	display: block;
	width: 158px;
	padding: 2px 5px;
	color: #696969;	
	background: -moz-linear-gradient(#ffffff, #ededed);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	background-color: #f5f5f5;	 /*通常コンテンツ背景色 */	
	border-top: 1px solid #cccccc;
}
.globalContents a:hover{
	text-decoration: none;
	color: #ffffff;
	background:#c0c0c0;	/* 通常コンテンツオーバー後背景色 */
}
.accordion_head {
	cursor:pointer;
	color: #696969;
	background: -moz-linear-gradient(#ffffff, #ededed);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
	background-color: #f5f5f5;	/* アコーディオン部分背景色 */
	padding: 2px 5px;
	border-top: 1px solid #cccccc;
}
.accordion_head img {
	margin-top: 6px;
}
.accordion_head:hover {
	background: #b7d2ff; /* アコーディオン部分オーバー後背景色 */
	color: #ffffff;
}
.acoLists li a {
	font-size: 10px;
	padding: 2px 0 2px 10px;
	color: #333333;	
	background: #ffe5e9;	/* アコーディオン リスト部分背景色 */
	border-top: 1px dotted #ffadb8;
}
.acoLists li a:hover {
	background-color: #ff5e61;	/* アコーディオン リスト部分オーバー後背景色 */
}

/* ####### jShowOff ######## */
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 720px;
	height: 300px;	
	border-radius: 6px;	/* 角丸 */
}
.jshowoff {
	width: 720px;
	margin: 0 0;
}
.jshowoff div {	
	width: 720px;
	height: 250px;
}
.jshowoff div, .jshowoff img, .jshowoff {
	border-radius: 6px;	/* 角丸 */
}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	border-radius: 0;
}
.jshowoff div p, .jshowoff div h2 {
	background-color: #efefef;
}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	border-radius: 4px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	border-radius-bottom-left: 6px;
	border-radius-bottom-right: 6px;
}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
}
.jshowoff-pausetext {
	color: #fff;
}
/*##### toolTip #####*/
p#vtip {
	display: none;
	position: absolute;
	padding: 10px;
	left: 5px;
	font-size: 0.8em;
	background-color: white;
	border: 1px solid #a6c9e2;
	border-radius: 7px;
	z-index: 9999
}

/* #### scroll down #### */
.scrollDown a {
	font-size: 10px;
	color: #888888;

	border: solid 1px #cccccc;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #eeeeee), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#eeeeee))";
	zoom: 1;
	margin: 14px 0 20px 40px;
	padding: 0 18px 0 10px;
	display: block;
	float: left;
	cursor: pointer;
}
.scrollDown a:hover {
	text-decoration: none;
}