@charset "utf-8";
/* CSS Document */

/*product/softwareのタイトル*/
.waretitle{
font-weight:bold;
font-size:20px;
margin:15px;
margin-top:30px;
}

p.listbold{
margin:0;
font-weight:bold;
margin-bottom:5px;
}

p.listnormal{
margin:0;
width:500px;
margin-bottom:10px;
}

/*product/softwareのメニュー*/
ul#naviProductDetail_software{
	display:inline;
	}
	
	
	#naviProductDetail_software li{
	float: left;
	height: 25px;
	width: 85px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	display: block;
}

	#naviProductDetail_software li a{
	background-color:#ACD6EA;
	color: #FFFFFF;
	height: 20px;
	width: 85px;
	display: block;
	padding-top: 5px;
	}


	#naviProductDetail_software li a:hover{
	background-color:#3399CC;
	color: #FFFFFF;
	height: 20px;
	width: 85px;	
	display: block;
	padding-top: 5px;
}

/*ハイライト*/
.sub_software .overview #overview {
	background-color:#ACD6EA;
	cursor:default;
	}

.sub_software .function #function {
	background-color:#ACD6EA;
	cursor:default;
	}
	
.sub_software .specifications #specification {
	background-color:#ACD6EA;
	cursor:default;
	}

.sub_software .overview #overview a{
	background-color:#3399CC;
	cursor:default;
	}

.sub_software .function #function a{
	background-color:#3399CC;
	cursor:default;
	}
	
.sub_software .specifications #specification a{
	background-color:#3399CC;
	cursor:default;
	}
	
	
	
/*上のライン*/
.soft_popup{
	border-top: 15px solid #3399CC;
	width:575px!important;
	padding-bottom: 20px;
	}

